Home
last modified time | relevance | path

Searched refs:SetApplicationCachePath (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Daudio_process_in_client.h106 virtual void SetApplicationCachePath(const std::string &cachePath) = 0;
H A Drenderer_in_client_private.h181 void SetApplicationCachePath(const std::string cachePath) override;
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/
H A Daudio_capturer.h439 virtual void SetApplicationCachePath(const std::string cachePath) = 0;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp270 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 Daudio_renderer.h715 virtual void SetApplicationCachePath(const std::string cachePath) = 0;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/
H A Dfast_audio_stream.h166 void SetApplicationCachePath(const std::string cachePath) override;
H A Di_audio_stream.h229 virtual void SetApplicationCachePath(const std::string cachePath) = 0;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp481 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 Daudio_capturer_private.h68 void SetApplicationCachePath(const std::string cachePath) override;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h85 void SetApplicationCachePath(const std::string cachePath) override;
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dfast_audio_stream.cpp694 void FastAudioStream::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::FastAudioStream
H A Daudio_process_in_client.cpp110 void SetApplicationCachePath(const std::string &cachePath) override;
470 void AudioProcessInClientInner::SetApplicationCachePath(const std::string &cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::AudioProcessInClientInner
H A Dcapturer_in_client.cpp178 void SetApplicationCachePath(const std::string cachePath) override;
1819 void CapturerInClientInner::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::CapturerInClientInner
H A Drenderer_in_client.cpp2071 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 Daudio_capturer_extra_unit_test.cpp1417 audioCapturer->SetApplicationCachePath(cachePath.c_str());