Home
last modified time | relevance | path

Searched defs:getDisplayInfo (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/service/jni/evs/
DNoOpEvsDisplay.h31 ndk::ScopedAStatus getDisplayInfo(aidlevs::DisplayDesc*) override { in getDisplayInfo() function
/packages/services/Car/cpp/evs/manager/1.1/test/fuzzer/
DMockHWDisplay.h27 ::android::hardware::Return<void> getDisplayInfo(getDisplayInfo_cb _hidl_cb) override { in getDisplayInfo() function
/packages/services/Car/cpp/evs/manager/1.0/
DHalDisplay.cpp51 Return<void> HalDisplay::getDisplayInfo(getDisplayInfo_cb _hidl_cb) { in getDisplayInfo() function in android::automotive::evs::V1_0::implementation::HalDisplay
/packages/services/Car/cpp/evs/manager/aidl/src/
DHalDisplay.cpp64 ScopedAStatus HalDisplay::getDisplayInfo(DisplayDesc* _aidl_return) { in getDisplayInfo() function in aidl::android::automotive::evs::implementation::HalDisplay
/packages/services/Car/cpp/evs/manager/aidl/wrappers/src/
DAidlDisplay.cpp45 ScopedAStatus AidlDisplay::getDisplayInfo(DisplayDesc* _aidl_return) { in getDisplayInfo() function in aidl::android::automotive::evs::implementation::AidlDisplay
DHidlDisplay.cpp44 Return<void> HidlDisplay::getDisplayInfo(getDisplayInfo_cb _hidl_cb) { in getDisplayInfo() function in aidl::android::automotive::evs::implementation::HidlDisplay
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DEvsGlDisplay.cpp86 Return<void> EvsGlDisplay::getDisplayInfo(getDisplayInfo_cb _hidl_cb) { in getDisplayInfo() function in android::hardware::automotive::evs::V1_1::implementation::EvsGlDisplay
/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java310 public CachedDisplayInfo getDisplayInfo(Context displayInfoContext) { in getDisplayInfo() method in WindowManagerProxy
329 protected CachedDisplayInfo getDisplayInfo(WindowMetrics windowMetrics, int rotation) { in getDisplayInfo() method in WindowManagerProxy
/packages/services/Car/cpp/evs/manager/1.1/
DHalDisplay.cpp59 Return<void> HalDisplay::getDisplayInfo(getDisplayInfo_cb _hidl_cb) { in getDisplayInfo() function in android::automotive::evs::V1_1::implementation::HalDisplay
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DEvsGlDisplay.cpp243 ScopedAStatus EvsGlDisplay::getDisplayInfo(DisplayDesc* _aidl_return) { in getDisplayInfo() function in aidl::android::hardware::automotive::evs::implementation::EvsGlDisplay
/packages/services/Car/cpp/displayproxy/src/
DCarDisplayProxy.cpp91 ScopedAStatus CarDisplayProxy::getDisplayInfo(int64_t id, DisplayDesc* _aidl_return) { in getDisplayInfo() function in aidl::android::frameworks::automotive::display::implementation::CarDisplayProxy
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java830 public Info getDisplayInfo() { in getDisplayInfo() method in DeviceProfile