Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
H A DHWC2OnFbAdapter.cpp648 HWC2OnFbAdapter::HWC2OnFbAdapter(framebuffer_device_t* fbDevice) in HWC2OnFbAdapter() function in android::HWC2OnFbAdapter
669 HWC2OnFbAdapter& HWC2OnFbAdapter::cast(hw_device_t* device) { in cast()
673 HWC2OnFbAdapter& HWC2OnFbAdapter::cast(hwc2_device_t* device) { in cast()
685 void HWC2OnFbAdapter::close() { in close()
690 const HWC2OnFbAdapter::Info& HWC2OnFbAdapter::getInfo() const { in getInfo()
694 void HWC2OnFbAdapter::updateDebugString() { in updateDebugString()
712 HWC2OnFbAdapter::State HWC2OnFbAdapter::getState() const { in getState()
716 hwc2_layer_t HWC2OnFbAdapter::addLayer() { in addLayer()
752 void HWC2OnFbAdapter::clearDirtyLayers() { in clearDirtyLayers()
784 bool HWC2OnFbAdapter::postBuffer() { in postBuffer()
[all …]
H A DAndroid.bp36 "HWC2OnFbAdapter.cpp",
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
H A DHWC2OnFbAdapter.h36 class HWC2OnFbAdapter : public hwc2_device_t {
38 HWC2OnFbAdapter(framebuffer_device_t* fbDevice);
40 static HWC2OnFbAdapter& cast(hw_device_t* device);
41 static HWC2OnFbAdapter& cast(hwc2_device_t* device);
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
H A DHwcLoader.h132 return new HWC2OnFbAdapter(device); in adaptGrallocModule()