Searched refs:getGpuContextPriority (Results 1 – 8 of 8) sorted by relevance
544 int getGpuContextPriority(); in getGpuContextPriority() method
557 auto getGpuContextPriority() { return mFlinger->getGpuContextPriority(); } in getGpuContextPriority() function
254 static int getGpuContextPriority();
658 int getGpuContextPriority();1687 binder::Status getGpuContextPriority(int32_t* outPriority) override;
9007 int SurfaceFlinger::getGpuContextPriority() { in getGpuContextPriority() function in android::SurfaceFlinger10422 binder::Status SurfaceComposerAIDL::getGpuContextPriority(int32_t* outPriority) { in getGpuContextPriority() function in android::SurfaceComposerAIDL10423 *outPriority = mFlinger->getGpuContextPriority(); in getGpuContextPriority()
3103 int SurfaceComposerClient::getGpuContextPriority() { in getGpuContextPriority() function in android::SurfaceComposerClient3106 ComposerServiceAIDL::getComposerService()->getGpuContextPriority(&priority); in getGpuContextPriority()
956 binder::Status getGpuContextPriority(int32_t* /*outPriority*/) override { in getGpuContextPriority() function in android::FakeSurfaceComposerAIDL
2125 return static_cast<jint>(SurfaceComposerClient::getGpuContextPriority()); in nativeGetGPUContextPriority()