Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DMutex.cpp123 pthread_mutex_t* Mutex::nativeHandle() { return &mMutex; } in nativeHandle() function in Mutex
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java1119 public boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback) in ignore()
1448 public int connect(int nativeHandle, int technology) throws RemoteException { in connect()
1478 public int reconnect(int nativeHandle) throws RemoteException { in reconnect()
1501 public int[] getTechList(int nativeHandle) throws RemoteException { in getTechList()
1518 public boolean isPresent(int nativeHandle) throws RemoteException { in isPresent()
1536 public boolean isNdef(int nativeHandle) throws RemoteException { in isNdef()
1556 public TransceiveResult transceive(int nativeHandle, byte[] data, boolean raw) in transceive()
1591 public NdefMessage ndefRead(int nativeHandle) throws RemoteException { in ndefRead()
1620 public int ndefWrite(int nativeHandle, NdefMessage msg) throws RemoteException { in ndefWrite()
1647 public boolean ndefIsWritable(int nativeHandle) throws RemoteException { in ndefIsWritable()
[all …]
/packages/services/Car/computepipe/runner/client_interface/
DAidlClientImpl.cpp129 const native_handle_t* nativeHandle = in DispatchPixelData() local