Home
last modified time | relevance | path

Searched refs:DisplayCmdResponser (Results 1 - 3 of 3) sorted by relevance

/drivers/interface/display/composer/v1_1/display_command/
H A Ddisplay_cmd_responser.h32 class DisplayCmdResponser : public V1_0::DisplayCmdResponser<Transfer, VdiImpl> { class
34 static std::unique_ptr<DisplayCmdResponser> Create(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) in Create()
40 return std::make_unique<DisplayCmdResponser>(impl, cacheMgr); in Create()
43 DisplayCmdResponser(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) : BaseType1_0(impl, cacheMgr) {} in DisplayCmdResponser() function in OHOS::HDI::Display::Composer::V1_1::DisplayCmdResponser
45 virtual ~DisplayCmdResponser() {} in ~DisplayCmdResponser()
48 using BaseType1_0 = V1_0::DisplayCmdResponser<Transfer, VdiImpl>;
50 using HdiDisplayCmdResponser = DisplayCmdResponser<SharedMemQueue<int32_t>, IDisplayComposerVdi>;
/drivers/interface/display/composer/v1_2/display_command/
H A Ddisplay_cmd_responser.h44 class DisplayCmdResponser : public V1_1::DisplayCmdResponser<Transfer, VdiImpl> { class
46 static std::unique_ptr<DisplayCmdResponser> Create(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) in Create()
52 return std::make_unique<DisplayCmdResponser>(impl, cacheMgr); in Create()
55 static std::unique_ptr<DisplayCmdResponser> CreateV1_1( in CreateV1_1()
62 return std::make_unique<DisplayCmdResponser>(cacheMgr, impl); in CreateV1_1()
65 DisplayCmdResponser(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) : BaseType1_1(impl, cacheMgr) {} in DisplayCmdResponser() function in OHOS::HDI::Display::Composer::V1_2::DisplayCmdResponser
67 DisplayCmdResponser(std::shared_ptr<DeviceCacheManager> cacheMgr, VdiImpl1_1* impl) in DisplayCmdResponser() function in OHOS::HDI::Display::Composer::V1_2::DisplayCmdResponser
72 virtual ~DisplayCmdResponser() {} in ~DisplayCmdResponser()
84 return V1_0::DisplayCmdResponser<Transfe in ProcessRequestCmd()
[all...]
/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_responser.h64 class DisplayCmdResponser { class
66 static std::unique_ptr<DisplayCmdResponser> Create(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) in Create()
72 return std::make_unique<DisplayCmdResponser>(impl, cacheMgr); in Create()
75 DisplayCmdResponser(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) in DisplayCmdResponser() function in OHOS::HDI::Display::Composer::V1_0::DisplayCmdResponser
83 virtual ~DisplayCmdResponser() in ~DisplayCmdResponser()
1150 using HdiDisplayCmdResponser = DisplayCmdResponser<SharedMemQueue<int32_t>, IDisplayComposerVdi>;

Completed in 3 milliseconds