Searched refs:nativeHandle (Results 1 – 4 of 4) sorted by relevance
1109 public boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback) in ignore() argument1114 && nativeHandle == mDebounceTagNativeHandle) { in ignore()1121 TagEndpoint tag = (TagEndpoint) findAndRemoveObject(nativeHandle); in ignore()1127 mDebounceTagNativeHandle = nativeHandle; in ignore()1362 public int connect(int nativeHandle, int technology) throws RemoteException { in connect() argument1372 tag = (TagEndpoint) findObject(nativeHandle); in connect()1392 public int reconnect(int nativeHandle) throws RemoteException { in reconnect() argument1403 tag = (TagEndpoint) findObject(nativeHandle); in reconnect()1415 public int[] getTechList(int nativeHandle) throws RemoteException { in getTechList() argument1424 TagEndpoint tag = (TagEndpoint) findObject(nativeHandle); in getTechList()[all …]
79 int const res = pthread_cond_wait(&mCondition, mutex.nativeHandle()); in wait()113 pthread_cond_timedwait(&mCondition, mutex.nativeHandle(), &absoluteTime); in wait()
90 pthread_mutex_t* nativeHandle();
123 pthread_mutex_t* Mutex::nativeHandle() { return &mMutex; } in nativeHandle() function in Mutex