/external/clang/test/Frontend/ |
cc1-return-codes.c | 1 // cc1 immediate arguments (arguments which displays information and exits)
|
/frameworks/support/compat/java/android/support/v4/hardware/display/ |
DisplayManagerCompat.java | 34 * Display category: Presentation displays. 36 * This category can be used to identify secondary displays that are suitable for 37 * use as presentation displays. 41 * on secondary displays. 81 * Gets all currently valid logical displays. 83 * @return An array containing all displays. 88 * Gets all currently valid logical displays of the specified category. 90 * When there are multiple displays in a category the returned displays are sorted 92 * {@link #DISPLAY_CATEGORY_PRESENTATION} and there are multiple presentation displays [all...] |
/frameworks/base/docs/html/design/patterns/ |
index.jd | 23 <a href="{@docRoot}design/style/devices-displays.html" class="landing-page-link">Devices and Displays</a> 26 <a href="{@docRoot}design/style/devices-displays.html">
|
/frameworks/base/docs/html/design/style/ |
index.jd | 24 <a href="{@docRoot}design/style/devices-displays.html" class="landing-page-link">Devices and Displays</a> 27 <a href="{@docRoot}design/style/devices-displays.html">
|
/development/samples/browseable/RecyclerView/ |
_index.jd | 10 their ViewHolder. The log also displays elements that you tap.
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
DisplayFacade.java | 46 private void updateDisplays(Display[] displays) { 51 for(Display d : displays) { 56 @Rpc(description = "Get a list of IDs of the logical displays connected." 57 + "Also updates the cached displays.") 59 Display[] displays = mDisplayManager.getDisplays(); local 60 updateDisplays(displays); 61 Integer[] results = new Integer[displays.length]; 62 for(int i = 0; i < displays.length; i++) { 63 results[i] = displays[i].getDisplayId();
|
/frameworks/base/core/java/android/hardware/display/ |
WifiDisplayStatus.java | 26 * currently connected display and all available or remembered displays. 75 WifiDisplay[] displays = WifiDisplay.CREATOR.newArray(in.readInt()); 76 for (int i = 0; i < displays.length; i++) { 77 displays[i] = WifiDisplay.CREATOR.createFromParcel(in); 84 activeDisplay, displays, sessionInfo); 98 WifiDisplay activeDisplay, WifiDisplay[] displays, WifiDisplaySessionInfo sessionInfo) { 99 if (displays == null) { 100 throw new IllegalArgumentException("displays must not be null"); 107 mDisplays = displays; 117 * connecting to displays have been met [all...] |
DisplayManager.java | 31 * Manages the properties of attached displays. 72 * Display category: Presentation displays. 74 * This category can be used to identify secondary displays that are suitable for 75 * use as presentation displays such as HDMI or Wireless displays. Applications 76 * may automatically project their content to presentation displays to provide 90 * <h3>Public virtual displays</h3> 96 * windows on the display and the system may mirror the contents of other displays 104 * <h3>Private virtual displays</h3> 129 * <h3>Presentation virtual displays</h3 [all...] |
/hardware/libhardware/modules/hwcomposer/ |
hwcomposer.cpp | 72 size_t numDisplays, hwc_display_contents_1_t** displays) { 73 if (displays && (displays[0]->flags & HWC_GEOMETRY_CHANGED)) { 74 for (size_t i=0 ; i<displays[0]->numHwLayers ; i++) { 76 displays[0]->hwLayers[i].compositionType = HWC_FRAMEBUFFER; 83 size_t numDisplays, hwc_display_contents_1_t** displays) 89 EGLBoolean sucess = eglSwapBuffers((EGLDisplay)displays[0]->dpy, 90 (EGLSurface)displays[0]->sur);
|
/development/samples/ApiDemos/res/layout/ |
presentation_activity.xml | 17 <!-- Demonstrates an activity that shows content on secondary displays using 35 <!-- A checkbox to toggle between showing all displays or only presentation displays. --> 42 <!-- List that will show information about all connected displays. -->
|
/development/samples/browseable/ActionBarCompat-Basic/ |
_index.jd | 9 displays action items. It covers inflating items from a menu resource, as well as adding
|
/development/samples/browseable/AppRestrictions/ |
_index.jd | 12 types and custom. When launched under a restricted profile, this activity displays app
|
/hardware/bsp/intel/peripheral/libupm/src/lcd/ |
CMakeLists.txt | 3 set (libdescription "upm lcd/oled displays")
|
/prebuilts/go/darwin-x86/src/cmd/pprof/ |
doc.go | 5 // Pprof interprets and displays profiles of Go programs.
|
/prebuilts/go/linux-x86/src/cmd/pprof/ |
doc.go | 5 // Pprof interprets and displays profiles of Go programs.
|
/external/webrtc/webrtc/modules/desktop_capture/mac/ |
desktop_configuration.mm | 120 InvertRectYOrigin(desktop_config.displays[0].bounds, 125 desktop_config.displays[0].dip_to_pixel_scale; 127 desktop_config.displays[0].pixel_bounds.left() * scaling_factor, 128 desktop_config.displays[0].pixel_bounds.top() * scaling_factor, 129 desktop_config.displays[0].pixel_bounds.right() * scaling_factor, 130 desktop_config.displays[0].pixel_bounds.bottom() * scaling_factor); 135 desktop_config.displays.push_back(display_config); 165 displays == other.displays; 172 for (MacDisplayConfigurations::const_iterator it = displays.begin() [all...] |
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
TngDisplayContext.cpp | 65 bool TngDisplayContext::commitBegin(size_t numDisplays, hwc_display_contents_1_t **displays) 144 bool TngDisplayContext::commitEnd(size_t numDisplays, hwc_display_contents_1_t **displays) 164 hwc_display_contents_1_t* display = displays[i]; 198 // For physical displays, dup the releaseFenceFd only for 210 if (!displays[i]) { 215 for (size_t j = 0; j < displays[i]->numHwLayers; j++) { 217 displays[i]->hwLayers[j].handle, 218 displays[i]->hwLayers[j].acquireFenceFd, 219 displays[i]->hwLayers[j].releaseFenceFd); 223 // dup releaseFenceFd for physical displays and ignore virtua [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
TngDisplayContext.cpp | 65 hwc_display_contents_1_t ** /* displays */) 144 bool TngDisplayContext::commitEnd(size_t numDisplays, hwc_display_contents_1_t **displays) 164 hwc_display_contents_1_t* display = displays[i]; 198 // For physical displays, dup the releaseFenceFd only for 210 if (!displays[i]) { 215 for (size_t j = 0; j < displays[i]->numHwLayers; j++) { 217 (uint32_t)displays[i]->hwLayers[j].handle, 218 displays[i]->hwLayers[j].acquireFenceFd, 219 displays[i]->hwLayers[j].releaseFenceFd); 223 // dup releaseFenceFd for physical displays and ignore virtua [all...] |
/development/samples/USB/AdbTest/ |
README.txt | 2 Currently it only implements the "adb logcat" command and displays the log
|
/development/samples/browseable/BasicMediaRouter/ |
_index.jd | 10 to select an output device. If your device supports Miracast wireless displays,
|
/development/samples/browseable/DelayedConfirmation/ |
_index.jd | 10 activity. This activity displays a DelayedConfirmationView that starts when the user presses "Start
|
/frameworks/base/media/java/android/media/ |
RemoteDisplayState.java | 26 * Information available from IRemoteDisplayProvider about available remote displays. 41 * A list of all remote displays. 43 public final ArrayList<RemoteDisplayInfo> displays; field in class:RemoteDisplayState 46 displays = new ArrayList<RemoteDisplayInfo>(); 50 displays = src.createTypedArrayList(RemoteDisplayInfo.CREATOR); 54 if (displays == null) { 57 final int count = displays.size(); 59 if (!displays.get(i).isValid()) { 73 dest.writeTypedList(displays);
|
/frameworks/base/tests/RemoteDisplayProvider/ |
README | 12 wireless displays or launch an activity that uses the MediaRouter,
|
/external/libcap/progs/ |
getpcaps.c | 4 * This displays the capabilities of given target process(es). 18 " This program displays the capabilities on the queried process(es).\n"
|
/hardware/intel/img/hwcomposer/merrifield/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;
|