/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/ |
H A D | BackgroundScanSchedulerTest.java | 131 Collection<ScanSettings> requests = new ArrayList<>(); in fewRequests() local 149 Collection<ScanSettings> requests = new ArrayList<>(); in manyRequests() local 169 ArrayList<ScanSettings> requests = new ArrayList<>(); in requestsWithNoPeriodCommonDenominator() local 187 Collection<ScanSettings> requests = new ArrayList<>(); in manyRequestsDifferentReportScans() local 209 Collection<ScanSettings> requests = new ArrayList<>(); in exceedMaxBatch() local 227 Collection<ScanSettings> requests = new ArrayList<>(); in defaultMaxBatch() local 271 ArrayList<ScanSettings> requests = new ArrayList<>(); in optimalScheduleExceedsNumberOfAvailableBuckets() local 292 ArrayList<ScanSettings> requests = new ArrayList<>(); in optimalScheduleExceedsNumberOfAvailableBuckets2() local 320 ArrayList<ScanSettings> requests = new ArrayList<>(); in optimalScheduleExceedsNumberOfAvailableBucketsClosestToOriginal() local 350 ArrayList<ScanSettings> requests = new ArrayList<>(); in optimalScheduleExceedsMaxChannelsOnSingleBand() local [all …]
|
/aosp12/hardware/qcom/gps/msm8998/location/ |
H A D | LocationAPIClientBase.cpp | 171 RequestQueue* requests = mRequestQueues[REQUEST_TRACKING]; in locAPIStopTracking() local 189 RequestQueue* requests = mRequestQueues[REQUEST_TRACKING]; in locAPIUpdateTrackingOptions() local 413 RequestQueue* requests = mRequestQueues[REQUEST_BATCHING]; in locAPIGetBatchedLocations() local 431 RequestQueue* requests = mRequestQueues[REQUEST_GEOFENCE]; in locAPIAddGeofences() local 460 RequestQueue* requests = mRequestQueues[REQUEST_GEOFENCE]; in locAPIRemoveGeofences() local 487 RequestQueue* requests = mRequestQueues[REQUEST_GEOFENCE]; in locAPIModifyGeofences() local 514 RequestQueue* requests = mRequestQueues[REQUEST_GEOFENCE]; in locAPIPauseGeofences() local 541 RequestQueue* requests = mRequestQueues[REQUEST_GEOFENCE]; in locAPIResumeGeofences() local 642 RequestQueue* requests = mRequestQueues[REQUEST_CONTROL]; in locAPIEnable() local 667 RequestQueue* requests = mRequestQueues[REQUEST_CONTROL]; in locAPIDisable() local [all …]
|
/aosp12/hardware/qcom/sdm845/gps/msm8998/location/ |
H A D | LocationAPIClientBase.cpp | 171 RequestQueue* requests = mRequestQueues[REQUEST_TRACKING]; in locAPIStopTracking() local 189 RequestQueue* requests = mRequestQueues[REQUEST_TRACKING]; in locAPIUpdateTrackingOptions() local 413 RequestQueue* requests = mRequestQueues[REQUEST_BATCHING]; in locAPIGetBatchedLocations() local 431 RequestQueue* requests = mRequestQueues[REQUEST_GEOFENCE]; in locAPIAddGeofences() local 460 RequestQueue* requests = mRequestQueues[REQUEST_GEOFENCE]; in locAPIRemoveGeofences() local 487 RequestQueue* requests = mRequestQueues[REQUEST_GEOFENCE]; in locAPIModifyGeofences() local 514 RequestQueue* requests = mRequestQueues[REQUEST_GEOFENCE]; in locAPIPauseGeofences() local 541 RequestQueue* requests = mRequestQueues[REQUEST_GEOFENCE]; in locAPIResumeGeofences() local 642 RequestQueue* requests = mRequestQueues[REQUEST_CONTROL]; in locAPIEnable() local 667 RequestQueue* requests = mRequestQueues[REQUEST_CONTROL]; in locAPIDisable() local [all …]
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/location/ |
H A D | RecentLocationRequestPreferenceControllerTest.java | 76 final List<RecentLocationApps.Request> requests = createMockRequest(6); in updateState_whenAppListMoreThanThree_shouldDisplayTopThreeApps() local 86 final List<RecentLocationApps.Request> requests = createMockRequest(6); in updateState_workProfile_shouldShowOnlyWorkProfileApps() local 102 final List<RecentLocationApps.Request> requests = createMockRequest(6); in updateState_Personal_shouldShowOnlyPersonalApps() local 118 final List<RecentLocationApps.Request> requests = new ArrayList<>(); in createMockRequest() local
|
/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/storage/ |
H A D | CacheQuotaServiceImplTest.java | 85 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testOneApp() local 97 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testTwoAppsOneVolume() local 112 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testTwoAppsTwoVolumes() local 125 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testMultipleAppsPerUidIsCollated() local 138 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testTwoAppsTwoVolumesTwoUuidsShouldBESeparate() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/storage/ |
H A D | CacheQuotaStrategyTest.java | 63 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testWriteOneQuota() local 78 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testWriteMultipleQuotas() local 95 ArrayList<CacheQuotaHint> requests = new ArrayList<>(); in testNullUuidDoesntCauseCrash() local
|
/aosp12/frameworks/av/camera/ndk/ |
H A D | NdkCameraCaptureSession.cpp | 72 int numRequests, ACaptureRequest** requests, in ACameraCaptureSession_capture() 97 int numRequests, ACaptureRequest** requests, in ACameraCaptureSession_logicalCamera_capture() 121 int numRequests, ACaptureRequest** requests, in ACameraCaptureSession_setRepeatingRequest() 145 int numRequests, ACaptureRequest** requests, in ACameraCaptureSession_logicalCamera_setRepeatingRequest()
|
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/ |
H A D | RemoteOptionsCoordinator.java | 44 public Builder(int subId, Collection<UceRequest> requests, RequestManagerCallback c) { in Builder() 49 public Builder(int subId, Collection<UceRequest> requests, RequestManagerCallback c, in Builder() 90 private RemoteOptionsCoordinator(int subId, Collection<UceRequest> requests, in RemoteOptionsCoordinator()
|
H A D | OptionsRequestCoordinator.java | 46 public Builder(int subId, Collection<UceRequest> requests, in Builder() 52 public Builder(int subId, Collection<UceRequest> requests, in Builder() 118 private OptionsRequestCoordinator(int subId, Collection<UceRequest> requests, in OptionsRequestCoordinator()
|
H A D | SubscribeRequestCoordinator.java | 56 public Builder(int subId, Collection<UceRequest> requests, RequestManagerCallback c) { in Builder() 61 public Builder(int subId, Collection<UceRequest> requests, RequestManagerCallback c, in Builder() 166 private SubscribeRequestCoordinator(int subId, Collection<UceRequest> requests, in SubscribeRequestCoordinator()
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraCaptureSessionImpl.java | 231 public int captureBurst(List<CaptureRequest> requests, CaptureCallback callback, in captureBurst() 252 public int captureBurstRequests(List<CaptureRequest> requests, Executor executor, in captureBurstRequests() 277 private void checkCaptureRequests(List<CaptureRequest> requests) { in checkCaptureRequests() 352 public int setRepeatingBurst(List<CaptureRequest> requests, in setRepeatingBurst() 374 public int setRepeatingBurstRequests(List<CaptureRequest> requests, Executor executor, in setRepeatingBurstRequests() 400 private void checkRepeatingRequests(List<CaptureRequest> requests) { in checkRepeatingRequests()
|
H A D | CameraConstrainedHighSpeedCaptureSessionImpl.java | 215 public int captureBurst(List<CaptureRequest> requests, CaptureCallback listener, in captureBurst() 226 public int captureBurstRequests(List<CaptureRequest> requests, Executor executor, in captureBurstRequests() 251 public int setRepeatingBurst(List<CaptureRequest> requests, CaptureCallback listener, in setRepeatingBurst() 262 public int setRepeatingBurstRequests(List<CaptureRequest> requests, Executor executor, in setRepeatingBurstRequests()
|
/aosp12/frameworks/base/core/java/android/app/usage/ |
H A D | CacheQuotaService.java | 73 List<CacheQuotaHint> requests); in onComputeCacheQuotaHints() 78 RemoteCallback callback, List<CacheQuotaHint> requests) { in computeCacheQuotaHints()
|
H A D | ICacheQuotaService.aidl | 24 void computeCacheQuotaHints(in RemoteCallback callback, in List<CacheQuotaHint> requests); in computeCacheQuotaHints()
|
/aosp12/system/chre/core/ |
H A D | sensor_request_multiplexer.cc | 27 const DynamicVector<SensorRequest> &requests = getRequests(); in findRequest() local
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/ |
H A D | CameraCaptureSession.java | 464 public abstract int captureBurst(@NonNull List<CaptureRequest> requests, in captureBurst() 509 public int captureBurstRequests(@NonNull List<CaptureRequest> requests, in captureBurstRequests() 689 public abstract int setRepeatingBurst(@NonNull List<CaptureRequest> requests, in setRepeatingBurst() 728 public int setRepeatingBurstRequests(@NonNull List<CaptureRequest> requests, in setRepeatingBurstRequests()
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ |
H A D | RecentAppOpsAccessesTest.java | 123 List<RecentAppOpsAccess.Access> requests = mRecentAppOpsAccess.getAppList(false); in testGetAppList_shouldFilterRecentAccesses() local 151 List<RecentAppOpsAccess.Access> requests = mRecentAppOpsAccess.getAppList(true); in testGetAppList_shouldNotShowAndroidOS() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/graphics/fonts/ |
H A D | FontManagerService.java | 77 public int updateFontFamily(@NonNull List<FontUpdateRequest> requests, int baseVersion) { in updateFontFamily() 95 private static void closeFileDescriptors(@Nullable List<FontUpdateRequest> requests) { in closeFileDescriptors() 233 /* package */ void update(int baseVersion, List<FontUpdateRequest> requests) in update()
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/ |
H A D | RecentLocationAppsTest.java | 88 List<RecentLocationApps.Request> requests = mRecentLocationApps.getAppList(true); in testGetAppList_shouldFilterRecentApps() local 117 List<RecentLocationApps.Request> requests = mRecentLocationApps.getAppList(true); in testGetAppList_shouldNotShowAndroidOS() local
|
/aosp12/system/bt/gd/rust/link/src/acl/ |
H A D | core.rs | 34 requests: Sender<Request>, field 49 requests: Sender<Request>, field
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/ |
H A D | AndroidCameraCaptureSessionProxy.java | 106 … public int captureBurst(List<CaptureRequest> requests, CaptureCallback listener, Handler handler) in captureBurst() 126 public int setRepeatingBurst(List<CaptureRequest> requests, CaptureCallback listener, in setRepeatingBurst()
|
H A D | CameraCaptureSessionProxy.java | 75 public int captureBurst(List<CaptureRequest> requests, CaptureCallback listener, Handler in captureBurst() 83 public int setRepeatingBurst(List<CaptureRequest> requests, CaptureCallback listener, Handler in setRepeatingBurst()
|
/aosp12/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
H A D | Utils.java | 31 String[] requests = requestList.split(","); in getTargetsFromLegacyJackConfig() local
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/extension/ |
H A D | IRequestProcessorImpl.aidl | 28 int submitBurst(in List<Request> requests, in IRequestCallback callback); in submitBurst()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/ |
H A D | RecentLocationApps.java | 86 ArrayList<Request> requests = new ArrayList<>(appOpsCount); in getAppList() local 148 List<Request> requests = getAppList(showSystemApps); in getAppListSorted() local
|