/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/ |
H A D | audio_process_in_client.h | 106 virtual void SetApplicationCachePath(const std::string &cachePath) = 0;
|
H A D | renderer_in_client_private.h | 181 void SetApplicationCachePath(const std::string cachePath) override;
|
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/ |
H A D | audio_capturer.h | 439 virtual void SetApplicationCachePath(const std::string cachePath) = 0;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/ |
H A D | audio_capturer.cpp | 270 audioStream_->SetApplicationCachePath(cachePath_); in SetParams() 660 void AudioCapturerPrivate::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::AudioCapturerPrivate 664 audioStream_->SetApplicationCachePath(cachePath_); in SetApplicationCachePath() 1099 audioStream->SetApplicationCachePath(info.cachePath); in SetSwitchInfo()
|
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/ |
H A D | audio_renderer.h | 715 virtual void SetApplicationCachePath(const std::string cachePath) = 0;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/ |
H A D | fast_audio_stream.h | 166 void SetApplicationCachePath(const std::string cachePath) override;
|
H A D | i_audio_stream.h | 229 virtual void SetApplicationCachePath(const std::string cachePath) = 0;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/ |
H A D | audio_renderer.cpp | 481 audioStream_->SetApplicationCachePath(cachePath_); in PrepareAudioStream() 1168 void AudioRendererPrivate::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::AudioRendererPrivate 1172 audioStream_->SetApplicationCachePath(cachePath); in SetApplicationCachePath() 1367 audioStream->SetApplicationCachePath(info.cachePath); in SetSwitchInfo()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/ |
H A D | audio_capturer_private.h | 68 void SetApplicationCachePath(const std::string cachePath) override;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/ |
H A D | audio_renderer_private.h | 85 void SetApplicationCachePath(const std::string cachePath) override;
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | fast_audio_stream.cpp | 694 void FastAudioStream::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::FastAudioStream
|
H A D | audio_process_in_client.cpp | 110 void SetApplicationCachePath(const std::string &cachePath) override; 470 void AudioProcessInClientInner::SetApplicationCachePath(const std::string &cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::AudioProcessInClientInner
|
H A D | capturer_in_client.cpp | 178 void SetApplicationCachePath(const std::string cachePath) override; 1819 void CapturerInClientInner::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::CapturerInClientInner
|
H A D | renderer_in_client.cpp | 2071 void RendererInClientInner::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::RendererInClientInner
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/ |
H A D | audio_capturer_extra_unit_test.cpp | 1417 audioCapturer->SetApplicationCachePath(cachePath.c_str());
|