Home
last modified time | relevance | path

Searched refs:BaseType2_1 (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposer.h71 using BaseType2_1 = V2_1::hal::detail::ComposerImpl<Interface, Hal>; variable
73 using BaseType2_1::mClient;
74 using BaseType2_1::mClientMutex;
75 using BaseType2_1::mHal;
76 using BaseType2_1::onClientDestroyed;
77 using BaseType2_1::waitForClientDestroyedLocked;
DComposerClient.h187 using BaseType2_1 = V2_1::hal::detail::ComposerClientImpl<Interface, Hal>;
188 using BaseType2_1::mHal;
189 using BaseType2_1::mResources;
197 using BaseType2_1::mCommandEngine;
198 using BaseType2_1::mCommandEngineMutex;
DComposerCommandEngine.h118 using BaseType2_1 = V2_1::hal::ComposerCommandEngine;
120 using BaseType2_1::mWriter;
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposer.h71 using BaseType2_1 = V2_1::hal::detail::ComposerImpl<Interface, Hal>; variable
73 using BaseType2_1::mClient;
74 using BaseType2_1::mClientMutex;
75 using BaseType2_1::mHal;
76 using BaseType2_1::onClientDestroyed;
77 using BaseType2_1::waitForClientDestroyedLocked;
DComposerCommandEngine.h48 using BaseType2_1 = V2_1::hal::ComposerCommandEngine;
50 using BaseType2_1::mWriter;
DComposerClient.h199 using BaseType2_1 = V2_1::hal::detail::ComposerClientImpl<Interface, Hal>; variable
200 using BaseType2_1::mHal;
201 using BaseType2_1::mResources;
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposer.h44 ComposerImpl(std::unique_ptr<Hal> hal) : BaseType2_1(std::move(hal)) {} in ComposerImpl()
60 using BaseType2_1 = V2_1::hal::detail::ComposerImpl<Interface, Hal>;
61 using BaseType2_1::mHal;
62 using BaseType2_1::onClientDestroyed;
DComposerCommandEngine.h38 : BaseType2_1(hal, resources), mHal(hal) {} in ComposerCommandEngine()
48 return BaseType2_1::executeCommand(command, length); in executeCommand()
97 using BaseType2_1 = V2_1::hal::ComposerCommandEngine;
98 using BaseType2_1::mWriter;
DComposerClient.h47 ComposerClientImpl(Hal* hal) : BaseType2_1(hal) {} in ComposerClientImpl()
214 using BaseType2_1 = V2_1::hal::detail::ComposerClientImpl<Interface, Hal>;
215 using BaseType2_1::mCommandEngine;
216 using BaseType2_1::mCommandEngineMutex;
217 using BaseType2_1::mHal;
218 using BaseType2_1::mResources;
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcHal.h56 BaseType2_1::mDispatch.registerCallback( in registerEventCallback_2_4()
59 BaseType2_1::mDispatch.registerCallback( in registerEventCallback_2_4()
62 BaseType2_1::mDispatch.registerCallback( in registerEventCallback_2_4()
65 BaseType2_1::mDispatch.registerCallback( in registerEventCallback_2_4()
68 BaseType2_1::mDispatch.registerCallback( in registerEventCallback_2_4()
81 BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_HOTPLUG, this, nullptr); in unregisterEventCallback_2_4()
82 BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_REFRESH, this, nullptr); in unregisterEventCallback_2_4()
83 BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_VSYNC_2_4, this, nullptr); in unregisterEventCallback_2_4()
84 BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_VSYNC_PERIOD_TIMING_CHANGED, in unregisterEventCallback_2_4()
86 BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_SEAMLESS_POSSIBLE, this, in unregisterEventCallback_2_4()
[all …]
/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
DHwcHal.h255 if (!BaseType2_1::initDispatch()) { in initDispatch()
294 using BaseType2_1 = V2_1::passthrough::detail::HwcHalImpl<Hal>;
295 using BaseType2_1::getColorModes;
296 using BaseType2_1::getDisplayType;
297 using BaseType2_1::mDevice;
298 using BaseType2_1::setColorMode;
299 using BaseType2_1::createVirtualDisplay;
300 using BaseType2_1::getClientTargetSupport;
301 using BaseType2_1::setPowerMode;
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcHal.h307 if (!BaseType2_1::initDispatch(HWC2_FUNCTION_GET_DISPLAY_CAPABILITIES, in initDispatch()
309 !BaseType2_1::initDispatch(HWC2_FUNCTION_SET_DISPLAY_BRIGHTNESS, in initDispatch()
336 int32_t error = BaseType2_1::getChangedCompositionTypesInternal(display, &typesCount, in getChangedCompositionTypes()
343 error = BaseType2_1::getChangedCompositionTypesInternal( in getChangedCompositionTypes()
397 BaseType2_1::setLayerCompositionType( in onBeforeValidateDisplay()
417 using BaseType2_1 = V2_1::passthrough::detail::HwcHalImpl<Hal>; variable
418 using BaseType2_1::getHdrCapabilities;
419 using BaseType2_1::mDevice;