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

/hardware/libhardware/modules/sensors/
H A Dmultihal.cpp88 FullHandle full_handle; local
89 full_handle.moduleIndex = module_index;
90 full_handle.localHandle = local_handle;
91 full_to_global[full_handle] = global_handle;
92 global_to_full[global_handle] = full_handle;
118 // Returns the global handle for this full_handle, or -1 if the full_handle is unknown.
119 static int get_global_handle(FullHandle* full_handle) { argument
121 if (full_to_global.count(*full_handle)) {
122 global_handle = full_to_global[*full_handle];
314 FullHandle full_handle; local
[all...]

Completed in 25 milliseconds