Home
last modified time | relevance | path

Searched defs:getPhysicalDisplayIds (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DDisplayControl.java97 public static long[] getPhysicalDisplayIds() { in getPhysicalDisplayIds() method in DisplayControl
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl116 long[] getPhysicalDisplayIds(); in getPhysicalDisplayIds() method
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h518 std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const EXCLUDES(mStateLock) { in getPhysicalDisplayIds() function
DSurfaceFlinger.cpp8521 binder::Status SurfaceComposerAIDL::getPhysicalDisplayIds(std::vector<int64_t>* outDisplayIds) { in getPhysicalDisplayIds() function in android::SurfaceComposerAIDL
/frameworks/native/libs/gui/tests/
DSurface_test.cpp751 binder::Status getPhysicalDisplayIds(std::vector<int64_t>* /*outDisplayIds*/) override { in getPhysicalDisplayIds() function in android::FakeSurfaceComposerAIDL
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1282 std::vector<PhysicalDisplayId> SurfaceComposerClient::getPhysicalDisplayIds() { in getPhysicalDisplayIds() function in android::SurfaceComposerClient