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

/packages/apps/Nfc/jni/
H A Dcom_android_nfc_NativeLlcpSocket.cpp115 struct timespec ts; local
169 struct timespec ts; local
248 struct timespec ts; local
309 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.cpp134 struct timespec ts; local
157 clock_gettime(CLOCK_REALTIME, &ts);
158 ts.tv_sec += 5;
161 if(sem_timedwait(&cb_data.sem, &ts))
362 struct timespec ts; local
997 struct timespec ts; local
1827 struct timespec ts; local
1854 clock_gettime(CLOCK_REALTIME, &ts);
1855 ts.tv_sec += 5;
1858 if(sem_timedwait(&cb_data.sem, &ts)
2450 struct timespec ts; local
[all...]
H A Dcom_android_nfc_NativeP2pDevice.cpp358 struct timespec ts; local
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java269 Long ts = values.getAsLong(BluetoothShare.TIMESTAMP);
270 if (ts == null) {
271 ts = System.currentTimeMillis();
273 filteredValues.put(BluetoothShare.TIMESTAMP, ts);
H A DBluetoothOppManager.java366 Long ts = System.currentTimeMillis();
380 values.put(BluetoothShare.TIMESTAMP, ts);
H A DTestActivity.java256 Long ts = System.currentTimeMillis();
257 values.put(BluetoothShare.TIMESTAMP, ts);

Completed in 183 milliseconds