Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_client_stub_impl.cpp60 std::shared_ptr<VolumeKeyEventCallback> volumeKeyEventCallback = (*it).lock(); in OnVolumeKeyEvent() local
61 if (volumeKeyEventCallback != nullptr) { in OnVolumeKeyEvent()
62 volumeKeyEventCallback->OnVolumeKeyEvent(volumeEvent); in OnVolumeKeyEvent()