Searched refs:castDisplay (Results 1 – 3 of 3) sorted by relevance
414 for (auto &castDisplay : castDisplays) { in HandleGetAllCastDisplays() local415 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(static_cast<int32_t>(castDisplay.displayState)), in HandleGetAllCastDisplays()417 …CHECK_AND_RETURN_RET_LOG(reply.WriteUint64(castDisplay.displayId), ERR_NONE, "Write displayId fail… in HandleGetAllCastDisplays()418 … CHECK_AND_RETURN_RET_LOG(reply.WriteString(castDisplay.name), ERR_NONE, "Write name failed"); in HandleGetAllCastDisplays()419 … CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(castDisplay.width), ERR_NONE, "Write width failed"); in HandleGetAllCastDisplays()420 … CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(castDisplay.height), ERR_NONE, "Write height failed"); in HandleGetAllCastDisplays()
3014 let castDisplay: avSession.CastDisplayInfo;3017 castDisplay = display;3196 let castDisplay: avSession.CastDisplayInfo;3199 castDisplay = data[0];