Home
last modified time | relevance | path

Searched refs:startSessionMsg (Results 1 - 2 of 2) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_source_scene.cpp565 auto startSessionMsg = std::make_shared<ScreenCaptureSessionEventMsg>(); in CreateScreenCapture() local
566 startSessionMsg->mediaType = MEDIA_TYPE_AV; in CreateScreenCapture()
567 startSessionMsg->type = EVENT_SESSION_INIT; in CreateScreenCapture()
568 startSessionMsg->toMgr = MODULE_CONTEXT; in CreateScreenCapture()
569 startSessionMsg->dstId = contextId_; in CreateScreenCapture()
570 startSessionMsg->agentId = agentId_; in CreateScreenCapture()
571 startSessionMsg->screenId = screenId_; in CreateScreenCapture()
574 startSessionMsg->videoFormat = videoFormat_; in CreateScreenCapture()
575 startSessionMsg->audioFormat = audioFormat_; in CreateScreenCapture()
578 event.eventMsg = std::move(startSessionMsg); in CreateScreenCapture()
633 auto startSessionMsg = std::make_shared<WfdSourceSessionEventMsg>(); AppendCast() local
[all...]
H A Dwfd_sink_scene.cpp534 auto startSessionMsg = std::make_shared<WfdSinkSessionEventMsg>(); in HandleAppendSurface() local
535 startSessionMsg->type = EVENT_WFD_REQUEST_IDR; in HandleAppendSurface()
536 startSessionMsg->toMgr = MODULE_CONTEXT; in HandleAppendSurface()
537 startSessionMsg->dstId = contextId; in HandleAppendSurface()
538 startSessionMsg->agentId = agentId; in HandleAppendSurface()
541 event.eventMsg = std::move(startSessionMsg); in HandleAppendSurface()
716 auto startSessionMsg = std::make_shared<WfdSinkSessionEventMsg>(); in HandlePlay() local
717 startSessionMsg->type = EVENT_SESSION_INIT; in HandlePlay()
718 startSessionMsg->toMgr = MODULE_CONTEXT; in HandlePlay()
719 startSessionMsg in HandlePlay()
[all...]

Completed in 3 milliseconds