Searched refs:now_ms (Results 1 – 6 of 6) sorted by relevance
72 #ifndef now_ms74 now_ms(void) in now_ms() function100 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 …]
639 #ifndef now_ms642 now_ms(void) in now_ms() function665 t0 = now_ms(); in Java_com_android_camera_panorama_MosaicRenderer_transferGPUtoCPU()678 t0 = now_ms(); in Java_com_android_camera_panorama_MosaicRenderer_transferGPUtoCPU()
387 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()
572 now_ms(void) in now_ms() function
193 long now_ms = System.currentTimeMillis(); in toString() local197 long milli = now_ms - scanDetail.getSeen(); in toString()203 if (now_ms > scanDetail.getSeen() && scanDetail.getSeen() > 0) { in toString()
3129 long now_ms = SystemClock.elapsedRealtime(); in toString() local3133 long diff = now_ms - mNetworkSelectionStatus.getDisableTime(); in toString()