Searched defs:ts (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Nfc/jni/
H A Dcom_android_nfc_NativeLlcpConnectionlessSocket.cpp60 struct timespec ts; local
122 struct timespec ts; local
H A Dcom_android_nfc_NativeLlcpServiceSocket.cpp72 struct timespec ts; local
H A Dcom_android_nfc_NativeLlcpSocket.cpp115 struct timespec ts; local
169 struct timespec ts; local
251 struct timespec ts; local
312 struct timespec ts; local
H A Dcom_android_nfc_NativeP2pDevice.cpp358 struct timespec ts; local
H A Dcom_android_nfc_NativeNfcManager.cpp136 struct timespec ts; local
160 clock_gettime(CLOCK_REALTIME, &ts);
161 ts.tv_sec += 5;
164 if(sem_timedwait(&cb_data.sem, &ts))
300 struct timespec ts; local
920 struct timespec ts; local
1755 struct timespec ts; local
1782 clock_gettime(CLOCK_REALTIME, &ts);
1783 ts.tv_sec += 5;
1786 if(sem_timedwait(&cb_data.sem, &ts)
[all...]

Completed in 172 milliseconds