Home
last modified time | relevance | path

Searched refs:MAX_CHANNELS (Results 1 – 10 of 10) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
Dgscan.h28 #define MAX_CHANNELS 16 macro
165 wifi_scan_channel_spec channels[MAX_CHANNELS];
/hardware/st/secure_element2/secure_element/1.0/
DSecureElement.cpp38 #ifndef MAX_CHANNELS
39 #define MAX_CHANNELS 0x04 macro
421 if ((channelNumber < 0) || (channelNumber >= MAX_CHANNELS)) { in closeChannel()
/hardware/st/secure_element2/secure_element/1.1/
DSecureElement.cpp38 #ifndef MAX_CHANNELS
39 #define MAX_CHANNELS 0x04 macro
453 if ((channelNumber < 0) || (channelNumber >= MAX_CHANNELS)) { in closeChannel()
/hardware/st/secure_element2/secure_element/1.2/
DSecureElement.cpp38 #ifndef MAX_CHANNELS
39 #define MAX_CHANNELS 0x04 macro
455 if ((channelNumber < 0) || (channelNumber >= MAX_CHANNELS)) { in closeChannel()
/hardware/ril/include/telephony/
Dril.h108 #define MAX_CHANNELS 32 macro
2179 uint32_t channels[MAX_CHANNELS]; // Frequency channels to scan
/hardware/ril/reference-ril/
Dril.h108 #define MAX_CHANNELS 32 macro
2179 uint32_t channels[MAX_CHANNELS]; // Frequency channels to scan
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan.cpp287 numChannelSpecs = (unsigned int)bucketSpec.num_channels > MAX_CHANNELS ? in wifi_start_gscan()
288 MAX_CHANNELS : bucketSpec.num_channels; in wifi_start_gscan()
/hardware/interfaces/wifi/1.0/
Dtypes.hal312 MAX_CHANNELS = 16,
335 * Max length: |StaScanLimits.MAX_CHANNELS|.
/hardware/interfaces/wifi/1.3/default/
Dhidl_struct_util.cpp513 if (hidl_bucket_spec.frequencies.size() > MAX_CHANNELS) { in convertHidlGscanParamsToLegacy()
/hardware/ril/libril/
Dril_service.cpp1395 request.specifiers[i].channels.size() > MAX_CHANNELS) { in startNetworkScan()