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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLutils.h 46 unsigned int targetHandle = (unsigned int)hostHandle;
47 assert(sizeof(targetHandle) == sizeof(hostHandle) || targetHandle == hostHandle);
48 return targetHandle;
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 484 ** targetHandle: Handle of the tag.
489 static jint nativeNfcTag_doConnect (JNIEnv*, jobject, jint targetHandle)
491 ALOGD ("%s: targetHandle = %d", __FUNCTION__, targetHandle);
492 int i = targetHandle;
730 ** targetHandle: Handle of the tag.
735 static jint nativeNfcTag_doHandleReconnect (JNIEnv *e, jobject o, jint targetHandle)
737 ALOGD ("%s: targetHandle = %d", __FUNCTION__, targetHandle);
738 return nativeNfcTag_doConnect (e, o, targetHandle);
    [all...]
  /external/bison/lib/
fcntl.c 87 (PHANDLE) &new_handle, /* TargetHandle */
  /external/chromium_org/sandbox/win/src/
nt_internals.h 566 OUT PHANDLE TargetHandle,

Completed in 253 milliseconds