Home
last modified time | relevance | path

Searched refs:sourcePhyWidth (Results 1 - 11 of 11) sorted by relevance

/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_sink_stub.cpp115 uint32_t sourcePhyWidth = data.ReadUint32(); in NotifyStartDScreenInner() local
118 "sourceWinHeight: %{public}d, sourcePhyId: %{public}s, sourcePhyFd: %{public}d, sourcePhyWidth: %{public}d, " in NotifyStartDScreenInner()
120 GetAnonyString(sourcePhyId).c_str(), sourcePhyFd, sourcePhyWidth, sourcePhyHeight); in NotifyStartDScreenInner()
130 .sourcePhyWidth = sourcePhyWidth, in NotifyStartDScreenInner()
H A Ddistributed_input_sink_proxy.cpp103 "sourceWinHeight: %{public}d, sourcePhyId: %{public}s, sourcePhyFd: %{public}d, sourcePhyWidth: %{public}d, " in NotifyStartDScreen()
107 remoteCtrlInfo.sourcePhyWidth, remoteCtrlInfo.sourcePhyHeight); in NotifyStartDScreen()
112 !data.WriteUint32(remoteCtrlInfo.sourcePhyWidth) || !data.WriteUint32(remoteCtrlInfo.sourcePhyHeight)) { in NotifyStartDScreen()
H A Ddistributed_input_client.cpp732 "sourceWinHeight: %{public}d, sourcePhyId: %{public}s, sourcePhyFd: %{public}d, sourcePhyWidth: %{public}d, " in NotifyStartDScreen()
735 srcScreenInfo.sourcePhyFd, srcScreenInfo.sourcePhyWidth, srcScreenInfo.sourcePhyHeight); in NotifyStartDScreen()
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_inject.cpp151 const uint64_t srcWinId, const uint32_t sourcePhyWidth, const uint32_t sourcePhyHeight) in CreateVirtualTouchScreenNode()
158 return inputNodeManager_->CreateVirtualTouchScreenNode(devId, dhId, srcWinId, sourcePhyWidth, sourcePhyHeight); in CreateVirtualTouchScreenNode()
150 CreateVirtualTouchScreenNode(const std::string &devId, const std::string &dhId, const uint64_t srcWinId, const uint32_t sourcePhyWidth, const uint32_t sourcePhyHeight) CreateVirtualTouchScreenNode() argument
H A Ddistributed_input_node_manager.cpp384 const uint64_t srcWinId, const uint32_t sourcePhyWidth, const uint32_t sourcePhyHeight) in CreateVirtualTouchScreenNode()
389 DHLOGI("CreateVirtualTouchScreenNode, dhId: %{public}s, sourcePhyWidth: %{public}d, sourcePhyHeight: %{public}d", in CreateVirtualTouchScreenNode()
390 GetAnonyString(dhId).c_str(), sourcePhyWidth, sourcePhyHeight); in CreateVirtualTouchScreenNode()
383 CreateVirtualTouchScreenNode(const std::string &devId, const std::string &dhId, const uint64_t srcWinId, const uint32_t sourcePhyWidth, const uint32_t sourcePhyHeight) CreateVirtualTouchScreenNode() argument
/foundation/distributedhardware/distributed_input/frameworks/include/
H A Di_dinput_context.h79 uint32_t sourcePhyWidth = 0; // source virtual screen driver width member
/foundation/distributedhardware/distributed_input/services/source/inputinject/include/
H A Ddistributed_input_inject.h44 const uint32_t sourcePhyWidth, const uint32_t sourcePhyHeight);
H A Ddistributed_input_node_manager.h66 const uint32_t sourcePhyWidth, const uint32_t sourcePhyHeight);
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp153 transformInfo.coeffWidth = static_cast<double>(sinkScreenInfo.srcScreenInfo.sourcePhyWidth / in CalculateTransformInfo()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1663 srcScreenInfo.sourcePhyWidth = tmpInfo.sourceWinWidth; in UpdateSrcScreenInfoCache()
1667 "sourcePhyWidth: %{public}d, sourcePhyHeight: %{public}d", in UpdateSrcScreenInfoCache()
1670 srcScreenInfo.sourcePhyWidth, srcScreenInfo.sourcePhyHeight); in UpdateSrcScreenInfoCache()
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp975 "sourceWinHeight: %{public}d, sourcePhyId: %{public}s, sourcePhyFd: %{public}d, sourcePhyWidth: %{public}d, " in NotifyStartDScreen()
978 srcScreenInfo.sourcePhyFd, srcScreenInfo.sourcePhyWidth, srcScreenInfo.sourcePhyHeight); in NotifyStartDScreen()

Completed in 14 milliseconds