Home
last modified time | relevance | path

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

/external/autotest/site_utils/bootperf-bin/
Dshowbootdata115 display_count = 0
117 display_count += 1
120 display_count += 1
122 if display_count == 0:
124 elif display_count > 1:
/external/webrtc/webrtc/base/
Dmacwindowpicker.cc182 uint32_t display_count = 0; in GetDesktopList() local
186 &display_count); in GetDesktopList()
191 for (uint32_t i = 0; i < display_count; ++i) { in GetDesktopList()
198 return display_count > 0; in GetDesktopList()