Searched defs:nativeHandle (Results 1 – 5 of 5) sorted by relevance
123 pthread_mutex_t *Mutex::nativeHandle() { return &mMutex; } in nativeHandle() function in Mutex
123 pthread_mutex_t* Mutex::nativeHandle() { return &mMutex; } in nativeHandle() function in Mutex
1380 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 …]
373 native_handle_t* nativeHandle = makeFromAidl(bufferDesc.buffer.handle); in onNewFrame() local
130 const native_handle_t* nativeHandle = in DispatchPixelData() local