Searched refs:AncoChannel (Results 1 – 3 of 3) sorted by relevance
28 AncoChannel::AncoChannel(std::shared_ptr<IAncoConsumer> consumer) in AncoChannel() function in OHOS::MMI::AncoChannel32 int32_t AncoChannel::SyncInputEvent(std::shared_ptr<PointerEvent> pointerEvent) in SyncInputEvent()38 int32_t AncoChannel::SyncInputEvent(std::shared_ptr<KeyEvent> keyEvent) in SyncInputEvent()44 int32_t AncoChannel::UpdateWindowInfo(std::shared_ptr<AncoWindows> windows) in UpdateWindowInfo()
26 class AncoChannel final : public AncoChannelStub {28 explicit AncoChannel(std::shared_ptr<IAncoConsumer> consumer);29 ~AncoChannel() = default;30 DISALLOW_COPY_AND_MOVE(AncoChannel);
2328 sptr<IAncoChannel> tChannel = sptr<AncoChannel>::MakeSptr(consumer); in AncoAddChannel()