Searched defs:nativeHandle (Results 1 – 7 of 7) sorted by relevance
123 pthread_mutex_t* Mutex::nativeHandle() { return &mMutex; } in nativeHandle() function in Mutex
67 native_handle_t* nativeHandle = android::makeFromAidl(buffer.buffer.handle); in getNativeHandle() local
93 native_handle_t* nativeHandle = getNativeHandle(mImageBuffer); in refresh() local
144 native_handle_t* nativeHandle = getNativeHandle(tgtBuffer); in attachRenderTarget() local
1454 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 …]
130 const native_handle_t* nativeHandle = in DispatchPixelData() local
436 native_handle_t* nativeHandle = makeFromAidl(bufferDesc.buffer.handle); in onNewFrame() local