Home
last modified time | relevance | path

Searched refs:localHandle (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/sensors/
Dmultihal.cpp65 int localHandle; member
74 return localHandle < that.localHandle; in operator <()
78 return moduleIndex == that.moduleIndex && localHandle == that.localHandle; in operator ==()
90 full_handle.localHandle = local_handle; in assign_global_handle()
102 return global_to_full[global_handle].localHandle; in get_local_handle()
114 global_handle, f.moduleIndex, f.localHandle); in get_module_index()
125 full_handle->moduleIndex, full_handle->localHandle); in get_global_handle()
353 full_handle.localHandle = dest->meta_data.sensor; in copy_event_remap_handle()
356 full_handle.localHandle = dest->sensor; in copy_event_remap_handle()
/hardware/qcom/sm7250/gps/location/
DLocationAPIClientBase.cpp327 LocationAPI* localHandle = nullptr; in destroy() local
329 localHandle = mLocationAPI; in destroy()
338 if (nullptr != localHandle) { in destroy()
339 localHandle->destroy([this]() {onLocationApiDestroyCompleteCb();}); in destroy()
/hardware/qcom/sm8150/gps/location/
DLocationAPIClientBase.cpp327 LocationAPI* localHandle = nullptr; in destroy() local
329 localHandle = mLocationAPI; in destroy()
338 if (nullptr != localHandle) { in destroy()
339 localHandle->destroy([this]() {onLocationApiDestroyCompleteCb();}); in destroy()