Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/
Dmultihal.cpp63 struct FullHandle { struct
67 bool operator<(const FullHandle &that) const { in operator <() argument
77 bool operator==(const FullHandle &that) const { in operator ==() argument
82 std::map<int, FullHandle> global_to_full;
83 std::map<FullHandle, int> full_to_global;
88 FullHandle full_handle; in assign_global_handle()
112 FullHandle f = global_to_full[global_handle]; in get_module_index()
119 static int get_global_handle(FullHandle* full_handle) { in get_global_handle()
345 FullHandle full_handle; in copy_event_remap_handle()