Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DDisplay.h102 HWC3::Error getSupportedContentTypes(std::vector<ContentType>* types);
DComposerClient.h88 ndk::ScopedAStatus getSupportedContentTypes(int64_t displayId,
DComposerClient.cpp426 ndk::ScopedAStatus ComposerClient::getSupportedContentTypes(int64_t displayId, in getSupportedContentTypes() function in aidl::android::hardware::graphics::composer3::impl::ComposerClient
432 return ToBinderStatus(display->getSupportedContentTypes(outTypes)); in getSupportedContentTypes()
DDisplay.cpp428 HWC3::Error Display::getSupportedContentTypes(std::vector<ContentType>* outTypes) { in getSupportedContentTypes() function in aidl::android::hardware::graphics::composer3::impl::Display