Home
last modified time | relevance | path

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

/device/linaro/poplar/wifi/wifi_hal/
Drtt.cpp316 int totalCnt; member in RttCommand
330 totalCnt = 0; in RttCommand()
338 totalCnt = 0; in RttCommand()
595 totalCnt++; in handleEvent()
614 (*rttHandler.on_rtt_results)(id(), totalCnt, rttResults); in handleEvent()
619 totalCnt = currentIdx = 0; in handleEvent()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.cpp7187 size_t totalCnt = MIN(gCamCapability[cameraId]->picture_sizes_tbl_cnt, in supportBurstCapture() local
7190 while ((highRes + 1 < totalCnt) && in supportBurstCapture()