Searched refs:ts (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DIntervalTimer.cpp50 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 Dcom_android_inputmethod_latin_DicTraverseSession.cpp33 void *ts = reinterpret_cast<void *>(traverseSession); local
36 DicTraverseWrapper::initDicTraverseSession(ts, dict, 0, 0);
41 DicTraverseWrapper::initDicTraverseSession(ts, dict, prevWord, previousWordLength);
45 void *ts = reinterpret_cast<void *>(traverseSession); local
46 DicTraverseWrapper::releaseDicTraverseSession(ts);
/packages/apps/Nfc/nxp/jni/
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_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_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
1756 struct timespec ts; local
1783 clock_gettime(CLOCK_REALTIME, &ts);
1784 ts.tv_sec += 5;
1787 if(sem_timedwait(&cb_data.sem, &ts)
[all...]
H A Dcom_android_nfc_NativeP2pDevice.cpp358 struct timespec ts; local
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java272 Long ts = values.getAsLong(BluetoothShare.TIMESTAMP);
273 if (ts == null) {
274 ts = System.currentTimeMillis();
276 filteredValues.put(BluetoothShare.TIMESTAMP, ts);
H A DBluetoothOppManager.java426 Long ts = System.currentTimeMillis();
440 values.put(BluetoothShare.TIMESTAMP, ts);
H A DTestActivity.java256 Long ts = System.currentTimeMillis();
257 values.put(BluetoothShare.TIMESTAMP, ts);
/packages/apps/Camera/src/com/android/camera/ui/
H A DSwitch.java151 int ts = res.getDimensionPixelSize(R.dimen.thumb_text_size);
152 if (ts != mTextPaint.getTextSize()) {
153 mTextPaint.setTextSize(ts);

Completed in 1953 milliseconds