/foundation/CastEngine/castengine_cast_framework/common/include/private/ |
H A D | i_stream_player_listener_impl.h | 39 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 D | stream_player_listener_impl_proxy.h | 35 void OnPositionChanged(int position, int bufferPosition, int duration) override;
|
H A D | cast_stream_player.h | 66 void OnPositionChanged(int position, int bufferPosition, int duration);
|
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/include/ |
H A D | stream_player_listener_impl_proxy.h | 35 void OnPositionChanged(int position, int bufferPosition, int duration) override;
|
H A D | cast_stream_player.h | 66 void OnPositionChanged(int position, int bufferPosition, int duration);
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | render_custom_paint.cpp | 74 void RenderCustomPaint::OnPositionChanged() in OnPositionChanged() function in OHOS::Ace::RenderCustomPaint
|
H A D | render_custom_paint.h | 44 void OnPositionChanged() override;
|
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/ |
H A D | napi_stream_player_listener.h | 61 void OnPositionChanged(int position, int bufferPosition, int duration) override;
|
H A D | napi_stream_player.h | 92 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 D | cast_stream_manager_client.cpp | 350 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 D | cast_stream_manager_client.cpp | 350 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 D | i_stream_player.h | 37 virtual void OnPositionChanged(int position, int bufferPosition, int duration) = 0;
|
/foundation/CastEngine/castengine_cast_framework/client/include/ |
H A D | stream_player_listener_impl_stub.h | 57 void OnPositionChanged(int position, int bufferPosition, int duration) override;
|
/foundation/CastEngine/castengine_cast_framework/client/src/ |
H A D | stream_player_listener_impl_stub.cpp | 82 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 D | cast_stream_player.cpp | 239 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 D | stream_player_listener_impl_proxy.cpp | 51 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 D | cast_stream_player.cpp | 239 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 D | stream_player_listener_impl_proxy.cpp | 51 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 D | hw_cast_stream_player.h | 51 void OnPositionChanged(int position, int bufferPosition, int duration) override;
|
H A D | hw_cast_stream_player.cpp | 456 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 D | hw_cast_test.cpp | 375 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 D | hw_cast_stream_player_test.cpp | 419 * @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 D | napi_stream_player_listener.cpp | 65 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 D | render_web.h | 92 void OnPositionChanged() override;
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.h | 1186 virtual void OnPositionChanged() {} in OnPositionChanged() function in OHOS::Ace::RenderNode
|