Home
last modified time | relevance | path

Searched refs:scan (Results 1 – 25 of 79) sorted by relevance

1234

/hardware/interfaces/broadcastradio/1.0/
DITuner.hal25 * 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/
DITuner.hal27 * 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 …]
DITunerCallback.hal30 * 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/
DIWifiStaIfaceEventCallback.hal21 * 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/
DIFrontendCallback.hal26 * 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.
DIFrontend.hal54 * 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/
DIFrontendCallback.hal29 * 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.
DIFrontend.hal90 * 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/
Dtypes.hal126 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
DIRadioIndication.hal36 * Incremental network scan results
39 * @param result Network scan result as NetworkScanResult defined in types.hal
/hardware/interfaces/wifi/1.3/
Dtypes.hal46 * 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/
DVtsHalTvTunerV1_0TestConfigurations.h57 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/
DITunerSession.hal22 * 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().
DITunerCallback.hal21 * 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/
DIWifiStaIface.hal46 * 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/
DIRadio.hal35 * 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/
DIFrontend.aidl88 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/
DIFrontend.aidl42 …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/
DIFrontend.aidl42 …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/
DIFrontend.aidl42 …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/
DVtsHalTvTunerV1_1TestConfigurations.h67 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/
DTuner.cpp56 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/
DTuner.h39 Return<Result> scan(Direction direction, bool skipSubChannel) override;
DTuner.cpp135 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/
Dradio.h140 int (*scan)(const struct radio_tuner *tuner, member

1234