Searched defs:nativeHandle (Results 1 – 2 of 2) sorted by relevance
123 pthread_mutex_t* Mutex::nativeHandle() { return &mMutex; } in nativeHandle() function in Mutex
1109 public boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback) in ignore()1362 public int connect(int nativeHandle, int technology) throws RemoteException { in connect()1392 public int reconnect(int nativeHandle) throws RemoteException { in reconnect()1415 public int[] getTechList(int nativeHandle) throws RemoteException { in getTechList()1432 public boolean isPresent(int nativeHandle) throws RemoteException { in isPresent()1450 public boolean isNdef(int nativeHandle) throws RemoteException { in isNdef()1470 public TransceiveResult transceive(int nativeHandle, byte[] data, boolean raw) in transceive()1505 public NdefMessage ndefRead(int nativeHandle) throws RemoteException { in ndefRead()1534 public int ndefWrite(int nativeHandle, NdefMessage msg) throws RemoteException { in ndefWrite()1561 public boolean ndefIsWritable(int nativeHandle) throws RemoteException { in ndefIsWritable()[all …]