Home
last modified time | relevance | path

Searched refs:tryNumReply (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/audio/supportlibs/adm_adapter/src/
H A Daudio_interface_lib_capture.c801 int32_t tryNumReply = 100; // try get reply count in AudioOutputCaptureReadFrame() local
831 usleep(AUDIO_CAP_WAIT_DELAY + (tryNumReply % AUDIO_TRYNUM) * AUDIO_TRYNUM_TIME); in AudioOutputCaptureReadFrame()
840 tryNumReply--; in AudioOutputCaptureReadFrame()
842 } while (tryNumReply > 0); in AudioOutputCaptureReadFrame()
844 if (tryNumReply <= 0) { in AudioOutputCaptureReadFrame()
/ohos5.0/drivers/peripheral/audio/test/systemtest/adm/audio_adm_interface/src/
H A Daudio_adm_interface_test.cpp1218 int32_t tryNumReply = 100; variable
1245 tryNumReply--;
1251 } while (tryNumReply > 0);
1252 EXPECT_GE(tryNumReply, 0);