Home
last modified time | relevance | path

Searched refs:getDisplayInfo (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/
DIEvsDisplay.aidl35 DisplayDesc getDisplayInfo(); in getDisplayInfo() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/
DIEvsDisplay.aidl37 android.hardware.automotive.evs.DisplayDesc getDisplayInfo(); in getDisplayInfo() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/
DIEvsDisplay.aidl37 android.hardware.automotive.evs.DisplayDesc getDisplayInfo(); in getDisplayInfo() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/
DIEvsDisplay.aidl37 android.hardware.automotive.evs.DisplayDesc getDisplayInfo(); in getDisplayInfo() method
/hardware/interfaces/automotive/evs/1.0/default/
DEvsDisplay.h34 Return<void> getDisplayInfo(getDisplayInfo_cb _hidl_cb) override;
DEvsDisplay.cpp90 Return<void> EvsDisplay::getDisplayInfo(getDisplayInfo_cb _hidl_cb) { in getDisplayInfo() function in android::hardware::automotive::evs::V1_0::implementation::EvsDisplay
/hardware/interfaces/automotive/evs/1.1/default/
DEvsDisplay.h31 Return<void> getDisplayInfo(getDisplayInfo_cb _hidl_cb) override;
DEvsDisplay.cpp103 Return<void> EvsDisplay::getDisplayInfo(getDisplayInfo_cb _hidl_cb) { in getDisplayInfo() function in android::hardware::automotive::evs::V1_1::implementation::EvsDisplay
371 return mDisplayProxy->getDisplayInfo(mDisplayId, _info_cb); in getDisplayInfo_1_1()
DGlWrapper.cpp197 service->getDisplayInfo(displayId, [this](auto dpyConfig, auto dpyState) { in initialize()
/hardware/google/graphics/gs101/libhwc2.1/libdevice/
DExynosDeviceModule.cpp37 moduleDisplayInterface->getDisplayInfo(display_info); in ExynosDeviceModule()
/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DEvsGlDisplay.h36 ndk::ScopedAStatus getDisplayInfo(evs::DisplayDesc* _aidl_return) override;
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsGlDisplay.cpp238 ScopedAStatus EvsGlDisplay::getDisplayInfo(DisplayDesc* _aidl_return) { in getDisplayInfo() function in aidl::android::hardware::automotive::evs::implementation::EvsGlDisplay
245 auto status = mDisplayProxy->getDisplayInfo(mDisplayId, &proxyDisplay); in getDisplayInfo()
DGlWrapper.cpp202 auto status = pWindowProxy->getDisplayInfo(displayId, &displayDesc); in initialize()
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.h47 void getDisplayInfo(std::vector<displaycolor::DisplayInfo> &display_info);
DExynosDisplayDrmInterfaceModule.cpp442 void ExynosDisplayDrmInterfaceModule::getDisplayInfo( in getDisplayInfo() function in ExynosDisplayDrmInterfaceModule
/hardware/interfaces/automotive/evs/1.0/
DIEvsDisplay.hal33 getDisplayInfo() generates (DisplayDesc info);
/hardware/interfaces/automotive/evs/1.0/vts/functional/
DVtsHalEvsV1_0TargetTest.cpp207 pDisplay->getDisplayInfo([](DisplayDesc desc) { in TEST_P()
/hardware/interfaces/automotive/evs/aidl/vts/
DVtsHalEvsTargetTest.cpp614 ASSERT_TRUE(pDisplay->getDisplayInfo(&displayDesc).isOk()); in TEST_P()
2228 ASSERT_TRUE(pDisplay->getDisplayInfo(&desc).isOk()); in TEST_P()
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp1508 SurfaceComposerClient::getDisplayInfo(display, &dinfo); in createPreviewSurface()