Searched refs:sleep (Results 1 - 25 of 54) sorted by relevance

123

/hardware/intel/img/hwcomposer/common/observers/
H A DSoftVsyncObserver.cpp128 nsecs_t sleep = next_vsync - now; local
129 if (sleep < 0) {
131 sleep = (period - ((now - next_vsync) % period));
132 next_vsync = now + sleep;
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
H A DCThread.h58 void sleep(void);
H A DCThread.cpp126 void CThread::sleep( function in class:CThread
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalZoneMonitor.java52 // stop value can be changed before going to sleep
54 Thread.sleep(zone.getPollDelay(zone.getZoneState()));
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.h100 #define sleep Sleep macro
/hardware/ti/omap4-aah/
H A Dtm.c51 sleep(10);
/hardware/ti/omap4xxx/
H A Dtm.c51 sleep(10);
/hardware/ril/rild/
H A Drild.c212 sleep(1);
240 sleep(0x00ffffff);
323 RLOGD("RIL_Init starting sleep loop");
325 sleep(UINT32_MAX);
/hardware/intel/img/libdrm/tests/
H A Ddrmstat.c89 for (;;) sleep(60);
119 sleep(count);
183 sleep(secs);
406 sleep(5);
H A Ddristat.c212 sleep(i);
/hardware/intel/common/libva/test/basic/
H A Dtest.c73 sleep(10);
/hardware/qcom/gps/utils/
H A Dloc_target.cpp137 sleep(1);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Dstress_iio.c458 printf("sleep %d ms\n", i);
461 printf("sleep %d s\n", i);
462 sleep(i);
585 printf("sleep %ds\n", enable_delay);
586 sleep(enable_delay);
610 printf("sleep %ds\n", disable_delay);
611 sleep(disable_delay);
684 //sleep(2);
694 //sleep(1000);
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_script.cpp254 sleep(50);//50s // This delay is not related to suspend resume timer
255 printf(" After 30 seconds of sleep");
348 sleep(1);
1293 sleep(dly);
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_script.cpp146 sleep(50);//50s // This delay is not related to suspend resume timer
147 printf(" After 30 seconds of sleep");
245 sleep(1);
887 sleep(dly);
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsaucm_test.c97 sleep(2);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c1005 sleep(SLEEP_TIME);
1067 sleep(SLEEP_TIME);
1224 sleep (SLEEP_TIME);
1226 sleep (0);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
H A DOMX_WbAmrDecoder.h217 #define sleep Sleep macro
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c322 pthread_cond_wait(&WaitForState_threshold, &WaitForState_mutex);/*Going to sleep till signal arrives*/
1150 sleep(3);
1159 sleep(2);
1182 sleep(3);
1191 sleep(2);
1480 sleep(10);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.cpp156 ::sleep(1);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c454 sleep (SLEEP_TIME);
505 sleep(10);
1665 sleep(SLEEP_TIME);
1736 sleep(SLEEP_TIME);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
H A DOMX_G726Enc_Utils.h61 #define sleep Sleep macro
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DG729EncTest.c264 sleep(2);
994 sleep(1);
1357 sleep (2);
1360 sleep (0);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c970 sleep(3);
1231 /*sleep (6);*/
1234 sleep (0);
1281 sleep(10);
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp497 sleep(1); \
1313 sleep(1);
1916 sleep(1000);
2079 sleep(1);
2090 //sleep(1000);
2180 "is not so good. lets just sleep some more");
2183 D("sleep for %d microsec", 1000000/m_sProfile.nFramerate);
2184 sleep (1000000 / m_sProfile.nFramerate);
2258 sleep(3);

Completed in 1197 milliseconds

123