Searched defs:DisplayData (Results 1 – 3 of 3) sorted by relevance
193 struct DisplayData { struct217 std::vector<DisplayData> mDisplayData{HWC_NUM_PHYSICAL_DISPLAY_TYPES}; argument
341 struct DisplayData { struct344 Vector<DisplayConfig> configs;345 size_t currentConfig;346 uint32_t format; // pixel format from FB hal, for pre-hwc-1.1347 bool connected;348 bool hasFbComp;349 bool hasOvComp;350 size_t capacity;351 hwc_display_contents_1* list;352 hwc_layer_1* framebufferTarget;[all …]
810 HWComposer::DisplayData::DisplayData() in DisplayData() function in android::HWComposer::DisplayData