Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/uci/jni/utils/
DMutex.cpp123 pthread_mutex_t *Mutex::nativeHandle() { return &mMutex; } in nativeHandle() function in Mutex
/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.java1380 public boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback) in ignore()
1759 public int connect(int nativeHandle, int technology) throws RemoteException { in connect()
1789 public int reconnect(int nativeHandle) throws RemoteException { in reconnect()
1812 public int[] getTechList(int nativeHandle) throws RemoteException { in getTechList()
1829 public boolean isPresent(int nativeHandle) throws RemoteException { in isPresent()
1847 public boolean isNdef(int nativeHandle) throws RemoteException { in isNdef()
1867 public TransceiveResult transceive(int nativeHandle, byte[] data, boolean raw) in transceive()
1902 public NdefMessage ndefRead(int nativeHandle) throws RemoteException { in ndefRead()
1931 public int ndefWrite(int nativeHandle, NdefMessage msg) throws RemoteException { in ndefWrite()
1958 public boolean ndefIsWritable(int nativeHandle) throws RemoteException { in ndefIsWritable()
[all …]
/packages/services/Car/service/jni/evs/
DEvsServiceContext.cpp373 native_handle_t* nativeHandle = makeFromAidl(bufferDesc.buffer.handle); in onNewFrame() local
/packages/services/Car/cpp/computepipe/runner/client_interface/
DAidlClientImpl.cpp130 const native_handle_t* nativeHandle = in DispatchPixelData() local