Home
last modified time | relevance | path

Searched refs:RemoveVolumeKeyEventCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/include/
H A Daudio_policy_client_stub_impl.h33 int32_t RemoveVolumeKeyEventCallback(const std::shared_ptr<VolumeKeyEventCallback> &cb);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_client_stub_impl.cpp33 int32_t AudioPolicyClientStubImpl::RemoveVolumeKeyEventCallback(const std::shared_ptr<VolumeKeyEven… in RemoveVolumeKeyEventCallback() function in OHOS::AudioStandard::AudioPolicyClientStubImpl
H A Daudio_policy_manager.cpp1003 audioPolicyClientStubCB_->RemoveVolumeKeyEventCallback(callback); in UnsetVolumeKeyEventCallback()