Searched defs:global_handle (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/libdrm/libdrm/nouveau/
H A Dnouveau_private.h107 uint32_t global_handle; member in struct:nouveau_bo_priv
/hardware/libhardware/modules/sensors/
H A Dmultihal.cpp87 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) { argument
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, o
107 get_module_index(int global_handle) argument
120 int global_handle = -1; local
227 get_v0_device_by_handle(int global_handle) argument
236 get_v1_device_by_handle(int global_handle) argument
596 int global_handle = assign_global_handle(module_index, local_handle); local
[all...]

Completed in 46 milliseconds