Home
last modified time | relevance | path

Searched refs:BaseType2_3 (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
H A DComposerCommandEngine.h39 : BaseType2_3(hal, resources), mHal(hal) {} in ComposerCommandEngine()
49 using BaseType2_3 = V2_3::hal::ComposerCommandEngine; variable
82 return BaseType2_3::executeCommand(command, length); in executeCommand()
H A DComposer.h44 explicit ComposerImpl(std::unique_ptr<Hal> hal) : BaseType2_3(std::move(hal)) {} in ComposerImpl()
70 using BaseType2_3 = V2_3::hal::detail::ComposerImpl<Interface, Hal>;
H A DComposerClient.h42 ComposerClientImpl(Hal* hal) : BaseType2_3(hal) {} in ComposerClientImpl()
198 using BaseType2_3 = V2_3::hal::detail::ComposerClientImpl<Interface, Hal>;
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
H A DHwcHal.h96 V2_3::Error error_2_3 = BaseType2_3::getDisplayCapabilities(display, &capabilities); in getDisplayCapabilities_2_4()
305 if (!BaseType2_3::initDispatch()) { in initDispatch()
389 using BaseType2_3 = V2_3::passthrough::detail::HwcHalImpl<Hal>; variable