Home
last modified time | relevance | path

Searched refs:AUDIO_FILE (Results 1 - 11 of 11) sorted by relevance

/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H A Daudio_idl_hdirender_test.cpp137 ret = RenderFramePrepare(AUDIO_FILE, frame, requestBytes); in HWTEST_F()
165 ret = RenderFramePrepare(AUDIO_FILE, frame, requestBytes); in HWTEST_F()
212 ret = RenderFramePrepare(AUDIO_FILE, frame, requestBytes); in HWTEST_F()
236 ret = RenderFramePrepare(AUDIO_FILE, frame, requestBytes); in HWTEST_F()
260 .path = AUDIO_FILE.c_str(), .render = render in HWTEST_F()
289 .path = AUDIO_FILE.c_str(), .render = render in HWTEST_F()
550 realpath(AUDIO_FILE.c_str(), absPath); in HWTEST_F()
551 ASSERT_NE(realpath(AUDIO_FILE.c_str(), absPath), nullptr); in HWTEST_F()
H A Daudio_idl_hdirender_control_test.cpp508 .render = render, .path = AUDIO_FILE.c_str() in HWTEST_F()
547 .render = render, .path = AUDIO_FILE.c_str() in HWTEST_F()
H A Daudio_idl_hdirender_attr_test.cpp212 .path = AUDIO_FILE.c_str(), .render = render in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H A Daudio_hdi_common.h50 const std::string AUDIO_FILE = "/userdata/audiorendertest.wav"; member
55 const std::string AUDIO_FILE = "/data/test/audiorendertest.wav";
/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/
H A Daudio_librender_test.cpp523 if (realpath(AUDIO_FILE.c_str(), absPath) == nullptr) { in HWTEST_F()
526 ASSERT_NE(nullptr, realpath(AUDIO_FILE.c_str(), absPath)); in HWTEST_F()
593 ret = LibStartAndStream(AUDIO_FILE, hwRender->renderParam.frameRenderMode.attrs, in HWTEST_F()
H A Daudio_alsa_librender_test.cpp517 if (realpath(AUDIO_FILE.c_str(), absPath) == nullptr) { in HWTEST_F()
519 ASSERT_NE(nullptr, realpath(AUDIO_FILE.c_str(), absPath)); in HWTEST_F()
558 if (realpath(AUDIO_FILE.c_str(), absPath) == nullptr) { in HWTEST_F()
560 ASSERT_NE(nullptr, realpath(AUDIO_FILE.c_str(), absPath)); in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h41 const std::string AUDIO_FILE = "/data/test/audiorendertest.wav"; member
/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/
H A Daudio_idlhdirender_performace_test.cpp115 .render = render, .path = AUDIO_FILE.c_str(), .delayTime = 0, .totalTime = 0, .averageDelayTime =0, in HWTEST_F()
677 ret = RenderFramePrepare(AUDIO_FILE, audiopara.frame, requestBytes); in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H A Daudio_hdi_common.cpp408 ret = RenderFramePrepare(AUDIO_FILE, frame, numRead); in AudioRenderStartAndOneFrame()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H A Dhdi_service_common.cpp447 ret = RenderFramePrepare(AUDIO_FILE, frame, numRead); in AudioRenderStartAndOneFrame()
/drivers/peripheral/audio/test/systemtest/adm/audio_adm_interface/src/
H A Daudio_adm_interface_test.cpp1191 ret = WriteFrameToSBuf(sBufT, AUDIO_FILE); in HWTEST_F()

Completed in 14 milliseconds