HomeSort by relevance Sort by last modified time
    Searched full:displays (Results 26 - 50 of 2120) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngDisplayContext.h 46 bool commitBegin(size_t numDisplays, hwc_display_contents_1_t **displays);
48 bool commitEnd(size_t numDisplays, hwc_display_contents_1_t **displays);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
IDisplayContext.h 33 virtual bool commitBegin(size_t numDisplays, hwc_display_contents_1_t **displays) = 0;
35 virtual bool commitEnd(size_t numDisplays, hwc_display_contents_1_t **displays) = 0;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngDisplayContext.h 46 bool commitBegin(size_t numDisplays, hwc_display_contents_1_t **displays);
48 bool commitEnd(size_t numDisplays, hwc_display_contents_1_t **displays);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java 63 * The activity uses the {@link DisplayManager} API to enumerate displays.
67 * We also write information about displays and display-related events to
71 * "Simulate secondary displays" feature in Development Settings to create a few
72 * simulated secondary displays. Each display will appear in the list along with a
136 // Set up checkbox to toggle between showing all displays or only presentation displays.
140 // Set up the list of displays.
151 // Update our list of displays on resume.
251 * Called when the show all displays checkbox is toggled or when
252 * an item in the list of displays is checked or unchecked
444 Display[] displays = mDisplayManager.getDisplays(displayCategory); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
PersistentDataStore.java 55 * <remembered-wifi-displays>
57 * <remembered-wifi-displays>
129 public WifiDisplay[] applyWifiDisplayAliases(WifiDisplay[] displays) {
130 WifiDisplay[] results = displays;
132 int count = displays.length;
134 WifiDisplay result = applyWifiDisplayAlias(displays[i]);
135 if (result != displays[i]) {
136 if (results == displays) {
138 System.arraycopy(displays, 0, results, 0, count);
287 if (parser.getName().equals("remembered-wifi-displays")) {
    [all...]
  /developers/build/prebuilts/androidtv/visual-game-controller/
README.md 3 The Visual Game Controller app is designed to run on an Android TV device and displays visual feedback for the buttons of an attached game controller.
  /development/samples/USB/AdbTest/
_index.html 2 Currently it only implements the <code>adb logcat</code> command and displays the log
  /development/samples/browseable/Quiz/
_index.jd 11 displays them as notifications. Each notification contains the question as the first page, followed
  /development/samples/training/network-usage/
README.txt 8 -- Parses the XML feed, combines feed elements with HTML markup, and displays the resulting HTML in the UI.
  /docs/source.android.com/src/devices/graphics/
implement-vdisplays.jd 1 page.title=Implementing Virtual Displays
28 <p>Android added platform support for virtual displays in Hardware Composer
37 Virtual displays can use 2D/blitter or overlays if the display pipeline can
72 <p>Hardware Composer v1.3 virtual displays require that
  /external/autotest/client/site_tests/cellular_ServiceName/
control 23 The service name is what the UI displays to the user.
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
spdy_view.js 6 * This view displays a summary of the state of each SPDY sessions, and
58 * If |spdySessionInfo| contains any sessions, displays a single table with
59 * information on each SPDY session. Otherwise, displays "None".
107 * Displays information on the global SPDY status.
alt_svc_view.js 6 * This view displays the Alt-Svc mappings.
54 * Displays the alternate service mappings.
mouse_over_help.js 15 * @param {string} mouseOverElementId Name the element that displays the
30 * Positions and displays the div, if not already visible.
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
sample_track.html 15 * A track that displays an array of Sample objects.
slice_track.html 15 * A track that displays an array of Slice objects.
  /external/jdiff/src/jdiff/
StreamReader.java 7 * Reads in lines from an input stream and displays them.
  /external/libcap/doc/
getcap.8 12 displays the name and capabilities of each specified
  /external/v8/test/intl/number-format/
format-currency.js 5 // Make sure currency formatting is correct (for USD only displays two decimal
  /frameworks/base/samples/training/network-usage/
README.txt 8 -- Parses the XML feed, combines feed elements with HTML markup, and displays the resulting HTML in the UI.
  /frameworks/opt/datetimepicker/res/values/
strings.xml 22 Content description for the hour selector in the time picker, which displays
28 Content description for the minute selector in the time picker, which displays
39 Content description for the month and day selector in the date picker, which displays
45 Content description for the year selector in the date picker, which displays
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
functiondiscoverykeys.h 25 #define PNPX_DEVICECATEGORY_DISPLAYS L"Displays"
  /development/samples/XmlAdapters/
_index.html 19 PhotosListActivity</strong></a> retrieves an RSS photo feed and displays the images and their
25 RssReaderActivity</strong></a> also displays items extracted from an RSS feed. An additional
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
ArticleFragment.java 27 * Fragment that displays a news article.
52 * Displays a particular article.
  /external/selinux/policycoreutils/sestatus/
sestatus.8 16 This tool is used to get the status of a system running SELinux. It displays data about whether SELinux is enabled or disabled, location of key directories, and the loaded policy with its status as shown in the example:
50 Displays the contexts of files and processes listed in the \fI/etc/sestatus.conf\fR file. It also checks whether the file is a symbolic link, if so then the context of the target file is also shown.

Completed in 2149 milliseconds

12 3 4 5 6 7 8 91011>>