Home
last modified time | relevance | path

Searched refs:getDisplayedContentSamplingAttributes (Results 1 – 24 of 24) sorted by relevance

/frameworks/native/libs/gui/tests/
DDisplayedContentSampling_test.cpp46 mComposerClient->getDisplayedContentSamplingAttributes(mDisplayToken, &format, in shouldSkipTest()
71 mComposerClient->getDisplayedContentSamplingAttributes(mDisplayToken, &format, in TEST_F()
DSurface_test.cpp829 binder::Status getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes() function in android::FakeSurfaceComposerAIDL
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl320 ContentSamplingAttributes getDisplayedContentSamplingAttributes(IBinder display); in getDisplayedContentSamplingAttributes() method
/frameworks/base/core/java/android/hardware/display/
DDisplayManagerInternal.java297 public abstract DisplayedContentSamplingAttributes getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes() method in DisplayManagerInternal
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockHWComposer.h75 MOCK_METHOD(status_t, getDisplayedContentSamplingAttributes,
DMockHWC2.h62 MOCK_METHOD(hal::Error, getDisplayedContentSamplingAttributes,
DMockComposer.h127 MOCK_METHOD4(getDisplayedContentSamplingAttributes,
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h216 virtual status_t getDisplayedContentSamplingAttributes(HalDisplayId, ui::PixelFormat* outFormat,
429 status_t getDisplayedContentSamplingAttributes(HalDisplayId, ui::PixelFormat* outFormat,
DHWC2.h146 [[nodiscard]] virtual hal::Error getDisplayedContentSamplingAttributes(
247 hal::Error getDisplayedContentSamplingAttributes(hal::PixelFormat* outFormat,
DComposerHal.h239 virtual Error getDisplayedContentSamplingAttributes(Display display, PixelFormat* outFormat,
DAidlComposerHal.h185 Error getDisplayedContentSamplingAttributes(Display display, PixelFormat* outFormat,
DHWC2.cpp369 Error Display::getDisplayedContentSamplingAttributes(hal::PixelFormat* outFormat, in getDisplayedContentSamplingAttributes() function in android::HWC2::impl::Display
372 auto intError = mComposer.getDisplayedContentSamplingAttributes(mId, outFormat, outDataspace, in getDisplayedContentSamplingAttributes()
DHidlComposerHal.h293 Error getDisplayedContentSamplingAttributes(Display display, PixelFormat* outFormat,
DHWComposer.cpp833 status_t HWComposer::getDisplayedContentSamplingAttributes(HalDisplayId displayId, in getDisplayedContentSamplingAttributes() function in android::impl::HWComposer
840 .hwcDisplay->getDisplayedContentSamplingAttributes(outFormat, outDataspace, in getDisplayedContentSamplingAttributes()
DHidlComposerHal.cpp1126 Error HidlComposer::getDisplayedContentSamplingAttributes(Display display, PixelFormat* outFormat, in getDisplayedContentSamplingAttributes() function in android::Hwc2::HidlComposer
1136 mClient_2_3->getDisplayedContentSamplingAttributes(display, in getDisplayedContentSamplingAttributes()
DAidlComposerHal.cpp1303 Error AidlComposer::getDisplayedContentSamplingAttributes(Display display, PixelFormat* outFormat, in getDisplayedContentSamplingAttributes() function in android::Hwc2::AidlComposer
1312 mAidlComposerClient->getDisplayedContentSamplingAttributes(translate<int64_t>(display), in getDisplayedContentSamplingAttributes()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h593 status_t getDisplayedContentSamplingAttributes(const sp<IBinder>& displayToken,
1637 binder::Status getDisplayedContentSamplingAttributes(
DSurfaceFlinger.cpp1958 status_t SurfaceFlinger::getDisplayedContentSamplingAttributes(const sp<IBinder>& displayToken, in getDisplayedContentSamplingAttributes() function in android::SurfaceFlinger
1973 return getHwComposer().getDisplayedContentSamplingAttributes(*displayId, outFormat, in getDisplayedContentSamplingAttributes()
9263 binder::Status SurfaceComposerAIDL::getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes() function in android::SurfaceComposerAIDL
9273 status = mFlinger->getDisplayedContentSamplingAttributes(display, &format, &dataspace, in getDisplayedContentSamplingAttributes()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h826 static status_t getDisplayedContentSamplingAttributes(const sp<IBinder>& display,
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessTracker.java1256 return displayManagerInternal.getDisplayedContentSamplingAttributes( in getSamplingAttributes()
DDisplayManagerService.java3319 return SurfaceControl.getDisplayedContentSamplingAttributes(token); in getDisplayedContentSamplingAttributesInternal()
5789 public DisplayedContentSamplingAttributes getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes() method in LocalService
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2923 status_t SurfaceComposerClient::getDisplayedContentSamplingAttributes(const sp<IBinder>& display, in getDisplayedContentSamplingAttributes() function in android::SurfaceComposerClient
2933 ->getDisplayedContentSamplingAttributes(display, &attrs); in getDisplayedContentSamplingAttributes()
/frameworks/base/core/java/android/view/
DSurfaceControl.java2098 public static DisplayedContentSamplingAttributes getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes() method in SurfaceControl
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1254 status_t err = SurfaceComposerClient::getDisplayedContentSamplingAttributes( in nativeGetDisplayedContentSamplingAttributes()