Home
last modified time | relevance | path

Searched refs:now_ms (Results 1 – 6 of 6) sorted by relevance

/packages/apps/LegacyCamera/jni/
Dfeature_mos_jni.cpp72 #ifndef now_ms
74 now_ms(void) in now_ms() function
100 t0 = now_ms(); in Init()
115 t1 = now_ms(); in Init()
196 t0 = now_ms(); in Finalize()
199 t1 = now_ms(); in Finalize()
368 t0 = now_ms(); in Java_com_android_camera_panorama_Mosaic_setSourceImageFromGPU()
420 t0 = now_ms(); in Java_com_android_camera_panorama_Mosaic_setSourceImage()
435 t0 = now_ms(); in Java_com_android_camera_panorama_Mosaic_setSourceImage()
527 t0 = now_ms(); in Java_com_android_camera_panorama_Mosaic_createMosaic()
[all …]
Dmosaic_renderer_jni.cpp639 #ifndef now_ms
642 now_ms(void) in now_ms() function
665 t0 = now_ms(); in Java_com_android_camera_panorama_MosaicRenderer_transferGPUtoCPU()
678 t0 = now_ms(); in Java_com_android_camera_panorama_MosaicRenderer_transferGPUtoCPU()
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp387 iTimer1 = now_ms(); in AddFrame()
392 iTimer2 = now_ms(); in AddFrame()
400 iTimer1 = now_ms(); in AddFrame()
412 iTimer2 = now_ms(); in AddFrame()
434 iTimer1 = now_ms(); in AddFrame()
442 iTimer2 = now_ms(); in AddFrame()
Ddbreg.h572 now_ms(void) in now_ms() function
/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanDetailCache.java193 long now_ms = System.currentTimeMillis(); in toString() local
197 long milli = now_ms - scanDetail.getSeen(); in toString()
203 if (now_ms > scanDetail.getSeen() && scanDetail.getSeen() > 0) { in toString()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java3129 long now_ms = SystemClock.elapsedRealtime(); in toString() local
3133 long diff = now_ms - mNetworkSelectionStatus.getDisableTime(); in toString()