Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DDisplay.cpp418 HWC3::Error Display::getSupportedContentTypes(std::vector<ContentType>* outTypes) { in getSupportedContentTypes() argument
421 outTypes->clear(); in getSupportedContentTypes()
DComposerClient.cpp426 std::vector<ContentType>* outTypes) { in getSupportedContentTypes() argument
431 return ToBinderStatus(display->getSupportedContentTypes(outTypes)); in getSupportedContentTypes()