Home
last modified time | relevance | path

Searched refs:useContextPriority (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/interfaces/configstore/1.1/default/
H A DSurfaceFlingerConfigs.h39 Return<void> useContextPriority(useContextPriority_cb _hidl_cb) override;
H A DSurfaceFlingerConfigs.cpp47 Return<void> SurfaceFlingerConfigs::useContextPriority(useContextPriority_cb _hidl_cb) { in useContextPriority() function in android::hardware::configstore::V1_1::implementation::SurfaceFlingerConfigs
/aosp12/hardware/interfaces/configstore/1.0/vts/functional/
H A DVtsHalConfigstoreV1_0TargetTest.cpp65 status = sfConfigs->useContextPriority( in TEST_P()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.cpp230 bool useContextPriority = in create() local
234 protectedContext = createEglContext(display, config, nullptr, useContextPriority, in create()
239 EGLContext ctxt = createEglContext(display, config, protectedContext, useContextPriority, in create()
1557 EGLContext shareContext, bool useContextPriority, in createEglContext() argument
1580 if (useContextPriority) { in createEglContext()
H A DGLESRenderEngine.h122 EGLContext shareContext, bool useContextPriority,
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerProperties.cpp62 return getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::useContextPriority>( in use_context_priority()
H A DSurfaceFlinger.h248 static bool useContextPriority; variable
H A DSurfaceFlinger.cpp336 bool SurfaceFlinger::useContextPriority; member in android::SurfaceFlinger
424 useContextPriority = use_context_priority(true); in SurfaceFlinger()
817 useContextPriority in init()
/aosp12/hardware/interfaces/configstore/1.0/
H A DISurfaceFlingerConfigs.hal47 useContextPriority() generates(OptionalBool value);