Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/location/injector/
H A DLocationUsageLogger.java51 public void logLocationApiUsage(int usageType, int apiInUse, in logLocationApiUsage() argument
64 usageType, apiInUse, packageName, in logLocationApiUsage()
80 isLocationRequestNull || usageType == LocationStatsEnums.USAGE_ENDED in logLocationApiUsage()
98 public void logLocationApiUsage(int usageType, int apiInUse, String providerName) { in logLocationApiUsage() argument
105 usageType, apiInUse, in logLocationApiUsage()
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.h288 void removeRef(DeviceMode usageType, const std::string &cameraId);
682 void saveRef(DeviceMode usageType, const std::string &cameraId,
H A DCameraProviderManager.cpp427 void CameraProviderManager::saveRef(DeviceMode usageType, const std::string &cameraId, in saveRef() argument
435 if (usageType == DeviceMode::TORCH) { in saveRef()
452 void CameraProviderManager::removeRef(DeviceMode usageType, const std::string &cameraId) { in removeRef() argument
458 if (usageType == DeviceMode::TORCH) { in removeRef()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.h77 Return<void> allocationSyncAll(Allocation allocation, AllocationUsageType usageType) override;
H A DContext.cpp288 Return<void> Context::allocationSyncAll(Allocation allocation, AllocationUsageType usageType) { in allocationSyncAll() argument
290 RsAllocationUsageType _usageType = static_cast<RsAllocationUsageType>(usageType); in allocationSyncAll()
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
H A DAppSearchImpl.java1239 UsageReport.UsageType usageType = in reportUsage() local
1248 .setUsageType(usageType) in reportUsage()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java6683 final String usageType = uri.getQueryParameter(DataUsageFeedback.USAGE_TYPE); in queryLocal() local
6684 final int typeInt = getDataUsageFeedbackType(usageType, USAGE_TYPE_ALL); in queryLocal()
8200 String[] projection, boolean distinct, Integer usageType) { in setTablesAndProjectionMapForData() argument
8201 setTablesAndProjectionMapForData(qb, uri, projection, distinct, false, usageType); in setTablesAndProjectionMapForData()
8205 String[] projection, boolean distinct, boolean addSipLookupColumns, Integer usageType) { in setTablesAndProjectionMapForData() argument
8216 sb, usageType == null ? USAGE_TYPE_ALL : usageType, DataColumns.CONCRETE_ID); in setTablesAndProjectionMapForData()
8318 private void appendDataUsageStatJoin(StringBuilder sb, int usageType, String dataIdColumn) { in appendDataUsageStatJoin() argument
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal429 * @param usageType Allocation usage type
432 allocationSyncAll(Allocation allocation, AllocationUsageType usageType);
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java9375 private void sendFeedback(String data1, String usageType, ContentValues values) { in sendFeedback() argument
9378 assertEquals(0, updateDataUsageFeedback(usageType, dataId)); in sendFeedback()
9384 private void updateDataUsageFeedback(String usageType, Uri resultUri) { in updateDataUsageFeedback() argument
9386 final boolean successful = updateDataUsageFeedback(usageType, id) > 0; in updateDataUsageFeedback()
9390 private int updateDataUsageFeedback(String usageType, long... ids) { in updateDataUsageFeedback() argument
9398 .appendQueryParameter(DataUsageFeedback.USAGE_TYPE, usageType) in updateDataUsageFeedback()