/aosp_15_r20/frameworks/native/services/surfaceflinger/Display/ |
H A D | DisplayModeController.h | 113 struct Display { struct 118 Display(DisplaySnapshotRef snapshot, DisplayModes modes, DisplayModeId activeModeId, in Display() function 123 const DisplaySnapshotRef snapshot; argument 140 using DisplayPtr = std::unique_ptr<Display>; argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/thiserror-impl/src/ |
D | attr.rs | 19 pub struct Display<'a> { struct 36 Display, enumerator 195 impl ToTokens for Display<'_> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/swapchain/ |
D | display.rs | 183 pub struct Display { struct 185 properties: Arc<ash::vk::DisplayPropertiesKHR>, // TODO: Arc because struct isn't clone argument 188 impl Display { argument 192 ) -> Result<IntoIter<Display>, OomError> { in enumerate_raw() 242 pub fn enumerate(physical_device: Arc<PhysicalDevice>) -> IntoIter<Display> { in enumerate() 355 unsafe impl VulkanObject for Display { implementation 406 pub fn display(&self) -> &Display { in display()
|
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/ |
D | NoOpFrameComposer.cpp | 43 HWC3::Error NoOpFrameComposer::onDisplayCreate(Display*) { in onDisplayCreate() argument 49 HWC3::Error NoOpFrameComposer::onDisplayDestroy(Display*) { in onDisplayDestroy() argument 55 HWC3::Error NoOpFrameComposer::onDisplayClientTargetSet(Display*) { in onDisplayClientTargetSet() argument 61 HWC3::Error NoOpFrameComposer::onActiveConfigChange(Display*) { in onActiveConfigChange() argument 67 HWC3::Error NoOpFrameComposer::validateDisplay(Display*, DisplayChanges*) { in validateDisplay() argument 74 Display*, ::android::base::unique_fd*, in presentDisplay() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/miette-derive/src/ |
D | fmt.rs | 12 pub struct Display { struct 18 impl ToTokens for Display { argument 28 impl Display { implementation
|
D | utils.rs | 128 impl Display { impl 137 let Display { fmt, args, .. } = display; in expand_shorthand_cloned() localVariable
|
/aosp_15_r20/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.h | 124 struct Display { struct 129 EGLDisplay eglSurface; argument 130 sp<IBinder> displayToken; 131 sp<SurfaceControl> surfaceControl; 132 sp<Surface> surface;
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | Scheduler.h | 513 struct Display { struct 514 Display(PhysicalDisplayId displayId, RefreshRateSelectorPtr selectorPtr, in Display() function 521 const PhysicalDisplayId displayId; argument 531 using DisplayRef = std::reference_wrapper<Display>; argument
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | HidlComposerHal.cpp | 317 Error HidlComposer::executeCommands(Display) { in executeCommands() argument 496 Error HidlComposer::getDisplayConfigurations(Display, int32_t /*maxFrameIntervalNs*/, in getDisplayConfigurations() argument 537 Error HidlComposer::hasDisplayIdleTimerCapability(Display, bool*) { in hasDisplayIdleTimerCapability() argument 1372 Error HidlComposer::setBootDisplayConfig(Display /*displayId*/, Config) { in setBootDisplayConfig() argument 1376 Error HidlComposer::clearBootDisplayConfig(Display /*displayId*/) { in clearBootDisplayConfig() argument 1380 Error HidlComposer::getPreferredBootDisplayConfig(Display /*displayId*/, Config*) { in getPreferredBootDisplayConfig() argument 1392 Error HidlComposer::setRefreshRateChangedCallbackDebugEnabled(Display, bool) { in setRefreshRateChangedCallbackDebugEnabled() argument 1396 Error HidlComposer::notifyExpectedPresent(Display, nsecs_t, int32_t) { in notifyExpectedPresent() argument 1415 Error HidlComposer::getRequestedLuts(Display, std::vector<Layer>*, in getRequestedLuts() argument 1420 Error HidlComposer::setLayerLuts(Display, Layer, Luts&) { in setLayerLuts() argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/displaydoc/src/ |
D | attr.rs | 6 pub(crate) struct Display { struct 12 pub(crate) r#enum: Option<Display>, argument 16 impl ToTokens for Display { implementation 56 pub(crate) fn display(&self, attrs: &[Attribute]) -> Result<Option<Display>> { in display()
|
D | fmt.rs | 15 impl Display { impl
|
/aosp_15_r20/external/rust/cros-libva/lib/src/ |
D | display.rs | 72 pub struct Display { struct 74 handle: bindings::VADisplay, argument 80 /// Error type for `Display::open_drm_display`. argument 91 impl Display { implementation 354 impl Drop for Display { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/khr/ |
D | display.rs | 9 pub struct Display { struct 11 fp: vk::KhrDisplayFn, argument 14 impl Display { argument
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/display/ |
H A D | DisplayExtensions.kt | 23 val Display.naturalBounds: Rect constant 35 val Display.naturalWidth: Int constant 42 val Display.naturalHeight: Int constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/tests/regression/ |
D | issue845.rs | 52 <T as TryFrom<u64>>::Error: Display, in deserialize_integer_or_string() 53 <T as TryFrom<i64>>::Error: Display, in deserialize_integer_or_string() 54 <T as FromStr>::Err: Display, in deserialize_integer_or_string()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/tests/regression/ |
H A D | issue845.rs | 51 <T as TryFrom<u64>>::Error: Display, in deserialize_integer_or_string() 52 <T as TryFrom<i64>>::Error: Display, in deserialize_integer_or_string() 53 <T as FromStr>::Err: Display, in deserialize_integer_or_string()
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml/src/ |
D | edit.rs | 27 T: std::fmt::Display, in custom() 63 T: std::fmt::Display, in custom() 72 T: std::fmt::Display, in custom()
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/ |
D | error.rs | 371 T: fmt::Display; in unexpected_format() 391 T: fmt::Display; in expected_format() 411 T: fmt::Display; in message_format() 594 T: fmt::Display, in unexpected_format() 610 T: fmt::Display, in expected_format() 617 T: fmt::Display, in message_format() 778 T: fmt::Display, in unexpected_format() 794 T: fmt::Display, in expected_format() 801 T: fmt::Display, in message_format()
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/stream/ |
D | read.rs | 50 T: fmt::Display, in unexpected_format() 66 T: fmt::Display, in expected_format() 73 T: fmt::Display, in message_format()
|
D | easy.rs | 225 T: fmt::Display, in unexpected_format() 245 T: fmt::Display, in expected_format() 257 T: fmt::Display, in message_format() 579 pub fn fmt_errors(errors: &[Error<T, R>], f: &mut fmt::Formatter<'_>) -> fmt::Result in fmt_errors() 582 R: fmt::Display, in fmt_errors()
|
/aosp_15_r20/external/openscreen/cast/streaming/ |
H A D | receiver_session.h | 137 struct Display { struct 147 Dimensions dimensions; 151 bool can_scale_content = false;
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/combinator/debug/ |
D | internals.rs | 130 name: &dyn crate::lib::std::fmt::Display, in start() 183 name: &dyn crate::lib::std::fmt::Display, in end() 231 pub fn result(depth: usize, name: &dyn crate::lib::std::fmt::Display, severity: Severity) { in result()
|
D | mod.rs | 44 name: impl crate::lib::std::fmt::Display, in trace() 59 name: impl crate::lib::std::fmt::Display, in trace_result()
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/ |
H A D | find_usb_devices.py | 86 def Display(self, port_chain='', info=False): member in USBNode 193 def Display(self, port_chain='', info=False): member in USBDeviceNode 239 def Display(self, port_chain='', info=False): member in USBBusNode
|
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/display/ |
H A D | Display.kt | 34 object Display { in display() object
|