Searched defs:GetSupportedContentTypes (Results 1 – 6 of 6) sorted by relevance
949 GetSupportedContentTypes = HWC2_FUNCTION_GET_SUPPORTED_CONTENT_TYPES, enumerator
2601 HWC2::Error HWCDisplay::GetSupportedContentTypes(uint32_t *out_num_types, uint32_t *out_types) { in GetSupportedContentTypes() function in sdm::HWCDisplay
841 static int32_t GetSupportedContentTypes(hwc2_device_t *device, hwc2_display_t display, in GetSupportedContentTypes() function
2833 HWC2::Error HWCDisplay::GetSupportedContentTypes(hidl_vec<HwcContentType> *types) { in GetSupportedContentTypes() function in sdm::HWCDisplay
3734 int32_t HWCSession::GetSupportedContentTypes(hwc2_display_t display, in GetSupportedContentTypes() function in sdm::HWCSession
669 TEST_P(GraphicsComposerAidlTest, GetSupportedContentTypes) { in TEST_P() argument