/aosp12/system/connectivity/wificond/ |
H A D | Android.bp | 104 "scanning/channel_settings.cpp", 105 "scanning/hidden_network.cpp", 106 "scanning/pno_network.cpp", 107 "scanning/pno_settings.cpp", 109 "scanning/scan_result.cpp", 111 "scanning/scan_utils.cpp", 112 "scanning/scanner_impl.cpp", 176 "scanning/hidden_network.cpp", 177 "scanning/pno_network.cpp", 178 "scanning/pno_settings.cpp", [all …]
|
/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/component/ |
H A D | ModemBatteryStatsReader.java | 84 final RawBatteryStats.SignalScanningTime scanning in createRemainder() local 88 if (strength != null && scanning != null && misc != null) { in createRemainder() 96 remainder.scanningTimeMs = scanning.phoneSignalScanningTimeMs; in createRemainder()
|
/aosp12/packages/apps/Gallery/src/com/android/camera/ |
H A D | GalleryPicker.java | 128 public void updateScanningDialog(boolean scanning) { in updateScanningDialog() argument 130 if (prevScanning == scanning && mAdapter.mItems.size() == 0) return; in updateScanningDialog() 135 } else if (scanning && mAdapter.mItems.size() == 0) { in updateScanningDialog() 164 private void rebake(boolean unmounted, boolean scanning) { in rebake() argument 165 if (unmounted == mUnmounted && scanning == mScanning) return; in rebake() 168 mScanning = scanning; in rebake() 361 final boolean scanning = in checkScanning() 365 checkScanningFinished(scanning); in checkScanning() 371 private void checkScanningFinished(boolean scanning) { in checkScanningFinished() argument 372 updateScanningDialog(scanning); in checkScanningFinished()
|
H A D | ImageGallery.java | 377 private void rebake(boolean unmounted, boolean scanning) { 389 if (scanning) { 398 mParam = allImages(!unmounted && !scanning);
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | README.txt | 47 …- Setup wizard opts user into allowing scanning for improved location. We show no further dialogs … 49 …- In the scan mode, the device continues to allow scanning from any app with Wi-Fi turned off. Thi…
|
/aosp12/hardware/interfaces/broadcastradio/1.1/ |
H A D | ITuner.hal | 75 * practice in devices with two physical tuners with background scanning. 87 * If a device supports continuous background scanning, it may succeed 91 * Foreground scanning may be implemented in the front end app with
|
/aosp12/system/chre/apps/power_test/common/idl/ |
H A D | chre_power_test.fbs | 75 /// Represents a message to ask the nanoapp to start or stop WiFi scanning and 76 /// the scan interval to use if scanning is being started
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | runas_app.te | 24 # by scanning /proc/<pid>/cmdline files. The /proc/<pid> directories are within
|
H A D | simpleperf.te | 29 # by scanning /proc/<pid>/cmdline files. The /proc/<pid> directories are within
|
H A D | heapprofd.te | 31 # When scanning /proc/[pid]/cmdline to find matching processes for by-name
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | runas_app.te | 24 # by scanning /proc/<pid>/cmdline files. The /proc/<pid> directories are within
|
H A D | simpleperf.te | 29 # by scanning /proc/<pid>/cmdline files. The /proc/<pid> directories are within
|
H A D | heapprofd.te | 31 # When scanning /proc/[pid]/cmdline to find matching processes for by-name
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | runas_app.te | 24 # by scanning /proc/<pid>/cmdline files. The /proc/<pid> directories are within
|
H A D | simpleperf.te | 29 # by scanning /proc/<pid>/cmdline files. The /proc/<pid> directories are within
|
H A D | heapprofd.te | 31 # When scanning /proc/[pid]/cmdline to find matching processes for by-name
|
/aosp12/system/sepolicy/private/ |
H A D | runas_app.te | 24 # by scanning /proc/<pid>/cmdline files. The /proc/<pid> directories are within
|
H A D | simpleperf.te | 29 # by scanning /proc/<pid>/cmdline files. The /proc/<pid> directories are within
|
H A D | heapprofd.te | 31 # When scanning /proc/[pid]/cmdline to find matching processes for by-name
|
/aosp12/hardware/interfaces/tv/tuner/1.0/ |
H A D | IFrontend.hal | 107 * Stops a previous scanning. 110 * scanning.
|
/aosp12/hardware/interfaces/wifi/1.0/ |
H A D | IWifiStaIfaceEventCallback.hal | 22 * The background scan needs to be restarted to continue scanning.
|
/aosp12/hardware/interfaces/wifi/1.3/ |
H A D | IWifiChip.hal | 72 * functionality such as scanning, roaming, etc. but it should not result in
|
/aosp12/hardware/interfaces/contexthub/1.2/ |
H A D | types.hal | 31 * purposes but is enabled for location purposes (scanning), then
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | heapprofd.te | 31 # When scanning /proc/[pid]/cmdline to find matching processes for by-name
|
/aosp12/frameworks/base/core/proto/android/os/ |
H A D | batterystats.proto | 539 // Duration spent BLE scanning blamed on this App (i.e. apportioned to this 540 // app amongst all apps doing BLE scanning; see explanation of 'apportioned' 545 // Running unoptimized BLE scanning, as defined by Bluetooth's 550 // Running unoptimized BLE scanning when app is in background. Durations are 553 // Count of results returned by BLE scanning. 870 // this app amongst all apps doing Wifi-scanning; see explanation of
|