Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_stream_playback_test.cpp80 bool OpenSpkFile(const std::string &spkFilePath);
132 bool PlaybackTest::OpenSpkFile(const std::string &spkFilePath) in OpenSpkFile() argument
135 AUDIO_ERR_LOG("Spk file has been opened, spkFilePath %{public}s", spkFilePath.c_str()); in OpenSpkFile()
140 …if ((strlen(spkFilePath.c_str()) > PATH_MAX) || (realpath(spkFilePath.c_str(), path) == nullptr)) { in OpenSpkFile()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/examples/
H A Dpa_stream_test.cpp106 bool OpenSpkFile(const std::string &spkFilePath);
147 bool PaRendererTest::OpenSpkFile(const std::string &spkFilePath) in OpenSpkFile() argument
150 AUDIO_ERR_LOG("Spk file has been opened, spkFilePath %{public}s", spkFilePath.c_str()); in OpenSpkFile()
155 …if ((strlen(spkFilePath.c_str()) > PATH_MAX) || (realpath(spkFilePath.c_str(), path) == nullptr)) { in OpenSpkFile()