Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A DWaitFor.c236 AdjustWaitForDelay(void *waitTime, int newdelay) in AdjustWaitForDelay() argument
238 int *timeoutp = waitTime; in AdjustWaitForDelay()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_item_details.qml642 var waitTime = 0 // 300
644 waitTime = time
645 if (waitTime > 0) {
646 console.log('halting for ' + waitTime + ' milliseconds')
647 wait (waitTime)
H A Dtst_map_item_fit_viewport.qml680 var waitTime = 0 // 300
682 waitTime = time
683 if (waitTime > 0) {
684 console.log('halting for ' + waitTime + ' milliseconds')
685 wait (waitTime)
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vi.cpp1052 RK_S32 waitTime = 33; in test_vi_get_release_frame_loop() local
1098 s32Ret = RK_MPI_VI_GetChnFrame(ctx->pipeId, ctx->channelId, &ctx->stViFrame, waitTime); in test_vi_get_release_frame_loop()
1223 RK_S32 waitTime = 33; in test_vi_muti_vi_loop() local
1265 &pstViCtx[i]->stViFrame, waitTime); in test_vi_muti_vi_loop()
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h187 extern _X_EXPORT void AdjustWaitForDelay(void *waitTime, int newdelay);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/
H A D0002-replace-non-standard-uint-with-unsigned-int.patch196 @@ -1134,9 +1134,9 @@ int simCust(int itemID, int lagTime, int waitTime, int speed, int taskID)