Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcHal.h172 int32_t errorRaw = mDispatch.getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes() local
174 auto error = static_cast<Error>(errorRaw); in getDisplayedContentSamplingAttributes()
205 auto errorRaw = mDispatch.getDisplayedContentSample(mDevice, display, maxFrames, timestamp, in getDisplayedContentSample() local
207 if (errorRaw != HWC2_ERROR_NONE) { in getDisplayedContentSample()
208 return static_cast<Error>(errorRaw); in getDisplayedContentSample()
217 errorRaw = mDispatch.getDisplayedContentSample(mDevice, display, maxFrames, timestamp, in getDisplayedContentSample()
219 return static_cast<Error>(errorRaw); in getDisplayedContentSample()