Home
last modified time | relevance | path

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

/system/chre/apps/test/chqts/src/general_test/
Dbasic_wifi_test.cc128 uint8_t targetLength = in testRequestRangingAsync() local
131 void *array = chreHeapAlloc(sizeof(chreWifiRangingTarget) * targetLength); in testRequestRangingAsync()
142 for (uint8_t i = 0; i < targetLength - 1; i++) { in testRequestRangingAsync()
146 for (uint8_t i = targetLength - 1; i < length; i++) { in testRequestRangingAsync()
151 &targetList[targetLength - 1]); in testRequestRangingAsync()
156 struct chreWifiRangingParams params = {.targetListLen = targetLength, in testRequestRangingAsync()