Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java1027 public int close(int nativeHandle) throws RemoteException { in close()
1050 public int connect(int nativeHandle, int technology) throws RemoteException { in connect()
1080 public int reconnect(int nativeHandle) throws RemoteException { in reconnect()
1103 public int[] getTechList(int nativeHandle) throws RemoteException { in getTechList()
1120 public boolean isPresent(int nativeHandle) throws RemoteException { in isPresent()
1138 public boolean isNdef(int nativeHandle) throws RemoteException { in isNdef()
1158 public TransceiveResult transceive(int nativeHandle, byte[] data, boolean raw) in transceive()
1193 public NdefMessage ndefRead(int nativeHandle) throws RemoteException { in ndefRead()
1222 public int ndefWrite(int nativeHandle, NdefMessage msg) throws RemoteException { in ndefWrite()
1249 public boolean ndefIsWritable(int nativeHandle) throws RemoteException { in ndefIsWritable()
[all …]
/packages/apps/Nfc/nci/jni/
DMutex.cpp133 pthread_mutex_t* Mutex::nativeHandle () in nativeHandle() function in Mutex