/hardware/interfaces/graphics/composer/2.1/utils/resources/include/composer-resources/2.1/ |
D | ComposerResources.h | 133 bool addLayer(Layer layer, std::unique_ptr<ComposerLayerResource> layerResource); 174 Error addLayer(Display display, Layer layer, uint32_t bufferCacheSize);
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/ |
D | HWC2OnFbAdapter.h | 70 hwc2_layer_t addLayer();
|
/hardware/google/graphics/common/hwc3/include/ |
D | IResourceManager.h | 49 virtual int32_t addLayer(int64_t display, int64_t layer, uint32_t bufferCacheSize) = 0;
|
/hardware/google/graphics/common/hwc3/impl/ |
D | ResourceManager.h | 54 int32_t addLayer(int64_t display, int64_t layer, uint32_t bufferCacheSize) override;
|
D | ResourceManager.cpp | 123 int32_t ResourceManager::addLayer(int64_t display, int64_t layer, uint32_t bufferCacheSize) { in addLayer() function in aidl::android::hardware::graphics::composer3::impl::ResourceManager 130 Error hwcErr = mResources->addLayer(hwcDisplay, hwcLayer, bufferCacheSize); in addLayer()
|
/hardware/interfaces/graphics/composer/2.1/utils/resources/ |
D | ComposerResources.cpp | 208 bool ComposerDisplayResource::addLayer(Layer layer, in addLayer() function in android::hardware::graphics::composer::V2_1::hal::ComposerDisplayResource 321 Error ComposerResources::addLayer(Display display, Layer layer, uint32_t bufferCacheSize) { in addLayer() function in android::hardware::graphics::composer::V2_1::hal::ComposerResources 330 return displayResource->addLayer(layer, std::move(layerResource)) ? Error::NONE in addLayer()
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/ |
D | HWC2OnFbAdapter.cpp | 426 *outLayer = adapter.addLayer(); in createLayerHook() 716 hwc2_layer_t HWC2OnFbAdapter::addLayer() { in addLayer() function in android::HWC2OnFbAdapter
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 168 err = mResources->addLayer(display, layer, bufferSlotCount); in createLayer()
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerCommandEngine.cpp | 111 err = mResources->addLayer(display, layerCmd.layer, layerCmd.newBufferSlotCount); in dispatchBatchCreateDestroyLayerCommand()
|
D | ComposerClient.cpp | 60 err = mResources->addLayer(display, *layer, bufferSlotCount); in createLayer()
|