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
94 native_handle_t* nativeHandle = getNativeHandle(mImageBuffer); in refresh() local
144 native_handle_t* nativeHandle = getNativeHandle(tgtBuffer); in attachRenderTarget() local
1946 public boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback) in ignore()2758 public int connect(int nativeHandle, int technology) throws RemoteException { in connect()2792 public int reconnect(int nativeHandle) throws RemoteException { in reconnect()2819 public int[] getTechList(int nativeHandle) throws RemoteException { in getTechList()2840 public boolean isPresent(int nativeHandle) throws RemoteException { in isPresent()2862 public boolean isNdef(int nativeHandle) throws RemoteException { in isNdef()2886 public TransceiveResult transceive(int nativeHandle, byte[] data, boolean raw) in transceive()2925 public NdefMessage ndefRead(int nativeHandle) throws RemoteException { in ndefRead()2958 public int ndefWrite(int nativeHandle, NdefMessage msg) throws RemoteException { in ndefWrite()2989 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