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

/packages/apps/Nfc/nci/jni/
H A DMutex.cpp126 ** Function: nativeHandle
133 pthread_mutex_t* Mutex::nativeHandle () function in class:Mutex
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java1027 public int close(int nativeHandle) throws RemoteException { argument
1037 tag = (TagEndpoint) findObject(nativeHandle);
1040 unregisterObject(nativeHandle);
1050 public int connect(int nativeHandle, int technology) throws RemoteException { argument
1060 tag = (TagEndpoint) findObject(nativeHandle);
1080 public int reconnect(int nativeHandle) throws RemoteException { argument
1091 tag = (TagEndpoint) findObject(nativeHandle);
1103 public int[] getTechList(int nativeHandle) throws RemoteException { argument
1112 TagEndpoint tag = (TagEndpoint) findObject(nativeHandle);
1120 public boolean isPresent(int nativeHandle) throw argument
1138 isNdef(int nativeHandle) argument
1158 transceive(int nativeHandle, byte[] data, boolean raw) argument
1193 ndefRead(int nativeHandle) argument
1222 ndefWrite(int nativeHandle, NdefMessage msg) argument
1249 ndefIsWritable(int nativeHandle) argument
1254 ndefMakeReadOnly(int nativeHandle) argument
1278 formatNdef(int nativeHandle, byte[] key) argument
1302 rediscover(int nativeHandle) argument
[all...]

Completed in 61 milliseconds