Searched defs:nativeHandle (Results 1 – 2 of 2) sorted by relevance
844 public boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback) in ignore()1064 public int connect(int nativeHandle, int technology) throws RemoteException { in connect()1094 public int reconnect(int nativeHandle) throws RemoteException { in reconnect()1117 public int[] getTechList(int nativeHandle) throws RemoteException { in getTechList()1134 public boolean isPresent(int nativeHandle) throws RemoteException { in isPresent()1152 public boolean isNdef(int nativeHandle) throws RemoteException { in isNdef()1172 public TransceiveResult transceive(int nativeHandle, byte[] data, boolean raw) in transceive()1207 public NdefMessage ndefRead(int nativeHandle) throws RemoteException { in ndefRead()1236 public int ndefWrite(int nativeHandle, NdefMessage msg) throws RemoteException { in ndefWrite()1263 public boolean ndefIsWritable(int nativeHandle) throws RemoteException { in ndefIsWritable()[all …]
134 pthread_mutex_t* Mutex::nativeHandle () in nativeHandle() function in Mutex