HomeSort by relevance Sort by last modified time
    Searched refs:targetHandle (Results 1 - 2 of 2) 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 480 ** targetHandle: Handle of the tag.
485 static jint nativeNfcTag_doConnect (JNIEnv*, jobject, jint targetHandle)
487 ALOGD ("%s: targetHandle = %d", __FUNCTION__, targetHandle);
488 int i = targetHandle;
712 ** targetHandle: Handle of the tag.
717 static jint nativeNfcTag_doHandleReconnect (JNIEnv *e, jobject o, jint targetHandle)
719 ALOGD ("%s: targetHandle = %d", __FUNCTION__, targetHandle);
720 return nativeNfcTag_doConnect (e, o, targetHandle);
    [all...]

Completed in 775 milliseconds