HomeSort by relevance Sort by last modified time
    Searched refs:ParseOutputDeviceData (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/display/util/
edid_parser.h 31 DISPLAY_UTIL_EXPORT bool ParseOutputDeviceData(
edid_parser_unittest.cc 152 EXPECT_TRUE(ParseOutputDeviceData(
160 EXPECT_TRUE(ParseOutputDeviceData(edid, &manufacturer_id, NULL));
165 EXPECT_TRUE(ParseOutputDeviceData(edid, NULL, &human_readable_name));
171 EXPECT_TRUE(ParseOutputDeviceData(
183 EXPECT_FALSE(ParseOutputDeviceData(
193 EXPECT_FALSE(ParseOutputDeviceData(
198 EXPECT_TRUE(ParseOutputDeviceData(edid, &manufacturer_id, NULL));
edid_parser.cc 39 // ParseOutputDeviceData fails if it doesn't have product_name.
40 ParseOutputDeviceData(edid, &manufacturer_id, &product_name);
56 bool ParseOutputDeviceData(const std::vector<uint8_t>& edid,
  /external/chromium_org/ui/display/util/x11/
edid_parser_x11.cc 89 bool result = ParseOutputDeviceData(
  /external/chromium_org/ui/ozone/platform/dri/chromeos/
display_snapshot_dri.cc 91 ParseOutputDeviceData(edid, NULL, &display_name_);

Completed in 1377 milliseconds