Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDisplayDevice.h108 const wp<IBinder>& getDisplayToken() const { return mDisplayToken; } in getDisplayToken() function
DSurfaceFlinger.cpp4371 const sp<IBinder> token = display->getDisplayToken().promote(); in onInitializeDisplays()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java1273 private IBinder getDisplayToken(int displayId) { in getDisplayToken() method in DisplayManagerService
1288 final IBinder token = getDisplayToken(displayId); in screenshotInternal()
1300 final IBinder token = getDisplayToken(displayId); in getDisplayedContentSamplingAttributesInternal()
1310 final IBinder token = getDisplayToken(displayId); in setDisplayedContentSamplingEnabledInternal()
1321 final IBinder token = getDisplayToken(displayId); in getDisplayedContentSampleInternal()
/frameworks/base/services/
Dart-profile6703 HSPLcom/android/server/display/DisplayManagerService;->getDisplayToken(I)Landroid/os/IBinder;