Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/include/
H A Daudio_policy_client_stub_impl.h39 …int32_t RemoveDeviceChangeCallback(DeviceFlag flag, std::shared_ptr<AudioManagerDeviceChangeCallba…
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/
H A Daudio_capturer_private.h204 …void RemoveDeviceChangeCallback(const std::shared_ptr<AudioCapturerDeviceChangeCallback> &callback…
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp959 audioStateChangeCallback_->RemoveDeviceChangeCallback(callback); in RemoveAudioCapturerDeviceChangeCallback()
1316 void AudioCapturerStateChangeCallbackImpl::RemoveDeviceChangeCallback( in RemoveDeviceChangeCallback() function in OHOS::AudioStandard::AudioCapturerStateChangeCallbackImpl
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_client_stub_impl.cpp167 int32_t AudioPolicyClientStubImpl::RemoveDeviceChangeCallback(DeviceFlag flag, in RemoveDeviceChangeCallback() function in OHOS::AudioStandard::AudioPolicyClientStubImpl
H A Daudio_policy_manager.cpp705 audioPolicyClientStubCB_->RemoveDeviceChangeCallback(flag, cb); in UnsetDeviceChangeCallback()