HomeSort by relevance Sort by last modified time
    Searched full:full_to_global (Results 1 - 1 of 1) sorted by null

  /hardware/libhardware/modules/sensors/
multihal.cpp 83 std::map<FullHandle, int> full_to_global; variable
91 full_to_global[full_handle] = global_handle;
121 if (full_to_global.count(*full_handle)) {
122 global_handle = full_to_global[*full_handle];

Completed in 29 milliseconds