/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.
|
/hardware/interfaces/tv/tuner/1.1/ |
D | IFrontendCallback.hal | 26 * the client of the v1_1 extended scan messages. 28 * @param type the type of v1_1 extended scan message. 29 * @param message the v1_1 extended scan message sent by HAL to the client.
|
D | IFrontend.hal | 54 * This uses the frontend to start a scan from signal delivery information. 55 * If previous scan isn't completed, this call MUST stop previous scan, 56 * and start a new scan. 60 * scan the signal. 61 * @param type the type which the frontend uses to scan the signal.
|
/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 | 90 * This uses the frontend to start a scan from signal delivery information. 91 * If previous scan isn't completed, this call MUST stop previous scan, 92 * and start a new scan. 96 * scan the signal. 97 * @param type the type which the frontend uses to scan the signal. 104 scan(FrontendSettings settings, FrontendScanType type) generates (Result result);
|
/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/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/tv/tuner/1.0/vts/functional/ |
D | VtsHalTvTunerV1_0TestConfigurations.h | 57 static ScanHardwareConnections scan; variable 143 TunerTestingConfigReader1_0::connectScan(scan); in connectHardwaresToTestCases() 153 if ((!live.hasFrontendConnection || !scan.hasFrontendConnection) && !playback.support) { in validateConnections() 173 feIsValid &= scan.hasFrontendConnection ? frontendMap.find(scan.frontendId) != frontendMap.end() in validateConnections()
|
/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/wifi/1.5/ |
D | IWifiStaIface.hal | 46 * Turn on/off scan only mode for the interface. 48 * @param enable Indicate if scan only mode is to be turned on/off.
|
/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/tv/tuner/aidl/android/hardware/tv/tuner/ |
D | IFrontend.aidl | 88 void scan(in FrontendSettings settings, in FrontendScanType type); in scan() method
|
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/1/android/hardware/tv/tuner/ |
D | IFrontend.aidl | 42 …void scan(in android.hardware.tv.tuner.FrontendSettings settings, in android.hardware.tv.tuner.Fro… in scan() method
|
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/2/android/hardware/tv/tuner/ |
D | IFrontend.aidl | 42 …void scan(in android.hardware.tv.tuner.FrontendSettings settings, in android.hardware.tv.tuner.Fro… in scan() method
|
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/ |
D | IFrontend.aidl | 42 …void scan(in android.hardware.tv.tuner.FrontendSettings settings, in android.hardware.tv.tuner.Fro… in scan() method
|
/hardware/interfaces/tv/tuner/1.1/vts/functional/ |
D | VtsHalTvTunerV1_1TestConfigurations.h | 67 static ScanHardwareConnections scan; variable 146 TunerTestingConfigReader1_0::connectScan(scan); in connectHardwaresToTestCases() 157 frontendMap.find(scan.frontendId) != frontendMap.end(); in validateConnections()
|
/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()
|
/hardware/interfaces/broadcastradio/1.0/default/ |
D | Tuner.h | 39 Return<Result> scan(Direction direction, bool skipSubChannel) override;
|
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()
|
/hardware/libhardware/include_vendor/hardware/ |
D | radio.h | 140 int (*scan)(const struct radio_tuner *tuner, member
|