Searched defs:displays (Results 1 - 16 of 16) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration.h72 // Configurations of the displays making up the desktop area.
73 MacDisplayConfigurations displays; member in struct:webrtc::MacDesktopConfiguration
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DDisplayFacade.java46 private void updateDisplays(Display[] displays) { argument
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();
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();
/external/swiftshader/src/OpenGL/libGL/
H A DDisplay.cpp32 DisplayMap displays; member in namespace:gl
36 if(displays.find(displayId) != displays.end())
38 return displays[displayId];
44 displays[displayId] = display;
58 displays.erase(displayId);
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayCalendarDemo.java102 private static final Locale[] displays = { field in class:HolidayCalendarDemo.CalendarFrame
136 locales = displays;
621 // that displays this month.
/external/drm_hwcomposer/
H A Dhwcomposer.cpp195 DisplayMap displays; member in struct:android::hwc_context_t
637 hwc_drm_display_t *hd = &ctx->displays[display];
686 for (std::pair<const int, hwc_drm_display> &display_entry : ctx->displays)
700 hwc_drm_display_t *hd = &ctx->displays[display];
785 hwc_drm_display_t *hd = &ctx->displays[display];
796 hwc_drm_display_t *hd = &ctx->displays[display];
864 hwc_drm_display_t *hd = &ctx->displays[display];
941 ALOGE("Failed to enumerate displays: %s", strerror(ret));
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.cc1943 Display* const displays = new (std::nothrow) Display[size]; // NOLINT local
1944 if (displays == NULL)
1948 displays[idx] = displays_[idx]; // shallow copy
1953 displays_ = displays;
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc3591 Display* const displays = new (std::nothrow) Display[size]; local
3593 if (displays == NULL)
3597 m_displays[idx].ShallowCopy(displays[idx]);
3601 m_displays = displays;
3868 SimpleTag* const displays = new (std::nothrow) SimpleTag[size]; local
3870 if (displays == NULL)
3874 m_simple_tags[idx].ShallowCopy(displays[idx]);
3878 m_simple_tags = displays;
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc3599 Display* const displays = new (std::nothrow) Display[size]; local
3601 if (displays == NULL)
3605 m_displays[idx].ShallowCopy(displays[idx]);
3609 m_displays = displays;
3876 SimpleTag* const displays = new (std::nothrow) SimpleTag[size]; local
3878 if (displays == NULL)
3882 m_simple_tags[idx].ShallowCopy(displays[idx]);
3886 m_simple_tags = displays;
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp18004 std::vector<DisplayKHR,Allocator> displays; local
18012 displays.resize( displayCount );
18013 result = static_cast<Result>( vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, &displayCount, reinterpret_cast<VkDisplayKHR*>( displays.data() ) ) );
18016 assert( displayCount <= displays.size() );
18017 displays.resize( displayCount );
18018 return createResultValue( result, displays, "vk::PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR" );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 513 milliseconds