Home
last modified time | relevance | path

Searched refs:test_pattern (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/base/
DFileUtils_unittest.cpp34 const char test_pattern[] = "test pattern"; in TEST() local
40 EXPECT_FALSE(writeStringToFile(-1, test_pattern)); in TEST()
41 EXPECT_TRUE(writeStringToFile(fd.get(), test_pattern)); in TEST()
49 EXPECT_STREQ(test_pattern, read_buffer.c_str()); in TEST()
58 EXPECT_STREQ(test_pattern, readSucceededRes->c_str()); in TEST()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.h231 bool test_pattern = false; // display will show test pattern member
236 test_pattern = false; in Reset()
Dhwc_session.cpp3066 map_info.test_pattern = (hpd_bpp_ > 0) && (hpd_pattern_ > 0); in HandleConnectedDisplays()
3068 if (!map_info.test_pattern) { in HandleConnectedDisplays()
3208 if (!map_info->test_pattern) { in DestroyPluggableDisplay()
/hardware/qcom/sm7250/display/composer/
Dhwc_session.h461 bool test_pattern = false; // display will show test pattern member
466 test_pattern = false; in Reset()
Dhwc_session.cpp2961 map_info.test_pattern = (hpd_bpp_ > 0) && (hpd_pattern_ > 0); in HandleConnectedDisplays()
2963 if (!map_info.test_pattern) { in HandleConnectedDisplays()
3091 if (!map_info->test_pattern) { in DestroyPluggableDisplay()