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

  /hardware/libhardware/modules/sensors/
multihal.cpp 87 int global_handle = next_global_handle++; local
91 full_to_global[full_handle] = global_handle;
92 global_to_full[global_handle] = full_handle;
93 return global_handle;
97 static int get_local_handle(int global_handle) {
98 if (global_to_full.count(global_handle) == 0) {
99 ALOGW("Unknown global_handle %d", global_handle);
102 return global_to_full[global_handle].localHandle;
106 // global_handle, or -1 if that global_handle does not exist
120 int global_handle = -1; local
596 int global_handle = assign_global_handle(module_index, local_handle); local
    [all...]
  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_private.h 107 uint32_t global_handle; member in struct:nouveau_bo_priv
nouveau_bo.c 285 if (!nvbo->global_handle) {
299 nvbo->global_handle = req.name;
302 *handle = nvbo->global_handle;
380 if (!nvbo->global_handle && !nvbo->write_marker && !cpu_write)
  /external/chromium_org/v8/src/
isolate.cc 1297 Handle<JSObject> global_handle = local
1307 Handle<Object> global_handle = tltop->promise_on_stack_->promise(); local
    [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]

Completed in 96 milliseconds