HomeSort by relevance Sort by last modified time
    Searched refs:displayId (Results 101 - 125 of 247) sorted by null

1 2 3 45 6 7 8 910

  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
HWC2On1Adapter.h 464 // hwc2_display_t displayId parameter.
467 hwc2_display_t displayId, HWC2::Error (Display::*member)(Args...),
469 auto display = getAdapter(device)->getDisplay(displayId);
478 static int32_t displayHook(hwc2_device_t* device, hwc2_display_t displayId,
480 return HWC2On1Adapter::callDisplayFunction(device, displayId, memFunc,
611 // hwc2_display_t displayId
616 hwc2_display_t displayId, hwc2_layer_t layerId,
618 auto result = getAdapter(device)->getLayer(displayId, layerId);
628 static int32_t layerHook(hwc2_device_t* device, hwc2_display_t displayId,
630 return HWC2On1Adapter::callLayerFunction(device, displayId, layerId
    [all...]
  /hardware/qcom/display/msm8909/libqdutils/
qdMetaData.h 96 int32_t displayId; /* on which display S3D is composed by client */
  /hardware/qcom/display/msm8909w_3100/libqdutils/
qdMetaData.h 98 int32_t displayId; /* on which display S3D is composed by client */
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.h 401 hwc2_display_t displayId, HWC2::Error (Display::*member)(Args...),
403 auto display = getAdapter(device)->getDisplay(displayId);
412 static int32_t displayHook(hwc2_device_t* device, hwc2_display_t displayId,
414 return HWC2On1Adapter::callDisplayFunction(device, displayId, memFunc,
583 hwc2_display_t displayId, hwc2_layer_t layerId,
585 auto result = getAdapter(device)->getLayer(displayId, layerId);
595 static int32_t layerHook(hwc2_device_t* device, hwc2_display_t displayId,
597 return HWC2On1Adapter::callLayerFunction(device, displayId, layerId,
641 std::tuple<Layer*, HWC2::Error> getLayer(hwc2_display_t displayId,
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerConfigChangeTests.java 102 final int displayId = mAmWmState.getAmState().getStackById(actualStackId).mDisplayId;
103 final int newDeviceRotation = getDeviceRotation(displayId);
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
ActivityAndWindowManagersState.java     [all...]
ActivityManagerTestBase.java 195 protected static String getAmStartCmd(final ComponentName activityName, final int displayId,
197 return getAmStartCmdInternal(getActivityName(activityName), displayId, keyValuePair);
200 private static String getAmStartCmdInternal(final String activityName, final int displayId,
208 .append(displayId),
343 protected void launchActivityOnDisplay(ComponentName activityName, int displayId,
345 launchActivityOnDisplayNoWait(activityName, displayId, keyValuePairs);
349 protected void launchActivityOnDisplayNoWait(ComponentName activityName, int displayId,
351 executeShellCommand(getAmStartCmd(activityName, displayId, keyValuePairs));
768 protected int getDeviceRotation(int displayId) {
771 "(mDisplayId=" + displayId + ")([\\s\\S]*)(mOverrideDisplayInfo)(.*)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardDisplayManager.java 135 final int displayId = mPresentation != null
137 mCallback.onSecondaryDisplayShowingChanged(displayId);
  /frameworks/base/services/core/java/com/android/server/policy/
BurnInProtectionHelper.java 253 public void onDisplayChanged(int displayId) {
254 if (displayId == mDisplay.getDisplayId()) {
WindowManagerPolicy.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DisplayFrames.java 119 public DisplayFrames(int displayId, DisplayInfo info, WmDisplayCutout displayCutout) {
120 mDisplayId = displayId;
AppWindowContainerController.java 243 public void removeContainer(int displayId) {
245 final DisplayContent dc = mRoot.getDisplayContent(displayId);
248 + mToken + " from non-existing displayId=" + displayId);
258 throw new UnsupportedOperationException("Use removeContainer(displayId) instead.");
280 public Configuration setOrientation(int requestedOrientation, int displayId,
292 return mService.updateOrientationFromAppTokens(displayConfig, binder, displayId);
    [all...]
Session.java 202 int viewVisibility, int displayId, Rect outFrame, Rect outContentInsets,
205 return mService.addWindow(this, window, seq, attrs, viewVisibility, displayId, outFrame,
218 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets) {
219 return mService.addWindow(this, window, seq, attrs, viewVisibility, displayId,
  /frameworks/native/services/inputflinger/
InputDispatcher.h 302 virtual int32_t injectInputEvent(const InputEvent* event, int32_t displayId,
386 virtual int32_t injectInputEvent(const InputEvent* event, int32_t displayId,
520 int32_t displayId;
530 int32_t displayId, uint32_t pointerCount,
716 bool isHovering(int32_t deviceId, uint32_t source, int32_t displayId) const;
772 int32_t displayId;
    [all...]
InputWindow.h 137 int32_t displayId;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ScreenDecorations.java 114 public void onDisplayAdded(int displayId) {
119 public void onDisplayRemoved(int displayId) {
124 public void onDisplayChanged(int displayId) {
464 public void onDisplayAdded(int displayId) {
468 public void onDisplayRemoved(int displayId) {
472 public void onDisplayChanged(int displayId) {
473 if (displayId == getDisplay().getDisplayId()) {
  /frameworks/base/core/jni/
android_view_InputEventReceiver.cpp 239 int32_t displayId;
241 consumeBatches, frameTime, &seq, &inputEvent, &displayId);
319 displayId);
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
ScreenDecorWindowTests.java 319 private Activity startActivityOnDisplay(Class<?> cls, int displayId) {
323 options.setLaunchDisplayId(displayId);
327 assertEquals(displayId, activity.getDisplay().getDisplayId());
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.h 98 void destroyDisplay(hwc2_display_t displayId);
100 void onHotplug(hwc2_display_t displayId, Connection connection);
300 hwc2_display_t displayId, hwc2_layer_t layerId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DeviceStateMonitor.java 118 public void onDisplayAdded(int displayId) { }
121 public void onDisplayRemoved(int displayId) { }
124 public void onDisplayChanged(int displayId) {
  /frameworks/base/core/java/android/app/
ActivityManagerInternal.java 124 * @param displayId The display to apply the sleep token to.
126 public abstract SleepToken acquireSleepToken(@NonNull String tag, int displayId);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/colorextraction/
SysuiColorExtractor.java 73 int displayId) throws RemoteException {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarTransitions.java 64 int displayId) throws RemoteException {
  /frameworks/base/services/core/java/com/android/server/display/
ColorFade.java 125 public ColorFade(int displayId) {
126 mDisplayId = displayId;
733 int displayId, SurfaceControl surfaceControl) {
735 mDisplayId = displayId;
  /packages/services/Car/evs/sampleDriver/
EvsGlDisplay.cpp 36 mInfo.displayId = "Mock Display";

Completed in 592 milliseconds

1 2 3 45 6 7 8 910