Searched refs:keyRedirect (Results 1 - 12 of 12) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/include/ |
H A D | video_play_controller.h | 46 void SetKeyRedirect(bool keyRedirect) in SetKeyRedirect() argument 50 bufferReceiver_->EnableKeyRedirect(keyRedirect); in SetKeyRedirect()
|
H A D | media_controller.h | 55 void SetKeyRedirect(uint64_t surfaceId, bool keyRedirect);
|
/foundation/CastEngine/castengine_wifi_display/services/common/ |
H A D | event_channel.h | 74 bool keyRedirect;
|
H A D | event_comm.h | 159 bool keyRedirect; 181 bool keyRedirect;
|
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/ |
H A D | media_controller.cpp | 223 void MediaController::SetKeyRedirect(uint64_t surfaceId, bool keyRedirect) in SetKeyRedirect() argument 230 videoPlayController->second->SetKeyRedirect(keyRedirect); in SetKeyRedirect()
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/ |
H A D | interaction.cpp | 402 int32_t Interaction::SetKeyRedirect(uint32_t contextId, uint32_t agentId, uint64_t surfaceId, bool keyRedirect) in SetKeyRedirect() argument 411 agentMsg->keyRedirect = keyRedirect; in SetKeyRedirect()
|
H A D | sharing_adapter.h | 164 * @param keyRedirect Indicates whether it is keyframe rapid redirect. 167 virtual int32_t SetKeyRedirect(uint32_t contextId, uint32_t agentId, uint64_t surfaceId, bool keyRedirect) = 0;
|
H A D | interaction.h | 106 int32_t SetKeyRedirect(uint32_t contextId, uint32_t agentId, uint64_t surfaceId, bool keyRedirect) override;
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/mock/ |
H A D | mock_sharing_adapter.h | 48 MOCK_METHOD(int32_t, SetKeyRedirect, (uint32_t contextId, uint32_t agentId, uint64_t surfaceId, bool keyRedirect));
|
/foundation/CastEngine/castengine_wifi_display/services/agent/ |
H A D | agent.cpp | 184 statusMsg->keyRedirect = inputMsg->keyRedirect; in HandleEvent() 587 channelMsg->keyRedirect = statusMsg->keyRedirect; in SendChannelKeyRedirectEvent()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/ |
H A D | scene_unit_test.cpp | 647 bool keyRedirect = true; in HWTEST_F() local 648 auto ret = interaction->SetKeyRedirect(contextId, agentId, surfaceId, keyRedirect); in HWTEST_F() 660 bool keyRedirect = false; in HWTEST_F() local 661 auto ret = interaction->SetKeyRedirect(contextId, agentId, surfaceId, keyRedirect); in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/ |
H A D | media_channel.cpp | 458 playController_->SetKeyRedirect(channelMsg->surfaceId, channelMsg->keyRedirect); in HandleSetKeyRedirect()
|
Completed in 9 milliseconds