Searched defs:WifiScanType (Results 1 - 1 of 1) sorted by relevance

/system/chre/core/include/chre/core/
H A Dwifi_scan_request.h36 * This WifiScanType is designed to wrap constants provided by the CHRE API to
40 enum class WifiScanType { class in namespace:chre
48 * Translates a CHRE API enum wifi scan type to a WifiScanType. This funciton
49 * also performs input validation and will default to WifiScanType::Invalid if
53 * @return a WifiScanType given a CHRE API wifi scan type.
55 WifiScanType getWifiScanTypeForEnum(enum chreWifiScanType enumWifiScanType);
71 * configuration. The WifiScanType is set to Invalid and the frequency and
87 WifiScanRequest(WifiScanType wifiScanType,
95 WifiScanType getScanType() const;
114 WifiScanType mScanTyp
[all...]

Completed in 41 milliseconds