Home
last modified time | relevance | path

Searched defs:getPhysicalDisplayToken (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DDisplayControl.java105 public static IBinder getPhysicalDisplayToken(long physicalDisplayId) { in getPhysicalDisplayToken() method in DisplayControl
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl126 @nullable IBinder getPhysicalDisplayToken(long displayId); in getPhysicalDisplayToken() method
/frameworks/native/libs/gui/tests/
DSurface_test.cpp691 binder::Status getPhysicalDisplayToken(int64_t /*displayId*/, in getPhysicalDisplayToken() function in android::FakeSurfaceComposerAIDL
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1316 sp<IBinder> SurfaceComposerClient::getPhysicalDisplayToken(PhysicalDisplayId displayId) { in getPhysicalDisplayToken() function in android::SurfaceComposerClient
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp706 sp<IBinder> SurfaceFlinger::getPhysicalDisplayToken(PhysicalDisplayId displayId) const { in getPhysicalDisplayToken() function in android::SurfaceFlinger
9733 binder::Status SurfaceComposerAIDL::getPhysicalDisplayToken(int64_t displayId, in getPhysicalDisplayToken() function in android::SurfaceComposerAIDL