/hardware/interfaces/wifi/offload/1.0/ |
D | types.hal | 91 /* Specify a list of SSIDs to scan, an empty list implies no preferred 92 * networks to scan */ 94 /* Frequencies to scan, in mHz, an empty frequency list implies a full scan */ 104 * Instruction on how to filter the scan result before performing network 109 * The filter will drop the remaining scan results in the scan event. 110 * An empty list implies no filtering of scan result based on SSID and 145 /* Record name corresponding to scan monitor event*/ 147 /* Record name corresponding to scan response event */ 151 /* Record name corresponding to scan event sent */ 159 /* Record name corresponding to scan request sent*/ [all …]
|
D | IOffload.hal | 27 * @param ScanFilter settings to filter scan result 38 * Get scan statistics 52 * Subscribe to asynchronous scan events sent by offload module. This enables 53 * offload scans to be performed as per scan parameters, filtering the scan 54 * results based on configured scan filter and delivering the results after 56 * subscribed to the scan results, a call to this API must be a no-op. 59 * subscribing when scan results must be delivered to the client 69 * Unsubscribe to scan events sent by the offload module, hence disabling scans. 77 * Setup the HIDL interface for reporting asynchronous scan events. A maximum
|
D | IOffloadCallback.hal | 20 * Interface for the Offload HAL to return scan events to the client 22 * @param scanResult a vector of scan result objects
|
/hardware/interfaces/broadcastradio/1.0/ |
D | ITuner.hal | 25 * Automatically cancels pending scan, step or tune. 47 * Automatically cancels pending scan, step or tune. 49 * or after a time out or full band scan if no station found. 54 * @return result OK if scan successfully started 58 scan(Direction direction, bool skipSubChannel) generates(Result result); 63 * Automatically cancels pending scan, step or tune. 65 * or after a time out or full band scan if no station found. 70 * @return result OK if scan successfully started 79 * Automatically cancels pending scan, step or tune. 81 * or after a time out or full band scan if no station found. [all …]
|
/hardware/interfaces/broadcastradio/1.1/ |
D | ITuner.hal | 27 * Automatically cancels pending scan, step or tune. 32 * - after a full band scan, if no station found. 64 * @return result OK if scan successfully started 71 * Initiates a background scan to update internally cached program list. 73 * HAL client may not need to initiate the scan explicitly with this call, 74 * ie. HAL implementation MAY perform the scan on boot. It's a common 78 * scan fails later (it must pass proper result through the callback). 83 * Device may utilize an already running (but not finished) scan for 92 * @1.0::ITuner scan operation. 94 * @return result OK if the scan was properly scheduled (this does not mean [all …]
|
D | ITunerCallback.hal | 30 * following a step(), scan() or tune() command. 46 * Called by the HAL when background scan feature becomes available or not. 54 * Called by the HAL when background scan initiated by startBackgroundScan 56 * @param result OK if the scan succeeded, client may retrieve the actual 58 * UNAVAILABLE if the scan was interrupted due to 72 * It may be triggered either by an explicitly issued background scan, 73 * or a scan issued by the device internally.
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiStaIfaceEventCallback.hal | 21 * Callback indicating that an ongoing background scan request has failed. 22 * The background scan needs to be restarted to continue scanning. 29 * Called for each received beacon/probe response for a scan with the 36 * @parm result Full scan result for an AP. 48 * @parm scanDatas List of scan result for all AP's seen since last callback.
|
D | IWifiStaIface.hal | 38 * Background scan allow the host to send a number of buckets down to the 206 * |BackgroundScanBucketParameters.frequenciesInMhz| for a background scan 223 * Start a background scan using the given cmdId as an identifier. Only one 224 * active background scan need be supported. 245 * If any scan does not occur or is incomplete (error, interrupted, etc) then 246 * a cached scan result must still be recorded with the 250 * @params Background scan parameters. 263 * Stop the background scan started.
|
/hardware/interfaces/radio/1.1/ |
D | types.hal | 126 ONE_SHOT = 0, // Performs the scan only once 127 PERIODIC = 1, // Performs the scan periodically until cancelled 131 PARTIAL = 1, // The result contains a part of the scan results 132 COMPLETE = 2, // The result contains the last part of the scan results 149 RadioAccessNetworks radioAccessNetwork; // The type of network to scan 159 vec<int32_t> channels; // The radio channels to scan as defined in 165 ScanType type; // One shot scan or periodic 169 vec<RadioAccessSpecifier> specifiers; // networks with bands/channels to scan 174 ScanStatus status; // The status of the scan
|
D | IRadioIndication.hal | 36 * Incremental network scan results 39 * @param result Network scan result as NetworkScanResult defined in types.hal
|
/hardware/interfaces/tv/tuner/1.0/ |
D | IFrontendCallback.hal | 29 * the client of scan messages. 31 * @param type the type of scan message. 32 * @param message the scan message sent by HAL to the client.
|
D | IFrontend.hal | 88 * This uses the frontend to start a scan from signal delivery information. 89 * If previous scan isn't completed, this call MUST stop previous scan, 90 * and start a new scan. 94 * scan the signal. 95 * @param type the type which the frontend uses to scan the signal. 102 scan(FrontendSettings settings, FrontendScanType type) generates (Result result);
|
/hardware/interfaces/wifi/1.3/ |
D | types.hal | 46 * Total time for which the radio is awake due to NAN scan since boot or crash. 51 * Total time for which the radio is awake due to background scan since boot or crash. 56 * Total time for which the radio is awake due to roam scan since boot or crash. 61 * Total time for which the radio is awake due to PNO scan since boot or crash.
|
/hardware/interfaces/broadcastradio/2.0/ |
D | ITunerSession.hal | 22 * Automatically cancels pending tune(), scan() or step(). 39 * entry point remains "scan". This should not be confused with the actual 40 * scan operation (where the radio seeks through programs in a loop until 41 * user chooses to stay on one of them) nor background scan operation (that 45 * Automatically cancels pending tune(), scan() or step(). 62 scan(bool directionUp, bool skipSubChannel) generates (Result result); 67 * Automatically cancels pending tune(), scan() or step(). 80 * Cancel a pending tune(), scan() or step().
|
D | ITunerCallback.hal | 21 * following ITunerSession::tune(), ITunerSession::scan() or 24 * This callback is only called when the step(), scan() or tune() command 29 * empty for step() and scan().
|
/hardware/interfaces/radio/1.3/ |
D | IRadio.hal | 35 * Specify which bands modem's background scan must act on. 43 * @param specifyChannels whether to scan bands defined in specifiers. 44 * @param specifiers which bands to scan. Only used if specifyChannels is true.
|
/hardware/interfaces/broadcastradio/1.1/default/ |
D | Tuner.cpp | 56 milliseconds scan = 200ms; member 176 Return<Result> Tuner::scan(Direction direction, bool skipSubChannel __unused) { in scan() function in android::hardware::broadcastradio::V1_1::implementation::Tuner 194 mThread.schedule(task, gDefaultDelay.scan); in scan() 226 mThread.schedule(task, gDefaultDelay.scan); in scan()
|
D | Tuner.h | 42 virtual Return<Result> scan(V1_0::Direction direction, bool skipSubChannel) override;
|
/hardware/interfaces/broadcastradio/1.0/default/ |
D | Tuner.cpp | 135 Return<Result> Tuner::scan(Direction direction, bool skipSubChannel) { in scan() function in android::hardware::broadcastradio::V1_0::implementation::Tuner 139 int rc = mHalTuner->scan(mHalTuner, static_cast<radio_direction_t>(direction), skipSubChannel); in scan()
|
D | Tuner.h | 39 Return<Result> scan(Direction direction, bool skipSubChannel) override;
|
/hardware/libhardware/include/hardware/ |
D | radio.h | 140 int (*scan)(const struct radio_tuner *tuner, member
|
/hardware/interfaces/broadcastradio/2.0/default/ |
D | TunerSession.h | 40 virtual Return<Result> scan(bool directionUp, bool skipSubChannel) override;
|
/hardware/interfaces/tv/tuner/1.0/default/ |
D | Frontend.cpp | 81 Return<Result> Frontend::scan(const FrontendSettings& /* settings */, FrontendScanType /* type */) { in scan() function in android::hardware::tv::tuner::V1_0::implementation::Frontend
|
D | Frontend.h | 54 virtual Return<Result> scan(const FrontendSettings& settings, FrontendScanType type) override;
|
/hardware/interfaces/radio/1.5/ |
D | IRadio.hal | 105 * do network scan. 131 * Specify which bands modem's background scan must act on. 139 * @param specifyChannels whether to scan bands defined in specifiers. 140 * @param specifiers which bands to scan. Only used if specifyChannels is true. 148 * Starts a network scan. 237 * this case, this modem is optimized to scan only emergency call bands, until:
|