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

  /hardware/libhardware/modules/sensors/
multihal.cpp 89 int global_handle = next_global_handle++; local
93 full_to_global[full_handle] = global_handle;
94 global_to_full[global_handle] = full_handle;
95 return global_handle;
99 static int get_local_handle(int global_handle) {
100 if (global_to_full.count(global_handle) == 0) {
101 ALOGW("Unknown global_handle %d", global_handle);
104 return global_to_full[global_handle].localHandle;
108 // global_handle, or -1 if that global_handle does not exist
122 int global_handle = -1; local
578 int global_handle = assign_global_handle(module_index, local_handle); local
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 92 milliseconds