Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/
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
227 sensors_poll_device_t* sensors_poll_context_t::get_v0_device_by_handle(int global_handle) { in get_v0_device_by_handle()
236 sensors_poll_device_1_t* sensors_poll_context_t::get_v1_device_by_handle(int global_handle) { in get_v1_device_by_handle()
596 int global_handle = assign_global_handle(module_index, local_handle); in lazy_init_sensors_list() local
/hardware/intel/img/libdrm/libdrm/nouveau/
Dnouveau_private.h107 uint32_t global_handle; member