Home
last modified time | relevance | path

Searched refs:getDisplayToken (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h134 const wp<IBinder>& getDisplayToken() const { return mDisplayToken; } in getDisplayToken() function
H A DSurfaceFlinger.h1015 return display->getDisplayToken() == mActiveDisplayToken; in isDisplayActiveLocked()
H A DSurfaceFlinger.cpp1181 auto& state = mCurrentState.displays.editValueFor(display->getDisplayToken()); in setActiveModeInternal()
4519 const sp<IBinder> token = display->getDisplayToken().promote(); in onInitializeDisplays()
7056 mActiveDisplayToken = activeDisplay->getDisplayToken(); in onActiveDisplayChangedLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java1650 private IBinder getDisplayToken(int displayId) {
1666 final IBinder token = getDisplayToken(displayId);
1689 final IBinder token = getDisplayToken(displayId);
1704 final IBinder token = getDisplayToken(displayId);
1714 final IBinder token = getDisplayToken(displayId);
1725 final IBinder token = getDisplayToken(displayId);
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_SetPowerModeInternalTest.cpp265 display.mutableDisplayDevice()->getDisplayToken(); in injectDisplayWithInitialPowerMode()
/aosp12/frameworks/base/services/
H A Dart-profile17934 HPLcom/android/server/display/DisplayManagerService;->getDisplayToken(I)Landroid/os/IBinder;+]Lcom/…