Home
last modified time | relevance | path

Searched refs:mImpl (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DComposerResources.cpp60 mImpl = ::android::hardware::graphics::composer::V2_2::hal::ComposerResources::create(); in init()
61 if (!mImpl) { in init()
71 mImpl->clear(removeDisplay); in clear()
76 return mImpl->hasDisplay(display); in hasDisplay()
82 return toHwc3Error(mImpl->addPhysicalDisplay(display)); in addPhysicalDisplay()
88 return toHwc3Error(mImpl->addVirtualDisplay(display, outputBufferCacheSize)); in addVirtualDisplay()
93 return toHwc3Error(mImpl->removeDisplay(display)); in removeDisplay()
99 return toHwc3Error(mImpl->setDisplayClientTargetCacheSize(display, clientTargetCacheSize)); in setDisplayClientTargetCacheSize()
105 return toHwc3Error(mImpl->getDisplayClientTargetCacheSize(display, outCacheSize)); in getDisplayClientTargetCacheSize()
111 return toHwc3Error(mImpl->getDisplayOutputBufferCacheSize(display, outCacheSize)); in getDisplayOutputBufferCacheSize()
[all …]
DComposerResources.h104 std::unique_ptr< ::android::hardware::graphics::composer::V2_2::hal::ComposerResources> mImpl;
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Interface.h36 : mName(name), mId(id), mImpl(impl) {} in SimpleC2Interface()
48 return mImpl->query(stackParams, heapParamIndices, mayBlock, in query_vb()
55 return mImpl->config(params, mayBlock, failures); in config_vb()
62 return mImpl->querySupportedParams(params); in querySupportedParams_nb()
67 return mImpl->querySupportedValues(fields, mayBlock); in querySupportedValues_vb()
73 const std::shared_ptr<T> mImpl; variable