Searched refs:OnAudioDeviceChangeCb (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_callback.h | 72 void OnAudioDeviceChangeCb(const int32_t extra, const Format &infoBody);
|
H A D | avplayer_callback.cpp | 711 [this](const int32_t extra, const Format &infoBody) { OnAudioDeviceChangeCb(extra, infoBody); } }, in AVPlayerCallback() 717 void AVPlayerCallback::OnAudioDeviceChangeCb(const int32_t extra, const Format &infoBody) in OnAudioDeviceChangeCb() function in OHOS::Media::AVPlayerCallback
|
/foundation/multimedia/player_framework/frameworks/native/capi/player/ |
H A D | native_avplayer.cpp | 306 void OnAudioDeviceChangeCb(const int32_t extra, const Format &infoBody); 374 [this](const int32_t extra, const Format &infoBody) { OnAudioDeviceChangeCb(extra, infoBody); } }, in NativeAVPlayerCallback() 854 void NativeAVPlayerCallback::OnAudioDeviceChangeCb(const int32_t extra, const Format &infoBody) in OnAudioDeviceChangeCb() function in NativeAVPlayerCallback::NativeAVPlayerCallback 857 CHECK_AND_RETURN_LOG(isSourceLoaded_.load(), "OnAudioDeviceChangeCb current source is unready"); in OnAudioDeviceChangeCb() 861 MEDIA_LOGI("0x%{public}06" PRIXPTR " OnAudioDeviceChangeCb reason: %{public}d", FAKE_POINTER(this), reason); in OnAudioDeviceChangeCb() 864 CHECK_AND_RETURN_LOG(avFormat != nullptr, "OnAudioDeviceChangeCb OH_AVFormat create failed"); in OnAudioDeviceChangeCb()
|
Completed in 7 milliseconds