Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal.cpp41 static constexpr uint32_t kMaxSupportedRadioCombinationsMatrixLength = 256; variable
2045 char* buffer = new char[kMaxSupportedRadioCombinationsMatrixLength]; in getSupportedRadioCombinationsMatrix()
2046 std::fill(buffer, buffer + kMaxSupportedRadioCombinationsMatrixLength, 0); in getSupportedRadioCombinationsMatrix()
2051 global_handle_, kMaxSupportedRadioCombinationsMatrixLength, &size, in getSupportedRadioCombinationsMatrix()
2053 CHECK(size >= 0 && size <= kMaxSupportedRadioCombinationsMatrixLength); in getSupportedRadioCombinationsMatrix()