Searched refs:OnVolumeChangeCb (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/player/ |
H A D | player_callback_napi.h | 67 void OnVolumeChangeCb();
|
H A D | player_callback_napi.cpp | 114 OnVolumeChangeCb(); in OnInfo() 238 void PlayerCallbackNapi::OnVolumeChangeCb() in OnVolumeChangeCb() function in OHOS::Media::PlayerCallbackNapi
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_callback.h | 61 void OnVolumeChangeCb(const int32_t extra, const Format &infoBody);
|
H A D | avplayer_callback.cpp | 628 … [this](const int32_t extra, const Format &infoBody) { OnVolumeChangeCb(extra, infoBody); } }, in AVPlayerCallback() 834 void AVPlayerCallback::OnVolumeChangeCb(const int32_t extra, const Format &infoBody) in OnVolumeChangeCb() function in OHOS::Media::AVPlayerCallback
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/ |
H A D | native_avplayer.cpp | 242 void OnVolumeChangeCb(const int32_t extra, const Format &infoBody); 302 … [this](const int32_t extra, const Format &infoBody) { OnVolumeChangeCb(extra, infoBody); } }, in NativeAVPlayerCallback() 595 void NativeAVPlayerCallback::OnVolumeChangeCb(const int32_t extra, const Format &infoBody) in OnVolumeChangeCb() function in NativeAVPlayerCallback
|