Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_process_client_test.cpp104 std::string g_spkfilePath = ""; variable
742 AUDIO_ERR_LOG("Spk file has been opened, g_spkfilePath %{public}s", g_spkfilePath.c_str()); in OpenSpkFile()
747 …if ((strlen(g_spkfilePath.c_str()) > PATH_MAX) || (realpath(g_spkfilePath.c_str(), path) == nullpt… in OpenSpkFile()
867 g_spkfilePath = palyFilePath; in AutoRunSpk()
870 cout << "open spk file path failed!" << g_spkfilePath << endl; in AutoRunSpk()
910 cout << "open mic file path failed!" << g_spkfilePath << endl; in AutoRunMic()
951 g_spkfilePath = palyFilePath; in ConfigSpkTest()
954 cout << "Open spk file path failed!" << g_spkfilePath << endl; in ConfigSpkTest()
1017 g_spkfilePath = "/data/bi.wav"; in LoopLatencyTest()
1019 return "Open spk file path failed!" + g_spkfilePath; in LoopLatencyTest()
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H A Doh_audio_capturer_lowlatency_test.cpp72 string g_spkfilePath = ""; variable
379 AUDIO_ERR_LOG("Spk file has been opened, g_spkfilePath %{public}s", g_spkfilePath.c_str()); in OpenSpkFile()
384 …if ((strlen(g_spkfilePath.c_str()) > PATH_MAX) || (realpath(g_spkfilePath.c_str(), path) == nullpt… in OpenSpkFile()