Lines Matching refs:OnInfo
117 callbackLooper_.OnInfo(INFO_TYPE_STATE_CHANGE, pendingState, format); in UpdateStateNoLock()
121 callbackLooper_.OnInfo(INFO_TYPE_STATE_CHANGE, pipelineStates_, format); in UpdateStateNoLock()
217 callbackLooper_.OnInfo(INFO_TYPE_POSITION_UPDATE, 0, format); in Prepare()
495 callbackLooper_.OnInfo(INFO_TYPE_POSITION_UPDATE, 0, format); in HandleReadyEvent()
558 …callbackLooper_.OnInfo(INFO_TYPE_MESSAGE, PlayerMessageType::PLAYER_INFO_VIDEO_RENDERING_START, fo… in OnEvent()
563 callbackLooper_.OnInfo(INFO_TYPE_IS_LIVE_STREAM, 0, format); in OnEvent()
671 callbackLooper_.OnInfo(INFO_TYPE_SEEKDONE, static_cast<int32_t>(currentPos), format); in DoSeek()
672 callbackLooper_.OnInfo(INFO_TYPE_POSITION_UPDATE, static_cast<int32_t>(currentPos), format); in DoSeek()
704 callbackLooper_.OnInfo(INFO_TYPE_DURATION_UPDATE, Plugin::HstTime2Ms(duration_), format); in DoOnReady()
716 callbackLooper_.OnInfo(INFO_TYPE_EOS, static_cast<int32_t>(singleLoop_.load()), format); in DoOnComplete()
747 callbackLooper_.OnInfo(INFO_TYPE_VOLUME_CHANGE, volume, format); in SetVolumeToSink()
845 callbackLooper_.OnInfo(INFO_TYPE_SPEEDDONE, 0, format); in SetPlaybackSpeed()
853 callbackLooper_.OnInfo(INFO_TYPE_POSITION_UPDATE, currentPosMs, format); in SetPlaybackSpeed()
1073 callbackLooper_.OnInfo(INFO_TYPE_BUFFERING_UPDATE, 0, format); in NotifyBufferingUpdate()
1082 callbackLooper_.OnInfo(INFO_TYPE_RESOLUTION_CHANGE, 0, format); in HandleResolutionChangeEvent()
1102 callbackLooper_.OnInfo(INFO_TYPE_INTERRUPT_EVENT, 0, format); in HandlePluginEvent()
1111 … callbackLooper_.OnInfo(INFO_TYPE_STATE_CHANGE_BY_AUDIO, PlayerStates::PLAYER_PAUSED, format); in HandlePluginEvent()