Home
last modified time | relevance | path

Searched refs:proxyObj_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dfast_audio_stream.cpp130 proxyObj_ = proxyObj; in SetAudioStreamInfo()
837 CHECK_AND_RETURN_RET_LOG(proxyObj_ != nullptr, false, "proxyObj_ is null"); in RestoreAudioStream()
849 int32_t ret = SetAudioStreamInfo(streamInfo_, proxyObj_); in RestoreAudioStream()
H A Dcapturer_in_client.cpp335 std::shared_ptr<AudioClientTracker> proxyObj_ = nullptr; member in OHOS::AudioStandard::CapturerInClientInner
505 proxyObj_ = proxyObj; in SetAudioStreamInfo()
1908 CHECK_AND_RETURN_RET_LOG(proxyObj_ != nullptr, false, "proxyObj_ is null"); in RestoreAudioStream()
1916 int32_t ret = SetAudioStreamInfo(streamParams_, proxyObj_); in RestoreAudioStream()
H A Drenderer_in_client.cpp286 proxyObj_ = proxyObj; in SetAudioStreamInfo()
2280 CHECK_AND_RETURN_RET_LOG(proxyObj_ != nullptr, false, "proxyObj_ is null"); in RestoreAudioStream()
2292 int32_t ret = SetAudioStreamInfo(streamParams_, proxyObj_); in RestoreAudioStream()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/
H A Dfast_audio_stream.h213 std::shared_ptr<AudioClientTracker> proxyObj_ = nullptr; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Drenderer_in_client_private.h405 std::shared_ptr<AudioClientTracker> proxyObj_ = nullptr; variable