Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DMutex.cpp123 pthread_mutex_t* Mutex::nativeHandle() { return &mMutex; } in nativeHandle() function in Mutex
/packages/services/Car/cpp/evs/apps/default/src/
DUtils.cpp67 native_handle_t* nativeHandle = android::makeFromAidl(buffer.buffer.handle); in getNativeHandle() local
DVideoTex.cpp93 native_handle_t* nativeHandle = getNativeHandle(mImageBuffer); in refresh() local
DRenderBase.cpp144 native_handle_t* nativeHandle = getNativeHandle(tgtBuffer); in attachRenderTarget() local
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java1454 public boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback) in ignore()
1863 public int connect(int nativeHandle, int technology) throws RemoteException { in connect()
1893 public int reconnect(int nativeHandle) throws RemoteException { in reconnect()
1916 public int[] getTechList(int nativeHandle) throws RemoteException { in getTechList()
1933 public boolean isPresent(int nativeHandle) throws RemoteException { in isPresent()
1951 public boolean isNdef(int nativeHandle) throws RemoteException { in isNdef()
1971 public TransceiveResult transceive(int nativeHandle, byte[] data, boolean raw) in transceive()
2006 public NdefMessage ndefRead(int nativeHandle) throws RemoteException { in ndefRead()
2035 public int ndefWrite(int nativeHandle, NdefMessage msg) throws RemoteException { in ndefWrite()
2062 public boolean ndefIsWritable(int nativeHandle) throws RemoteException { in ndefIsWritable()
[all …]
/packages/services/Car/cpp/computepipe/runner/client_interface/
DAidlClientImpl.cpp130 const native_handle_t* nativeHandle = in DispatchPixelData() local
/packages/services/Car/service/jni/evs/
DEvsServiceContext.cpp436 native_handle_t* nativeHandle = makeFromAidl(bufferDesc.buffer.handle); in onNewFrame() local