Home
last modified time | relevance | path

Searched refs:timeoutMsec (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Datchannel.c738 long long timeoutMsec, ATResponse **pp_outResponse) in at_send_command_full_nolock() argument
742 if (!timeoutMsec) in at_send_command_full_nolock()
743 timeoutMsec = 15000; in at_send_command_full_nolock()
764 err = pthread_cond_timeout_np(&cm_command_cond, &cm_command_mutex, timeoutMsec); in at_send_command_full_nolock()
801 long long timeoutMsec, ATResponse **pp_outResponse) in at_send_command_full() argument
814 timeoutMsec, pp_outResponse); in at_send_command_full()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_ai.cpp91 RK_S32 test_ai_poll_event(RK_S32 timeoutMsec, RK_S32 fd) { in test_ai_poll_event() argument
101 ret = poll(pollFds, num_fds, timeoutMsec); in test_ai_poll_event()
H A Dtest_mpi_aenc.cpp93 RK_S32 test_aenc_poll_event(RK_S32 timeoutMsec, RK_S32 fd) { in test_aenc_poll_event() argument
103 ret = poll(pollFds, num_fds, timeoutMsec); in test_aenc_poll_event()
H A Dtest_mpi_vdec.cpp167 RK_S32 mpi_vdec_poll_event(RK_S32 timeoutMsec, RK_S32 fd) { in mpi_vdec_poll_event() argument
177 ret = poll(pollFds, num_fds, timeoutMsec); in mpi_vdec_poll_event()
H A Dtest_mpi_vi.cpp324 RK_S32 test_vi_poll_event(RK_S32 timeoutMsec, RK_S32 fd) { in test_vi_poll_event() argument
334 ret = poll(pollFds, num_fds, timeoutMsec); in test_vi_poll_event()