Home
last modified time | relevance | path

Searched refs:OnPositionChanged (Results 1 - 25 of 28) sorted by relevance

12

/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_stream_player_listener_impl.h39 virtual void OnPositionChanged(int position, int bufferPosition, int duration) = 0;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/include/
H A Dstream_player_listener_impl_proxy.h35 void OnPositionChanged(int position, int bufferPosition, int duration) override;
H A Dcast_stream_player.h66 void OnPositionChanged(int position, int bufferPosition, int duration);
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/include/
H A Dstream_player_listener_impl_proxy.h35 void OnPositionChanged(int position, int bufferPosition, int duration) override;
H A Dcast_stream_player.h66 void OnPositionChanged(int position, int bufferPosition, int duration);
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drender_custom_paint.cpp74 void RenderCustomPaint::OnPositionChanged() in OnPositionChanged() function in OHOS::Ace::RenderCustomPaint
H A Drender_custom_paint.h44 void OnPositionChanged() override;
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/
H A Dnapi_stream_player_listener.h61 void OnPositionChanged(int position, int bufferPosition, int duration) override;
H A Dnapi_stream_player.h92 static napi_status OnPositionChanged(napi_env env, napi_value callback, NapiStreamPlayer *napiStreamPlayer);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/
H A Dcast_stream_manager_client.cpp350 playerListener->OnPositionChanged(position, CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in AutoUpdateCurPosition()
394 playerListener->OnPositionChanged(GetPosition(), CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in ProcessActionPlayerStatusChanged()
399 playerListener->OnPositionChanged(GetPosition(), CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in ProcessActionPlayerStatusChanged()
478 playerListener->OnPositionChanged(position, bufferPosition, duration); in ProcessActionPositionChanged()
479 CLOGI("OnPositionChanged out"); in ProcessActionPositionChanged()
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/
H A Dcast_stream_manager_client.cpp350 playerListener->OnPositionChanged(position, CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in AutoUpdateCurPosition()
394 playerListener->OnPositionChanged(GetPosition(), CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in ProcessActionPlayerStatusChanged()
399 playerListener->OnPositionChanged(GetPosition(), CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in ProcessActionPlayerStatusChanged()
478 playerListener->OnPositionChanged(position, bufferPosition, duration); in ProcessActionPositionChanged()
479 CLOGI("OnPositionChanged out"); in ProcessActionPositionChanged()
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Di_stream_player.h37 virtual void OnPositionChanged(int position, int bufferPosition, int duration) = 0;
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dstream_player_listener_impl_stub.h57 void OnPositionChanged(int position, int bufferPosition, int duration) override;
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dstream_player_listener_impl_stub.cpp82 userListener_->OnPositionChanged(position, bufferPosition, duration); in DoOnPositionChangedTask()
232 void StreamPlayerListenerImplStub::OnPositionChanged(int position, int bufferPosition, int duration) in OnPositionChanged() function in OHOS::CastEngine::CastEngineClient::StreamPlayerListenerImplStub
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H A Dcast_stream_player.cpp239 OnPositionChanged(extra, CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in OnInfo()
247 OnPositionChanged(CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE, extra); in OnInfo()
313 void CastStreamPlayerCallback::OnPositionChanged(int position, int bufferPosition, int duration) in OnPositionChanged() function in OHOS::CastEngine::CastEngineService::CastStreamPlayerCallback
315 CLOGD("OnPositionChanged in"); in OnPositionChanged()
333 listener->OnPositionChanged(position, bufferPosition, duration); in OnPositionChanged()
353 CLOGD("OnPositionChanged out"); in OnPositionChanged()
370 OnPositionChanged(CAST_STREAM_INT_IGNORE, bufferCachedDuration, CAST_STREAM_INT_IGNORE); in OnBufferChanged()
H A Dstream_player_listener_impl_proxy.cpp51 void StreamPlayerListenerImplProxy::OnPositionChanged(int position, int bufferPosition, int duration) in OnPositionChanged() function in OHOS::CastEngine::CastEngineService::StreamPlayerListenerImplProxy
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/
H A Dcast_stream_player.cpp239 OnPositionChanged(extra, CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in OnInfo()
247 OnPositionChanged(CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE, extra); in OnInfo()
313 void CastStreamPlayerCallback::OnPositionChanged(int position, int bufferPosition, int duration) in OnPositionChanged() function in OHOS::CastEngine::CastEngineService::CastStreamPlayerCallback
315 CLOGD("OnPositionChanged in"); in OnPositionChanged()
333 listener->OnPositionChanged(position, bufferPosition, duration); in OnPositionChanged()
353 CLOGD("OnPositionChanged out"); in OnPositionChanged()
370 OnPositionChanged(CAST_STREAM_INT_IGNORE, bufferCachedDuration, CAST_STREAM_INT_IGNORE); in OnBufferChanged()
H A Dstream_player_listener_impl_proxy.cpp51 void StreamPlayerListenerImplProxy::OnPositionChanged(int position, int bufferPosition, int duration) in OnPositionChanged() function in OHOS::CastEngine::CastEngineService::StreamPlayerListenerImplProxy
/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_stream_player.h51 void OnPositionChanged(int position, int bufferPosition, int duration) override;
H A Dhw_cast_stream_player.cpp456 void HwCastStreamPlayer::OnPositionChanged(int position, int bufferPosition, int duration) in OnPositionChanged() function in OHOS::AVSession::HwCastStreamPlayer
/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_test.cpp375 streamplayer->OnPositionChanged(position, bufferPosition, duration); in HWTEST()
394 streamplayer->OnPositionChanged(position, bufferPosition, duration); in HWTEST()
413 streamplayer->OnPositionChanged(position, bufferPosition, duration); in HWTEST()
432 streamplayer->OnPositionChanged(position, bufferPosition, duration); in HWTEST()
H A Dhw_cast_stream_player_test.cpp419 * @tc.desc: OnPositionChanged invalid
428 hwCastStreamPlayer->OnPositionChanged(-1, -1, -1); in HWTEST_F()
435 * @tc.desc: OnPositionChanged
444 hwCastStreamPlayer->OnPositionChanged(0, 0, 10); in HWTEST_F()
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_stream_player_listener.cpp65 void NapiStreamPlayerListener::OnPositionChanged(int position, int bufferPosition, int duration) in OnPositionChanged() function in OHOS::CastEngine::CastEngineClient::NapiStreamPlayerListener
67 CLOGD("OnPositionChanged start"); in OnPositionChanged()
84 CLOGD("OnPositionChanged finish"); in OnPositionChanged()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.h92 void OnPositionChanged() override;
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h1186 virtual void OnPositionChanged() {} in OnPositionChanged() function in OHOS::Ace::RenderNode

Completed in 20 milliseconds

12