HomeSort by relevance Sort by last modified time
    Searched defs:displays (Results 1 - 22 of 22) sorted by null

  /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);
MediaRouter.java 127 // Only the system can configure wifi displays. The display manager
620 * Temporary interop constant to identify remote displays.
1303 WifiDisplay[] displays; local
1868 Display[] displays = sStatic.getAllPresentationDisplays(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayAdapter.java 49 * Connects to Wifi displays that implement the Miracast protocol.
56 * This class is responsible for connecting to Wifi displays and mediating
71 // Unique id prefix for wifi displays
296 List<WifiDisplay> displays = new ArrayList<WifiDisplay>( local
308 displays.add(new WifiDisplay(d.getDeviceAddress(), d.getDeviceName(),
314 displays.add(new WifiDisplay(d.getDeviceAddress(), d.getDeviceName(),
317 mDisplays = displays.toArray(WifiDisplay.EMPTY_ARRAY);
329 // Consult the list of available displays and update the name if needed.
472 // Check whether any of the available displays changed canConnect status.
WifiDisplayController.java 87 // 4. We don't seem to get updated results for displays we've already found until
470 final WifiDisplay[] displays = WifiDisplay.CREATOR.newArray(count); local
473 displays[i] = createWifiDisplay(device);
480 mListener.onScanResults(displays);
    [all...]
  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 74 const Vector<DisplayState>& displays,
85 data.writeUint32(static_cast<uint32_t>(displays.size()));
86 for (const auto& d : displays) {
333 Vector<DisplayState> displays; local
334 displays.setCapacity(count);
339 displays.add(d);
343 setTransactionState(state, displays, stateFlags);
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 109 private Display getSecondaryDisplay(Display[] displays) {
110 for (Display display : displays) {
122 Display[] displays = mDisplayManager.getDisplays(); local
123 assertNotNull(displays);
124 assertTrue(2 <= displays.length);
127 for (Display display : 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...]
  /external/drm_hwcomposer/
hwcomposer.cpp 153 DisplayMap displays; member in struct:android::hwc_context_t
295 hwc_drm_display_t *hd = &ctx->displays[i];
426 hwc_drm_display_t *hd = &ctx->displays[display];
473 for (hwc_context_t::DisplayMapIter iter = ctx->displays.begin();
474 iter != ctx->displays.end(); ++iter) {
486 hwc_drm_display_t *hd = &ctx->displays[display];
573 hwc_drm_display_t *hd = &ctx->displays[display];
584 hwc_drm_display_t *hd = &ctx->displays[display];
644 hwc_drm_display_t *hd = &ctx->displays[display];
714 ALOGE("Failed to enumerate displays: %s", strerror(ret))
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 109 // force full composition on all displays
182 DefaultKeyedVector< wp<IBinder>, DisplayDeviceState> displays; member in struct:android::SurfaceFlinger::State
201 const Vector<DisplayState>& displays, uint32_t flags);
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 1184 Display* const displays = new (std::nothrow) Display[size]; // NOLINT local
1185 if (displays == NULL)
1189 displays[idx] = displays_[idx]; // shallow copy
1194 displays_ = displays;
    [all...]
mkvparser.cpp 4206 Display* const displays = new (std::nothrow) Display[size]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 1215 Display* const displays = new (std::nothrow) Display[size]; \/\/ NOLINT local
    [all...]
mkvparser.cpp 4758 Display* const displays = new (std::nothrow) Display[size]; local
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 4209 Display* const displays = new (std::nothrow) Display[size]; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java 394 Display[] displays = mDisplayManager.getDisplays(); local
395 for (int displayNdx = displays.length - 1; displayNdx >= 0; --displayNdx) {
396 final int displayId = displays[displayNdx].getDisplayId();
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java 688 // Affects the behavior of mirroring on secondary displays.
918 Display[] displays = mDisplayManager.getDisplays(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 855 milliseconds