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/ |
D | Composer.h | 71 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;
|
D | ComposerClient.h | 187 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;
|
D | ComposerCommandEngine.h | 118 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/ |
D | Composer.h | 71 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;
|
D | ComposerCommandEngine.h | 48 using BaseType2_1 = V2_1::hal::ComposerCommandEngine; 50 using BaseType2_1::mWriter;
|
D | ComposerClient.h | 199 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/ |
D | Composer.h | 44 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;
|
D | ComposerCommandEngine.h | 38 : 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;
|
D | ComposerClient.h | 47 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/ |
D | HwcHal.h | 56 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/ |
D | HwcHal.h | 255 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/ |
D | HwcHal.h | 307 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;
|