Searched defs:now (Results 1 - 16 of 16) sorted by relevance

/device/asus/fugu/recovery/
H A Drecovery_ui.cpp43 static const char* ITEMS[] = {"reboot system now",
59 static double now() { function
/device/lge/mako/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Record.cpp560 nsecs_t now = systemTime(); local
561 nsecs_t diff = now - mLastFpsTime;
565 mLastFpsTime = now;
H A DQCameraHWI.cpp119 /*now init all the buffers and send to steam object*/
681 nsecs_t now = systemTime(); local
682 nsecs_t diff = now - mLastFpsTime;
686 mLastFpsTime = now;
988 LOGE("%s: start preview now", __func__);
2087 /* we have valid surface now, start preview */
2120 /* this is a dummy func now. fix me later */
/device/lge/mako/camera/
H A DQCameraHWI_Record.cpp561 nsecs_t now = systemTime(); local
562 nsecs_t diff = now - mLastFpsTime;
566 mLastFpsTime = now;
H A DQCameraHWI.cpp120 /*now init all the buffers and send to steam object*/
700 nsecs_t now = systemTime(); local
701 nsecs_t diff = now - mLastFpsTime;
705 mLastFpsTime = now;
1034 ALOGD("%s: start preview now", __func__);
2265 /* we have valid surface now, start preview */
2297 /* this is a dummy func now. fix me later */
H A DQualcommCameraHardware.cpp254 * Hence populating with default sizes for now. This needs
2241 #if 0 //commenting this for now as not getting graphics permission
3822 //Chroma Height is not needed as of now. Just sending with other dimensions.
4428 ALOGE("Multiple raw snapshot capture not supported for now....");
5023 //Starting preview now as the preview buffers are allocated
5691 /*now just wait for auto focus thread to be finished*/
6700 nsecs_t now = systemTime(); local
6701 nsecs_t diff = now - mLastFpsTime;
6705 mLastFpsTime = now;
6717 nsecs_t now local
[all...]
/device/moto/shamu/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Record.cpp288 nsecs_t now = systemTime(); local
289 nsecs_t diff = now - mLastFpsTime;
293 mLastFpsTime = now;
H A DQCameraHWI.cpp612 thumb_buf_info->quality = 75; //hardcoded for now, will be calculated in encoder code later
1547 nsecs_t now = systemTime(); local
1548 nsecs_t diff = now - mLastFpsTime;
1552 mLastFpsTime = now;
1830 ALOGE("%s: start preview now", __func__);
1887 /*now init all the buffers and send to steam object*/
1946 /*now init all the buffers and send to steam object*/
1967 /*now init all the buffers and send to steam object*/
2815 /* we have valid surface now, start preview */
2846 /* this is a dummy func now
[all...]
/device/samsung/manta/power/
H A Dpower_manta.c211 struct timespec now, diff; local
243 clock_gettime(CLOCK_MONOTONIC, &now);
244 diff = timespec_diff(now, last_touch_boost);
/device/samsung/manta/liblights/
H A Dlights.c166 struct timespec now; local
168 clock_gettime(CLOCK_MONOTONIC, &now);
169 return now.tv_sec > t->tv_sec || (now.tv_sec == t->tv_sec && now.tv_nsec > t->tv_nsec);
/device/asus/flo/camera/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp932 nsecs_t now = systemTime(); local
933 nsecs_t diff = now - n_vLastFpsTime;
937 n_vLastFpsTime = now;
958 nsecs_t now = systemTime(); local
959 nsecs_t diff = now - n_pLastFpsTime;
963 n_pLastFpsTime = now;
/device/asus/fugu/libaudio/
H A DAudioStreamOut.cpp200 // multiple of 16 audio frames. Right now, there is no good way to
202 // desired sample rate is a member of the 44.1 family. For now, we just
235 int64_t now = mLocalClock.getLocalTime(); local
239 mWriteStartLT = now;
266 deltaLT -= now;
301 // there is something (now or in the future) in audio flinger which
499 // Buffer configuration may need updating now that we have decoded
690 // DMA start time was valid and is now invalid, or was and is valid
692 // level underfow), then just stop now. We will need to reset and
/device/lge/hammerhead/camera/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp932 nsecs_t now = systemTime(); local
933 nsecs_t diff = now - n_vLastFpsTime;
937 n_vLastFpsTime = now;
958 nsecs_t now = systemTime(); local
959 nsecs_t diff = now - n_pLastFpsTime;
963 n_pLastFpsTime = now;
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
H A DQCameraMjpegDecode.cpp664 timespec now; local
666 int rc = mjpegd_timer_start(&now);
671 diff = (long)(now.tv_sec - p_timer->tv_sec) * 1000;
672 diff += (long)(now.tv_nsec - p_timer->tv_nsec) / 1000000;
676 *p_timer = now;
/device/generic/goldfish/gps/
H A Dgps_qemu.c197 time_t now = time(NULL); local
202 gmtime_r( &now, &tm_utc );
203 localtime_r( &now, &tm_local );
263 time_t now = time(NULL); local
264 gmtime_r( &now, &tm );
422 /* we received a complete sentence, now parse it to generate
695 // now loop
/device/moto/shamu/camera/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp1817 nsecs_t now = systemTime(); local
1818 nsecs_t diff = now - n_vLastFpsTime;
1822 n_vLastFpsTime = now;
1843 nsecs_t now = systemTime(); local
1844 nsecs_t diff = now - n_pLastFpsTime;
1849 n_pLastFpsTime = now;

Completed in 289 milliseconds