Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/
Dmultihal.cpp82 std::map<int, FullHandle> global_to_full; variable
92 global_to_full[global_handle] = full_handle; in assign_global_handle()
98 if (global_to_full.count(global_handle) == 0) { in get_local_handle()
102 return global_to_full[global_handle].localHandle; in get_local_handle()
108 if (global_to_full.count(global_handle) == 0) { in get_module_index()
112 FullHandle f = global_to_full[global_handle]; in get_module_index()