Searched refs:HWC2OnFbAdapter (Results 1 – 4 of 4) sorted by relevance
648 HWC2OnFbAdapter::HWC2OnFbAdapter(framebuffer_device_t* fbDevice) in HWC2OnFbAdapter() function in android::HWC2OnFbAdapter669 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 …]
36 "HWC2OnFbAdapter.cpp",
36 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);
132 return new HWC2OnFbAdapter(device); in adaptGrallocModule()