Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.h72 void OnAudioDeviceChangeCb(const int32_t extra, const Format &infoBody);
H A Davplayer_callback.cpp666 … [this](const int32_t extra, const Format &infoBody) { OnAudioDeviceChangeCb(extra, infoBody); } }, in AVPlayerCallback()
672 void AVPlayerCallback::OnAudioDeviceChangeCb(const int32_t extra, const Format &infoBody) in OnAudioDeviceChangeCb() function in OHOS::Media::AVPlayerCallback
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp254 void OnAudioDeviceChangeCb(const int32_t extra, const Format &infoBody);
322 … [this](const int32_t extra, const Format &infoBody) { OnAudioDeviceChangeCb(extra, infoBody); } }, in NativeAVPlayerCallback()
800 void NativeAVPlayerCallback::OnAudioDeviceChangeCb(const int32_t extra, const Format &infoBody) in OnAudioDeviceChangeCb() function in NativeAVPlayerCallback