Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DLocationUsageLogger.java181 public void logLocationApiUsage(int usageType, int apiInUse, in logLocationApiUsage() argument
193 Log.d(TAG, "log API Usage to statsd. usageType: " + usageType + ", apiInUse: " in logLocationApiUsage()
204 StatsLog.write(StatsLog.LOCATION_MANAGER_API_USAGE_REPORTED, usageType, in logLocationApiUsage()
221 isLocationRequestNull || usageType == LocationStatsEnums.USAGE_ENDED in logLocationApiUsage()
240 public void logLocationApiUsage(int usageType, int apiInUse, String providerName) { in logLocationApiUsage() argument
247 Log.d(TAG, "log API Usage to statsd. usageType: " + usageType + ", apiInUse: " in logLocationApiUsage()
251 StatsLog.write(StatsLog.LOCATION_MANAGER_API_USAGE_REPORTED, usageType, apiInUse, in logLocationApiUsage()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h235 void saveRef(DeviceMode usageType, const std::string &cameraId,
241 void removeRef(DeviceMode usageType, const std::string &cameraId);
DCameraProviderManager.cpp400 void CameraProviderManager::saveRef(DeviceMode usageType, const std::string &cameraId, in saveRef() argument
408 if (usageType == DeviceMode::TORCH) { in saveRef()
425 void CameraProviderManager::removeRef(DeviceMode usageType, const std::string &cameraId) { in removeRef() argument
431 if (usageType == DeviceMode::TORCH) { in removeRef()