Home
last modified time | relevance | path

Searched refs:getGpuContextPriority (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl544 int getGpuContextPriority(); in getGpuContextPriority() method
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h557 auto getGpuContextPriority() { return mFlinger->getGpuContextPriority(); } in getGpuContextPriority() function
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h254 static int getGpuContextPriority();
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h658 int getGpuContextPriority();
1687 binder::Status getGpuContextPriority(int32_t* outPriority) override;
DSurfaceFlinger.cpp9007 int SurfaceFlinger::getGpuContextPriority() { in getGpuContextPriority() function in android::SurfaceFlinger
10422 binder::Status SurfaceComposerAIDL::getGpuContextPriority(int32_t* outPriority) { in getGpuContextPriority() function in android::SurfaceComposerAIDL
10423 *outPriority = mFlinger->getGpuContextPriority(); in getGpuContextPriority()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp3103 int SurfaceComposerClient::getGpuContextPriority() { in getGpuContextPriority() function in android::SurfaceComposerClient
3106 ComposerServiceAIDL::getComposerService()->getGpuContextPriority(&priority); in getGpuContextPriority()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp956 binder::Status getGpuContextPriority(int32_t* /*outPriority*/) override { in getGpuContextPriority() function in android::FakeSurfaceComposerAIDL
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp2125 return static_cast<jint>(SurfaceComposerClient::getGpuContextPriority()); in nativeGetGPUContextPriority()