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

  /frameworks/base/core/jni/
android_server_FingerprintManager.cpp 58 } gContext;
114 int ret = gContext.device->enroll(gContext.device, timeout);
120 int ret = gContext.device->enroll_cancel(gContext.device);
126 int ret = gContext.device->remove(gContext.device, fingerprintId);
143 gContext.module = reinterpret_cast<const fingerprint_module_t*>(hw_module);
145 if (gContext.module->common.methods->open == NULL) {
152 if (0 != (err = gContext.module->common.methods->open(hw_module, NULL, &device)))
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
hpmufn.c 86 const void *gContext;
138 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status);
146 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status);
149 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status);
152 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, NULL, &status);
159 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status);
282 u_setMutexFunctions(&gContext, myMutexInit, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
290 u_setMutexFunctions(&gContext, NULL, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
293 u_setMutexFunctions(&gContext, myMutexInit, NULL, myMutexLock, myMutexUnlock, &status);
296 u_setMutexFunctions(&gContext, myMutexInit, myMutexDestroy, NULL, myMutexUnlock, &status)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
hpmufn.c 81 const void *gContext;
133 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status);
141 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status);
144 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status);
147 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, NULL, &status);
154 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status);

Completed in 514 milliseconds