Searched defs:ts (Results 1 - 7 of 7) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
H A D | IntervalTimer.cpp | 50 struct itimerspec ts; local 51 ts.it_value.tv_sec = ms / 1000; 52 ts.it_value.tv_nsec = (ms % 1000) * 1000000; 54 ts.it_interval.tv_sec = 0; 55 ts.it_interval.tv_nsec = 0; 57 stat = timer_settime(mTimerId, 0, &ts, 0);
|
/packages/inputmethods/LatinIME/native/jni/ |
H A D | com_android_inputmethod_latin_DicTraverseSession.cpp | 34 void *ts = reinterpret_cast<void *>(traverseSession); local 37 DicTraverseWrapper::initDicTraverseSession(ts, dict, 0, 0); 42 DicTraverseWrapper::initDicTraverseSession(ts, dict, prevWord, previousWordLength); 46 void *ts = reinterpret_cast<void *>(traverseSession); local 47 DicTraverseWrapper::releaseDicTraverseSession(ts);
|
/packages/apps/Nfc/nxp/jni/ |
H A D | com_android_nfc_NativeLlcpConnectionlessSocket.cpp | 60 struct timespec ts; local 122 struct timespec ts; local
|
H A D | com_android_nfc_NativeLlcpServiceSocket.cpp | 73 struct timespec ts; local
|
H A D | com_android_nfc_NativeLlcpSocket.cpp | 115 struct timespec ts; local 169 struct timespec ts; local 251 struct timespec ts; local 312 struct timespec ts; local
|
H A D | com_android_nfc_NativeP2pDevice.cpp | 359 struct timespec ts; local
|
H A D | com_android_nfc_NativeNfcManager.cpp | 137 struct timespec ts; local 161 clock_gettime(CLOCK_REALTIME, &ts); 162 ts.tv_sec += 5; 165 if(sem_timedwait(&cb_data.sem, &ts)) 301 struct timespec ts; local 912 struct timespec ts; local 1766 struct timespec ts; local 1793 clock_gettime(CLOCK_REALTIME, &ts); 1794 ts.tv_sec += 5; 1797 if(sem_timedwait(&cb_data.sem, &ts) [all...] |
Completed in 343 milliseconds