Searched refs:mHwcDevice (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp88 : mHwcDevice(device),
147 if (mHwcDevice == nullptr) {
173 hwc2_close(mHwcDevice);
181 mDump(mHwcDevice, &numBytes, nullptr);
184 mDump(mHwcDevice, &numBytes, buffer.data());
191 return mGetMaxVirtualDisplayCount(mHwcDevice);
201 int32_t intError = mCreateVirtualDisplay(mHwcDevice, width, height,
307 mHwcDevice->getCapabilities(mHwcDevice, &numCapabilities, nullptr);
310 mHwcDevice
[all...]
H A DHWC2.h103 auto pfn = mHwcDevice->getFunction(mHwcDevice, intDesc);
120 mRegisterCallback(mHwcDevice, intCallback, callbackData, pfn);
133 hwc2_device_t* mHwcDevice; member in class:HWC2::Device
H A DHWComposer.cpp65 mHwcDevice(),
97 mHwcDevice->registerHotplugCallback(hotplugHook);
100 mHwcDevice->registerRefreshCallback(invalidateHook);
103 mHwcDevice->registerVsyncCallback(vsyncHook);
128 mHwcDevice = std::make_unique<HWC2::Device>(
140 mHwcDevice = std::make_unique<HWC2::Device>(
144 mRemainingHwcVirtualDisplays = mHwcDevice->getMaxVirtualDisplayCount();
259 auto error = mHwcDevice->createVirtualDisplay(width, height, format,
782 result.append(mHwcDevice->dump().c_str());
H A DHWComposer.h203 std::unique_ptr<HWC2::Device> mHwcDevice; member in class:android::HWComposer

Completed in 329 milliseconds