/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/ |
H A D | JarToJDiffCommand.kt | 79 val apiType = ApiType.PUBLIC_API in <lambda>() constant
|
H A D | Driver.kt | 286 val apiType = ApiType.PUBLIC_API in processFlags() constant 502 val apiType = check.apiType in checkCompatibility() constant
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/ |
D | BackgroundJobsManager.java | 105 public static void scheduleJobsPerApi(@NonNull Context context, AdServicesApiType apiType) { in scheduleJobsPerApi() 121 @NonNull JobScheduler jobScheduler, AdServicesApiType apiType) { in unscheduleJobsPerApi()
|
/aosp_15_r20/packages/modules/AppSearch/service/java/com/android/server/appsearch/ |
D | AppSearchRateLimitConfig.java | 138 public int getApiCost(@CallStats.CallType int apiType) { in getApiCost() 170 @CallStats.CallType int apiType = CallStats.getApiCallTypeFromName(apiName); in createApiCostsMap() local
|
D | AppSearchManagerService.java | 3120 @Nullable String callingDatabaseName, @CallStats.CallType int apiType, in logRateLimitedOrCallDeniedCallStats() 3190 @Nullable String callingDatabaseName, @CallStats.CallType int apiType, in checkCallDenied() 3214 @Nullable String callingDatabaseName, @CallStats.CallType int apiType, in checkCallDenied() 3235 @Nullable String callingDatabaseName, @CallStats.CallType int apiType, in checkCallDenied()
|
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/signature/ |
H A D | SignatureToDexCommand.kt | 69 val apiType = ApiType.ALL in <lambda>() constant
|
H A D | SignatureToJDiffCommand.kt | 148 val apiType = ApiType.ALL in <lambda>() constant
|
/aosp_15_r20/cts/tests/signature/lib/common/src/android/signature/cts/ |
H A D | ReflectionHelper.java | 651 boolean compare(String apiType, String reflectedType); in compare() 661 public boolean compare(String apiType, String reflectedType) { in compare() 676 public boolean compare(String apiType, String reflectedType) { in compare()
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglRobustnessTests.cpp | 541 void RenderingContext::initGLFunctions(glw::Functions *gl, const glu::ApiType apiType) in initGLFunctions() 1171 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate() local 1227 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate() local 1290 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate() local 1380 const glu::ApiType apiType = paramsToApiType(m_params); in iterate() local
|
H A D | teglGetProcAddressTests.cpp | 230 const ApiType apiType) in GetProcAddressCoreFunctionsCase() 280 FunctionNames getCoreFunctionNames(EGLint apiType) in getCoreFunctionNames()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsInteractionTestUtil.cpp | 54 void computeRandomRenderState(de::Random &rnd, RenderState &state, glu::ApiType apiType, int target… in computeRandomRenderState() 220 void computeRandomRenderCommands(de::Random &rnd, glu::ApiType apiType, int numCommands, int target… in computeRandomRenderCommands()
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/ |
D | IConsentStorage.java | 101 AdServicesApiConsent getConsent(@NonNull AdServicesApiType apiType) throws IOException; in getConsent() 192 void setConsent(@NonNull AdServicesApiType apiType, boolean isGiven) throws IOException; in setConsent()
|
D | AppConsentStorageManager.java | 134 public AdServicesApiConsent getConsent(AdServicesApiType apiType) { in getConsent() 339 public void setConsent(AdServicesApiType apiType, boolean isGiven) throws IOException { in setConsent()
|
D | AdServicesStorageManager.java | 126 public AdServicesApiConsent getConsent(AdServicesApiType apiType) { in getConsent() 288 public void setConsent(AdServicesApiType apiType, boolean isGiven) { in setConsent()
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/ |
D | AppSearchConsentManager.java | 89 public boolean getConsent(@NonNull String apiType) { in getConsent() 99 public void setConsent(@NonNull String apiType, @NonNull Boolean consented) { in setConsent()
|
D | AppSearchConsentStorageManager.java | 178 public AdServicesApiConsent getConsent(AdServicesApiType apiType) { in getConsent() 496 public void setConsent(AdServicesApiType apiType, boolean consented) { in setConsent()
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluRenderContext.hpp | 201 void setAPI(const ApiType &apiType) in setAPI() 232 inline ContextType::ContextType(ApiType apiType, ContextFlags flags) : ApiType(apiType) in ContextType()
|
H A D | gluStrUtil.cpp | 125 std::ostream &operator<<(std::ostream &str, ApiType apiType) in operator <<()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcMultipleContextsTests.cpp | 163 UniformPreservationTest::UniformPreservationTest(tcu::TestContext &testCtx, glu::ApiType apiType) in UniformPreservationTest() 859 MultipleContextsTests::MultipleContextsTests(tcu::TestContext &testCtx, glu::ApiType apiType) in MultipleContextsTests()
|
/aosp_15_r20/external/deqp/framework/egl/ |
H A D | egluPlatform.cpp | 39 tcu::FunctionLibrary *Platform::createDefaultGLFunctionLibrary(glu::ApiType apiType, const tcu::Com… in createDefaultGLFunctionLibrary()
|
H A D | egluGLFunctionLoader.cpp | 60 const tcu::FunctionLibrary *GLLibraryCache::getLibrary(glu::ApiType apiType) in getLibrary()
|
/aosp_15_r20/external/deqp/modules/gles3/ |
H A D | tes3Context.cpp | 37 Context::Context(tcu::TestContext &testCtx, glu::ApiType apiType) in Context()
|
/aosp_15_r20/external/deqp/modules/gles31/ |
H A D | tes31Context.cpp | 36 Context::Context(tcu::TestContext &testCtx, glu::ApiType apiType) in Context()
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/device/ |
D | CameraDeviceKey.java | 65 public CameraDeviceKey(ApiType apiType, CameraId cameraId) { in CameraDeviceKey()
|
/aosp_15_r20/external/oboe/samples/LiveEffect/src/main/java/com/google/oboe/samples/liveEffect/ |
H A D | LiveEffectEngine.java | 34 static native boolean setAPI(int apiType); in setAPI()
|