/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluRenderContext.cpp | 172 …eateDefaultRenderContext(tcu::Platform &platform, const tcu::CommandLine &cmdLine, ApiType apiType) in createDefaultRenderContext() 186 static std::vector<std::string> getExtensions(const glw::Functions &gl, ApiType apiType) in getExtensions() 234 bool hasExtension(const glw::Functions &gl, ApiType apiType, const std::string &extension) in hasExtension() 241 void initCoreFunctions(glw::Functions *dst, const glw::FunctionLoader *loader, ApiType apiType) in initCoreFunctions() 245 ApiType apiType; in initCoreFunctions() member 287 void initExtensionFunctions(glw::Functions *dst, const glw::FunctionLoader *loader, ApiType apiType) in initExtensionFunctions() 302 void initExtensionFunctions(glw::Functions *dst, const glw::FunctionLoader *loader, ApiType apiType… in initExtensionFunctions() 311 void initFunctions(glw::Functions *dst, const glw::FunctionLoader *loader, ApiType apiType) in initFunctions()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ForegroundServiceTypeLoggerModule.java | 161 final int apiType = apiTypes.get(i); in logForegroundServiceStart() local 233 final int apiType = apiTypes.get(i); in logForegroundServiceStop() local 286 public long logForegroundServiceApiEventBegin(@ForegroundServiceApiType int apiType, in logForegroundServiceApiEventBegin() 356 public long logForegroundServiceApiEventEnd(@ForegroundServiceApiType int apiType, in logForegroundServiceApiEventEnd() 422 public void logForegroundServiceApiStateChanged(@ForegroundServiceApiType int apiType, in logForegroundServiceApiStateChanged() 475 private boolean hasValidActiveFgs(int uid, @ForegroundServiceApiType int apiType) { in hasValidActiveFgs() 489 @ForegroundServiceApiType int apiType, long timestamp) { in logFgsApiEvent() 557 @ForegroundServiceApiType int apiType, long timestamp) { in logFgsApiEventWithNoFgs()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/ |
D | AppSearchInteractionsDaoTest.java | 85 String apiType = AppSearchInteractionsDao.API_TYPE_PRIVACY_SANDBOX_FEATURE; in testToString() local 122 String apiType = AppSearchInteractionsDao.API_TYPE_PRIVACY_SANDBOX_FEATURE; in testGetQuery() local 129 String apiType = AppSearchInteractionsDao.API_TYPE_PRIVACY_SANDBOX_FEATURE; in testGetRowId() local 145 String apiType = AppSearchInteractionsDao.API_TYPE_PRIVACY_SANDBOX_FEATURE; in testGetPrivacySandboxFeatureType() local 174 String apiType = AppSearchInteractionsDao.API_TYPE_INTERACTIONS; in testGetManualInteractions() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcRobustnessTests.cpp | 57 glu::ApiType apiType) in RobustnessBase() 94 …ionCase(tcu::TestContext &testCtx, const char *name, const char *description, glu::ApiType apiType) in NoResetNotificationCase() 140 …setCase(tcu::TestContext &testCtx, const char *name, const char *description, glu::ApiType apiType) in LoseContextOnResetCase() 177 static deqp::Context *createContext(tcu::TestContext &testCtx, glu::ApiType apiType) in createContext() 228 GetnUniformTest::GetnUniformTest(tcu::TestContext &testCtx, glu::ApiType apiType) in GetnUniformTest() 416 ReadnPixelsTest::ReadnPixelsTest(tcu::TestContext &testCtx, glu::ApiType apiType) in ReadnPixelsTest() 634 RobustnessTests::RobustnessTests(tcu::TestContext &testCtx, glu::ApiType apiType) in RobustnessTests()
|
H A D | glcKHRDebugTests.cpp | 149 TestBase::TestBase(tcu::TestContext &testContext, glu::ApiType apiType, bool is_debug) in TestBase() 238 APIErrorsTest::APIErrorsTest(tcu::TestContext &testCtx, glu::ApiType apiType, bool is_debug, const … in APIErrorsTest() 668 LabelsTest::LabelsTest(tcu::TestContext &testCtx, glu::ApiType apiType, bool is_debug, const GLchar… in LabelsTest() 1265 ReceivingMessagesTest::ReceivingMessagesTest(tcu::TestContext &testCtx, glu::ApiType apiType) in ReceivingMessagesTest() 1905 GroupsTest::GroupsTest(tcu::TestContext &testCtx, glu::ApiType apiType) in GroupsTest() 2251 SynchronousCallsTest::SynchronousCallsTest(tcu::TestContext &testCtx, glu::ApiType apiType) in SynchronousCallsTest() 2416 KHRDebugTests::KHRDebugTests(tcu::TestContext &testCtx, glu::ApiType apiType) in KHRDebugTests()
|
H A D | glcRobustBufferAccessBehaviorTests.cpp | 1004 glu::ApiType apiType) in RobustnessBase() 1058 VertexBufferObjectsTest::VertexBufferObjectsTest(tcu::TestContext &testCtx, glu::ApiType apiType) in VertexBufferObjectsTest() 1311 TexelFetchTest::TexelFetchTest(tcu::TestContext &testCtx, glu::ApiType apiType) in TexelFetchTest() 1326 glu::ApiType apiType) in TexelFetchTest() 2366 ImageLoadStoreTest::ImageLoadStoreTest(tcu::TestContext &testCtx, glu::ApiType apiType) in ImageLoadStoreTest() 3200 StorageBufferTest::StorageBufferTest(tcu::TestContext &testCtx, glu::ApiType apiType) in StorageBufferTest() 3466 UniformBufferTest::UniformBufferTest(tcu::TestContext &testCtx, glu::ApiType apiType) in UniformBufferTest() 3686 …cessBehaviorTests::RobustBufferAccessBehaviorTests(tcu::TestContext &testCtx, glu::ApiType apiType) in RobustBufferAccessBehaviorTests()
|
H A D | glcNoErrorTests.cpp | 50 NoErrorContextTest::NoErrorContextTest(tcu::TestContext &testCtx, glu::ApiType apiType) in NoErrorContextTest() 124 NoErrorTests::NoErrorTests(tcu::TestContext &testCtx, glu::ApiType apiType) in NoErrorTests()
|
H A D | glcContextFlagsTests.cpp | 46 const char *name, const char *description, glu::ApiType apiType) in ContextFlagsCase() 111 ContextFlagsTests::ContextFlagsTests(tcu::TestContext &testCtx, glu::ApiType apiType) in ContextFlagsTests()
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/ |
D | ConsentManager.java | 416 public void enable(Context context, AdServicesApiType apiType) { in enable() 457 public void disable(Context context, AdServicesApiType apiType) { in disable() 469 context.getSystemService(JobScheduler.class), apiType); in disable() local 531 public AdServicesApiConsent getConsent(AdServicesApiType apiType) { in getConsent() 1610 void setConsentPerApiToPpApi(AdServicesApiType apiType, boolean isGiven) throws IOException { in setConsentPerApiToPpApi() 1620 boolean getConsentPerApiFromPpApi(AdServicesApiType apiType) { in getConsentPerApiFromPpApi() 1650 void resetByApi(AdServicesApiType apiType) throws IOException { in resetByApi() 1898 private int getConvertedUserChoice(@ModuleCode int apiType) { in getConvertedUserChoice() 1935 private int getConvertedModuleState(@ModuleCode int apiType) { in getConvertedModuleState() 1984 boolean getPerApiConsentFromSourceOfTruth(AdServicesApiType apiType) { in getPerApiConsentFromSourceOfTruth() [all …]
|
D | ConsentManagerV2.java | 386 public void enable(Context context, AdServicesApiType apiType) { in enable() 423 public void disable(Context context, AdServicesApiType apiType) { in disable() 431 context.getSystemService(JobScheduler.class), apiType); in disable() local 475 public AdServicesApiConsent getConsent(AdServicesApiType apiType) { in getConsent() 883 void resetByApi(AdServicesApiType apiType) throws IOException { in resetByApi() 1081 boolean getPerApiConsentFromSourceOfTruth(AdServicesApiType apiType) { in getPerApiConsentFromSourceOfTruth() 1086 void setPerApiConsentToSourceOfTruth(boolean isGiven, AdServicesApiType apiType) { in setPerApiConsentToSourceOfTruth()
|
D | ConsentCompositeStorage.java | 202 public AdServicesApiConsent getConsent(AdServicesApiType apiType) { in getConsent() 605 public void setConsent(AdServicesApiType apiType, boolean isGiven) { in setConsent() 613 private void setConsentToApiType(AdServicesApiType apiType, boolean isGiven) { in setConsentToApiType()
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/ |
D | FledgeAuthorizationFilter.java | 248 @AppManifestConfigCall.ApiType int apiType) in assertAdTechAllowed() 342 private EnrollmentData getEnrollmentData(AdTechIdentifier adTechIdentifier, int apiType) { in getEnrollmentData() 360 Uri uriForAdTech, int apiType) { in getAdTechIdentifierEnrollmentDataPair() 383 @AppManifestConfigCall.ApiType int apiType, in isAllowedAccess() 417 @AppManifestConfigCall.ApiType int apiType) in getAndAssertAdTechFromUriAllowed() 505 @AppManifestConfigCall.ApiType int apiType) in assertAdTechFromUriEnrolled()
|
D | AbstractFledgeServiceFilter.java | 149 @AppManifestConfigCall.ApiType int apiType) in getAndAssertAdTechFromUriAllowed() 169 @AppManifestConfigCall.ApiType int apiType) in assertFledgeEnrollment() 193 String callerPackageName, int apiName, @AppManifestConfigCall.ApiType int apiType) in assertAppInAllowList()
|
D | FledgeAllowListsFilter.java | 64 @AppManifestConfigCall.ApiType int apiType) in assertAppInAllowlist() 98 String appPackageName, @AppManifestConfigCall.ApiType int apiType) { in isInAllowList()
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/ |
D | AppSearchConsentDao.java | 77 String id, String userId, String namespace, String apiType, String consent) { in AppSearchConsentDao() 136 public static String getRowId(@NonNull String uid, @NonNull String apiType) { in getRowId() 188 @NonNull String apiType, in readConsentData() 214 static String getQuery(String userId, String apiType) { in getQuery()
|
D | AppSearchConsentWorker.java | 165 boolean getConsent(@NonNull String apiType) { in getConsent() 181 void setConsent(@NonNull String apiType, @NonNull Boolean consented) { in setConsent() 397 String apiType = AppSearchInteractionsDao.API_TYPE_PRIVACY_SANDBOX_FEATURE; in setCurrentPrivacySandboxFeature() local 433 String apiType = AppSearchInteractionsDao.API_TYPE_INTERACTIONS; in recordUserManualInteractionWithConsent() local
|
D | AppSearchInteractionsDao.java | 94 String id, String userId, String namespace, String apiType, int value) { in AppSearchInteractionsDao() 144 public static String getRowId(@NonNull String uid, @NonNull String apiType) { in getRowId() 252 static String getQuery(String userId, String apiType) { in getQuery()
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/ |
D | UiStatsLogger.java | 411 public static void logOptInSelected(AdServicesApiType apiType) { in logOptInSelected() 420 public static void logOptOutSelected(AdServicesApiType apiType) { in logOptOutSelected() 597 private static int getDefaultConsent(AdServicesApiType apiType) { in getDefaultConsent() 640 private static int getPerApiConsentAction(AdServicesApiType apiType, boolean isOptIn) { in getPerApiConsentAction() 724 private static UIStats getBaseUiStats(AdServicesApiType apiType) { in getBaseUiStats()
|
/aosp_15_r20/packages/modules/AppSearch/service/java/com/android/server/appsearch/ |
D | Denylist.java | 182 @CallStats.CallType int apiType = CallStats.getApiCallTypeFromName(apis[i]); in retrieveApiTypes() local 222 @CallStats.CallType int apiType) { in checkDeniedPackageDatabase() 244 @NonNull String packageName, @CallStats.CallType int apiType) { in checkDeniedPackage() 258 @NonNull String databaseName, @CallStats.CallType int apiType) { in checkDeniedDatabase()
|
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
D | LogFields.java | 23 private final int apiType; field in LogFields 43 int apiType, int uriType, int taskType, boolean callerIsSyncAdapter, long startNanos) { in LogFields() 88 private int apiType; field in LogFields.Builder 106 public Builder setApiType(int apiType) { in setApiType()
|
/aosp_15_r20/external/libtextclassifier/java/src/com/android/textclassifier/common/statsd/ |
H A D | TextClassifierApiUsageLogger.java | 79 public Session createSession( in createSession() 86 @ApiType private final int apiType; field in TextClassifierApiUsageLogger.Session 90 private Session(@ApiType int apiType, @Nullable TextClassificationSessionId sessionId) { in Session()
|
/aosp_15_r20/packages/modules/AppSearch/service/java/com/android/server/appsearch/util/ |
D | ExecutorManager.java | 155 @CallStats.CallType int apiType, in executeLambdaForUserAsync() 206 @CallStats.CallType int apiType, in executeLambdaForUserAsync() 250 @CallStats.CallType int apiType, in executeLambdaForUserNoCallbackAsync()
|
D | RateLimitedExecutor.java | 84 @CallStats.CallType int apiType) { in execute() 133 public boolean addTaskToQueue(@NonNull String packageName, @CallStats.CallType int apiType) { in addTaskToQueue() 159 public void removeTaskFromQueue(@NonNull String packageName, @CallStats.CallType int apiType) { in removeTaskFromQueue()
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | IActivityManager.cpp | 187 virtual status_t logFgsApiBegin(int32_t apiType, int32_t appUid, int32_t appPid) { in logFgsApiBegin() 202 virtual status_t logFgsApiEnd(int32_t apiType, int32_t appUid, int32_t appPid) { in logFgsApiEnd() 217 virtual status_t logFgsApiStateChanged(int32_t apiType, int32_t state, int32_t appUid, in logFgsApiStateChanged()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/cts/hosttests/app/src/com/android/adservices/cts/dao/ |
D | AppSearchConsentDao.java | 58 String id, String userId, String namespace, String apiType, String consent) { in AppSearchConsentDao() 87 public static String getRowId(@NonNull String uid, @NonNull String apiType) { in getRowId()
|