/frameworks/native/opengl/include/EGL/ |
D | Platform.h | 52 using CurrentTimeFunc = double (*)(PlatformMethods *platform); 53 inline double DefaultCurrentTime(PlatformMethods *platform) in DefaultCurrentTime() argument 61 using MonotonicallyIncreasingTimeFunc = double (*)(PlatformMethods *platform); 62 inline double DefaultMonotonicallyIncreasingTime(PlatformMethods *platform) in DefaultMonotonicallyIncreasingTime() argument 70 using LogErrorFunc = void (*)(PlatformMethods *platform, const char *errorMessage); 71 inline void DefaultLogError(PlatformMethods *platform, const char *errorMessage) in DefaultLogError() argument 76 using LogWarningFunc = void (*)(PlatformMethods *platform, const char *warningMessage); 77 inline void DefaultLogWarning(PlatformMethods *platform, const char *warningMessage) in DefaultLogWarning() argument 82 using LogInfoFunc = void (*)(PlatformMethods *platform, const char *infoMessage); 83 inline void DefaultLogInfo(PlatformMethods *platform, const char *infoMessage) in DefaultLogInfo() argument [all …]
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 51 return cnx->platform.eglGetDisplay(display); in eglGetDisplay() 54 EGLDisplay eglGetPlatformDisplay(EGLenum platform, EGLNativeDisplayType display, in eglGetPlatformDisplay() argument 66 return cnx->platform.eglGetPlatformDisplay(platform, display, attrib_list); in eglGetPlatformDisplay() 73 return cnx->platform.eglInitialize(dpy, major, minor); in eglInitialize() 80 return cnx->platform.eglTerminate(dpy); in eglTerminate() 88 return cnx->platform.eglGetConfigs(dpy, configs, config_size, num_config); in eglGetConfigs() 96 return cnx->platform.eglChooseConfig(dpy, attrib_list, configs, config_size, num_config); in eglChooseConfig() 103 return cnx->platform.eglGetConfigAttrib(dpy, config, attribute, value); in eglGetConfigAttrib() 111 return cnx->platform.eglCreateWindowSurface(dpy, config, window, attrib_list); in eglCreateWindowSurface() 119 return cnx->platform.eglCreatePlatformWindowSurface(dpy, config, native_window, attrib_list); in eglCreatePlatformWindowSurface() [all …]
|
/frameworks/base/core/java/android/os/ |
D | OWNERS | 21 per-file BadParcelableException.java = file:platform/frameworks/native:/libs/binder/OWNERS 22 per-file Binder.java = file:platform/frameworks/native:/libs/binder/OWNERS 23 per-file BinderProxy.java = file:platform/frameworks/native:/libs/binder/OWNERS 24 per-file DeadObjectException.java = file:platform/frameworks/native:/libs/binder/OWNERS 25 per-file IBinder.java = file:platform/frameworks/native:/libs/binder/OWNERS 26 per-file Parcel.java = file:platform/frameworks/native:/libs/binder/OWNERS 27 per-file ParcelFileDescriptor.java = file:platform/frameworks/native:/libs/binder/OWNERS 28 per-file ParcelFormatException.java = file:platform/frameworks/native:/libs/binder/OWNERS 29 per-file Parcelable.java = file:platform/frameworks/native:/libs/binder/OWNERS 30 per-file ParcelableException.java = file:platform/frameworks/native:/libs/binder/OWNERS [all …]
|
/frameworks/av/media/codec2/ |
D | TEST_MAPPING | 14 "include-annotation": "android.platform.test.annotations.Presubmit" 17 "exclude-annotation": "android.platform.test.annotations.RequiresDevice" 25 "include-annotation": "android.platform.test.annotations.Presubmit" 28 "exclude-annotation": "android.platform.test.annotations.RequiresDevice" 43 "include-annotation": "android.platform.test.annotations.Presubmit" 46 "exclude-annotation": "android.platform.test.annotations.RequiresDevice" 54 "include-annotation": "android.platform.test.annotations.Presubmit" 57 "exclude-annotation": "android.platform.test.annotations.RequiresDevice" 65 "include-annotation": "android.platform.test.annotations.Presubmit" 68 "exclude-annotation": "android.platform.test.annotations.RequiresDevice" [all …]
|
/frameworks/av/media/libstagefright/ |
D | TEST_MAPPING | 19 "include-annotation": "android.platform.test.annotations.Presubmit" 22 "exclude-annotation": "android.platform.test.annotations.RequiresDevice" 30 "include-annotation": "android.platform.test.annotations.Presubmit" 33 "exclude-annotation": "android.platform.test.annotations.RequiresDevice" 48 "include-annotation": "android.platform.test.annotations.Presubmit" 51 "exclude-annotation": "android.platform.test.annotations.RequiresDevice" 59 "include-annotation": "android.platform.test.annotations.Presubmit" 62 "exclude-annotation": "android.platform.test.annotations.RequiresDevice" 70 "include-annotation": "android.platform.test.annotations.Presubmit" 73 "exclude-annotation": "android.platform.test.annotations.RequiresDevice" [all …]
|
/frameworks/base/packages/SystemUI/ |
D | TEST_MAPPING | 9 "include-filter": "android.platform.test.scenario.sysui" 12 "include-annotation": "android.platform.test.scenario.annotation.Scenario" 18 "exclude-annotation": "android.platform.test.annotations.Postsubmit" 21 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 48 "exclude-annotation": "android.platform.test.annotations.Postsubmit" 97 "include-filter": "android.platform.test.scenario.sysui" 100 "include-annotation": "android.platform.test.scenario.annotation.Scenario" 109 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 119 "include-filter": "android.platform.test.scenario.sysui" 122 "include-annotation": "android.platform.test.scenario.annotation.Scenario" [all …]
|
/frameworks/base/services/core/xsd/ |
D | Android.bp | 18 name: "platform-compat-config", 19 srcs: ["platform-compat/config/platform-compat-config.xsd"], 20 api_dir: "platform-compat/config/schema", 25 name: "platform-compat-overrides", 26 srcs: ["platform-compat/overrides/platform-compat-overrides.xsd"], 27 api_dir: "platform-compat/overrides/schema",
|
/frameworks/base/core/java/android/provider/ |
D | OWNERS | 5 per-file *CallLog* = file:platform/packages/providers/ContactsProvider:/OWNERS 6 per-file *Contacts* = file:platform/packages/providers/ContactsProvider:/OWNERS 7 per-file *Voicemail* = file:platform/packages/providers/ContactsProvider:/OWNERS 9 per-file *Calendar* = file:platform/packages/providers/CalendarProvider:/OWNERS 11 per-file *Downloads* = file:platform/packages/providers/DownloadProvider:/OWNERS 17 per-file *Documents* = file:platform/packages/apps/DocumentsUI:/OWNERS
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
D | TEST_MAPPING | 6 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"}, 7 {"exclude-annotation": "android.platform.test.annotations.LargeTest"}, 16 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"}, 17 {"exclude-annotation": "android.platform.test.annotations.LargeTest"}, 25 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"}, 26 {"exclude-annotation": "android.platform.test.annotations.LargeTest"},
|
/frameworks/base/packages/SystemUI/compose/testing/src/com/android/systemui/testing/compose/ |
D | ComposeScreenshotTestRule.kt | 22 import androidx.compose.ui.platform.ViewRootForTest 34 import platform.test.screenshot.DeviceEmulationRule 35 import platform.test.screenshot.DeviceEmulationSpec 36 import platform.test.screenshot.MaterialYouColorsRule 37 import platform.test.screenshot.ScreenshotTestRule 38 import platform.test.screenshot.getEmulatedDevicePathConfig
|
/frameworks/av/apex/ |
D | ld.config.txt | 11 additional.namespaces = platform,sphal 31 namespace.default.links = platform 34 # namespace.default.link.platform.shared_libs = %LLNDK_LIBRARIES% 35 # namespace.default.link.platform.shared_libs += %SANITIZER_RUNTIME_LIBRARIES% 36 namespace.default.link.platform.shared_libs = libEGL.so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:l… 39 # "platform" namespace 44 namespace.platform.isolated = true 46 namespace.platform.search.paths = /system/${LIB} 47 namespace.platform.asan.search.paths = /data/asan/system/${LIB} 48 namespace.platform.asan.search.paths += /system/${LIB} [all …]
|
/frameworks/base/core/jni/ |
D | OWNERS | 35 per-file android_os_Parcel* = file:platform/frameworks/native:/libs/binder/OWNERS 36 per-file android_os_ServiceManager* = file:platform/frameworks/native:/libs/binder/OWNERS 37 per-file android_util_Binder* = file:platform/frameworks/native:/libs/binder/OWNERS 40 per-file android_os_HwBinder* = file:platform/system/libhwbinder:/OWNERS 41 per-file android_os_HwBlob* = file:platform/system/libhwbinder:/OWNERS 42 per-file android_os_HwParcel* = file:platform/system/libhwbinder:/OWNERS 43 per-file android_os_HwRemoteBinder* = file:platform/system/libhwbinder:/OWNERS 44 per-file EphemeralStorage* = file:platform/system/libhwbinder:/OWNERS 51 per-file Android.bp = file:platform/build/soong:/OWNERS 87 per-file com_android_internal_security_Verity* = file:platform/system/security:/fsverity/OWNERS [all …]
|
/frameworks/base/location/lib/ |
D | README.txt | 8 public platform SDK API. 9 o This library can see and instantiate internal platform classes (such as 12 library because they cannot see the internal platform classes. 21 can not use internal platform classes. 23 So ideally all of these classes would be part of the public platform SDK API, 29 It wraps internal platform classes (like ProviderRequest) with a stable
|
/frameworks/base/ |
D | TEST_MAPPING | 7 "include-annotation": "android.platform.test.annotations.Presubmit" 23 "include-annotation": "android.platform.test.annotations.Presubmit" 87 "include-annotation": "android.platform.test.annotations.Presubmit" 101 "include-annotation": "android.platform.test.annotations.Presubmit" 163 "include-annotation": "android.platform.test.annotations.Presubmit" 177 "include-annotation": "android.platform.test.annotations.Presubmit" 191 "include-annotation": "android.platform.test.annotations.Presubmit"
|
D | OWNERS | 32 per-file *.bp = file:platform/build/soong:/OWNERS #{LAST_RESORT_SUGGESTION} 33 per-file Android.mk = file:platform/build/soong:/OWNERS #{LAST_RESORT_SUGGESTION} 34 per-file framework-jarjar-rules.txt = file:platform/build/soong:/OWNERS #{LAST_RESORT_SUGGESTION} 35 per-file TestProtoLibraries.bp = file:platform/platform_testing:/libraries/health/OWNERS 36 per-file TestProtoLibraries.bp = file:platform/tools/tradefederation:/OWNERS
|
/frameworks/base/packages/SystemUI/screenshot/src/com/android/systemui/testing/screenshot/ |
D | SystemUIGoldenImagePathManager.kt | 19 import androidx.test.platform.app.InstrumentationRegistry 20 import platform.test.screenshot.GoldenImagePathManager 21 import platform.test.screenshot.PathConfig
|
D | ViewScreenshotTestRule.kt | 34 import platform.test.screenshot.DeviceEmulationRule in <lambda>() 35 import platform.test.screenshot.DeviceEmulationSpec in <lambda>() 36 import platform.test.screenshot.MaterialYouColorsRule in <lambda>() 37 import platform.test.screenshot.ScreenshotTestRule in <lambda>() 38 import platform.test.screenshot.getEmulatedDevicePathConfig in <lambda>() 39 import platform.test.screenshot.matchers.BitmapMatcher in <lambda>()
|
/frameworks/base/api/ |
D | OWNERS | 4 file:platform/packages/modules/common:/OWNERS 6 per-file Android.bp = file:platform/build/soong:/OWNERS 8 # For metalava team to disable lint checks in platform
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2.cpp | 305 return cnx->platform.glGetString(name); in glGetString() 310 return cnx->platform.glGetStringi(name, index); in glGetStringi() 315 return cnx->platform.glGetBooleanv(pname, data); in glGetBooleanv() 320 return cnx->platform.glGetFloatv(pname, data); in glGetFloatv() 325 return cnx->platform.glGetIntegerv(pname, data); in glGetIntegerv() 330 return cnx->platform.glGetInteger64v(pname, data); in glGetInteger64v()
|
/frameworks/base/libs/WindowManager/Jetpack/src/ |
D | TEST_MAPPING | 7 "include-annotation": "android.platform.test.annotations.Presubmit" 21 "include-annotation": "android.platform.test.annotations.Presubmit" 34 …"path": "vendor/google_testing/integration/tests/scenarios/src/android/platform/test/scenario/sysu…
|
/frameworks/base/data/etc/ |
D | Android.bp | 33 name: "preinstalled-packages-platform.xml", 35 src: "preinstalled-packages-platform.xml", 39 name: "preinstalled-packages-platform-overlays.xml", 42 src: "preinstalled-packages-platform-overlays.xml", 54 name: "platform.xml", 56 src: "platform.xml", 60 name: "privapp-permissions-platform.xml", 62 src: "privapp-permissions-platform.xml",
|
/frameworks/base/core/tests/coretests/src/android/content/res/ |
D | TEST_MAPPING | 10 "include-annotation": "android.platform.test.annotations.Presubmit" 13 "exclude-annotation": "android.platform.test.annotations.Postsubmit" 32 "include-annotation": "android.platform.test.annotations.Postsubmit"
|
/frameworks/libs/net/common/netd/ |
D | Android.bp | 27 "//apex_available:platform", // used from services.net 102 "//apex_available:platform", // used from services.net 111 "//apex_available:platform", 173 "//apex_available:platform", 189 "//apex_available:platform", 196 "//apex_available:platform", 213 "//apex_available:platform", 228 "//apex_available:platform",
|
/frameworks/base/apct-tests/perftests/packagemanager/ |
D | Android.bp | 19 "platform-compat-test-rules", 25 "collector-device-lib-platform", 38 certificate: "platform",
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | OWNERS | 4 per-file *Bluetooth* = file:platform/packages/modules/Bluetooth:master:/framework/java/android/blue… 7 per-file BatteryServiceTest.java = file:platform/hardware/interfaces:/health/aidl/OWNERS 8 per-file GestureLauncherServiceTest.java = file:platform/packages/apps/EmergencyInfo:/OWNERS
|