Home
last modified time | relevance | path

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

/hardware/google/graphics/zuma/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp42 if (panelModel.size() < MONITOR_DESCRIPTOR_DATA_LENGTH) { in ExynosPrimaryDisplayDrmInterfaceModule()
44 panelModel.append(MONITOR_DESCRIPTOR_DATA_LENGTH - panelModel.size(), ' '); in ExynosPrimaryDisplayDrmInterfaceModule()
47 if (panelModel.size() > MONITOR_DESCRIPTOR_DATA_LENGTH) { in ExynosPrimaryDisplayDrmInterfaceModule()
48 ALOGE("Panel model longer than maximum %u bytes", MONITOR_DESCRIPTOR_DATA_LENGTH); in ExynosPrimaryDisplayDrmInterfaceModule()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h41 #define MONITOR_DESCRIPTOR_DATA_LENGTH 13 macro
620 std::array<uint8_t, MONITOR_DESCRIPTOR_DATA_LENGTH> mMonitorDescription;