Home
last modified time | relevance | path

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

/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Drtt.cpp322 int totalCnt; member in RttCommand
336 totalCnt = 0; in RttCommand()
345 totalCnt = 0; in RttCommand()
611 totalCnt++; in handleEvent()
632 (*rttHandler.on_rtt_results)(id(), totalCnt, rttResults); in handleEvent()
638 totalCnt = currentIdx = 0; in handleEvent()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp9727 size_t totalCnt = MIN(gCamCapability[cameraId]->picture_sizes_tbl_cnt, in supportBurstCapture() local
9730 while ((highRes + 1 < totalCnt) && in supportBurstCapture()