Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/
Dmultihal.cpp88 FullHandle full_handle; in assign_global_handle() local
89 full_handle.moduleIndex = module_index; in assign_global_handle()
90 full_handle.localHandle = local_handle; in assign_global_handle()
91 full_to_global[full_handle] = global_handle; in assign_global_handle()
92 global_to_full[global_handle] = full_handle; in assign_global_handle()
119 static int get_global_handle(FullHandle* full_handle) { in get_global_handle() argument
121 if (full_to_global.count(*full_handle)) { in get_global_handle()
122 global_handle = full_to_global[*full_handle]; in get_global_handle()
125 full_handle->moduleIndex, full_handle->localHandle); in get_global_handle()
345 FullHandle full_handle; in copy_event_remap_handle() local
[all …]