Home
last modified time | relevance | path

Searched defs:global_handle (Results 1 – 1 of 1) sorted by relevance

/aosp12/hardware/libhardware/modules/sensors/
H A Dmultihal.cpp87 int global_handle = next_global_handle++; in assign_global_handle() local
97 static int get_local_handle(int global_handle) { in get_local_handle()
107 static int get_module_index(int global_handle) { in get_module_index()
120 int global_handle = -1; in get_global_handle() local
238 sensors_poll_device_t* sensors_poll_context_t::get_v0_device_by_handle(int global_handle) { in get_v0_device_by_handle()
247 sensors_poll_device_1_t* sensors_poll_context_t::get_v1_device_by_handle(int global_handle) { in get_v1_device_by_handle()
735 int global_handle = assign_global_handle(module_index, local_handle); in lazy_init_sensors_list() local