Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DVersionInfoTest.java24 import com.android.systemui.plugins.annotations.Requires;
87 @Requires(target = OverlayPlugin.class, version = OverlayPlugin.VERSION)
91 @Requires(target = OverlayPlugin.class, version = 0)
95 @Requires(target = QS.class, version = QS.VERSION)
99 @Requires(target = QS.class, version = QS.VERSION)
100 @Requires(target = HeightListener.class, version = HeightListener.VERSION)
DPluginActionManagerTest.java48 import com.android.systemui.plugins.annotations.Requires;
293 @Requires(target = PluginManagerTest.class, version = 1)
DPluginInstanceTest.java39 import com.android.systemui.plugins.annotations.Requires;
281 @Requires(target = TestPlugin.class, version = TestPlugin.VERSION)
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DVersionInfo.java23 import com.android.systemui.plugins.annotations.Requires;
55 Requires requires = cls.getDeclaredAnnotation(Requires.class); in addClass()
61 for (Requires r : requirements.value()) { in addClass()
/frameworks/base/packages/SystemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/
DSampleOverlayPlugin.java27 import com.android.systemui.plugins.annotations.Requires;
29 @Requires(target = OverlayPlugin.class, version = OverlayPlugin.VERSION)
/frameworks/base/packages/SystemUI/plugin_core/src/com/android/systemui/plugins/annotations/
DRequirements.java26 Requires[] value(); in value()
DRequires.java30 public @interface Requires { annotation
/frameworks/base/packages/SystemUI/plugin_core/src/com/android/systemui/plugins/
DPlugin.java18 import com.android.systemui.plugins.annotations.Requires;
/frameworks/native/opengl/specs/
DEGL_ANDROID_GLES_layers.txt35 Requires EGL 1.5 or EGL_EXT_client_extensions
DEGL_ANDROID_front_buffer_auto_refresh.txt31 Requires EGL 1.2
DEGL_ANDROID_get_native_client_buffer.txt31 Requires EGL 1.2.
DEGL_ANDROID_framebuffer_target.txt31 Requires EGL 1.0
DEGL_ANDROID_presentation_time.txt33 Requires EGL 1.1
DEGL_ANDROID_recordable.txt31 Requires EGL 1.0
DEGL_ANDROID_blob_cache.txt31 Requires EGL 1.0
DEGL_ANDROID_get_frame_timestamps.txt39 Requires EGL 1.2
DEGL_ANDROID_native_fence_sync.txt31 Requires EGL 1.1
/frameworks/native/services/gpuservice/
DAndroid.bp69 whole_program_vtables: true, // Requires ThinLTO
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_xml.go44 Requires []struct {
69 Requires string `xml:"requires,attr"` member
447 if requires, found := known_types[typе.Name]; !found || typе.Requires != requires {
721 for requires_idx := range extension.Requires {
722 requires := &extension.Requires[requires_idx]
1282 for requires_idx := range extension.Requires {
1283 requires := &extension.Requires[requires_idx]
/frameworks/base/packages/SystemUI/docs/
Dplugin_hooks.md65 These classes can be accessed by any plugin using PluginDependency as long as they @Requires them.
Dplugins.md102 @Requires(target = OverlayPlugin.class, version = OverlayPlugin.VERSION)
/frameworks/proto_logging/stats/atoms/threadnetwork/
Dthreadnetwork_atoms.proto436 …// 0~15: uint16_t frame_error_rate. Frame error rate (0xffff->100%). Requires error tracking featu…
437 …// 16~31: uint16_t message_error_rate. (IPv6) msg error rate (0xffff->100%). Requires error tracki…
/frameworks/native/services/surfaceflinger/
DAndroid.bp142 whole_program_vtables: true, // Requires ThinLTO
/frameworks/proto_logging/stats/
Datoms.proto6594 // Requires low latency monitoring if possible.