Searched refs:histogramCounts (Results 1 – 2 of 2) sorted by relevance
109 std::vector<int64_t> histogramCounts; in readFromParcel() local110 if ((err = parcel->readInt64Vector(&histogramCounts)) != OK) { in readFromParcel()127 mHistogramCounts = std::move(histogramCounts); in readFromParcel()
790 streamProtos[i].histogramCounts = streamStats.getHistogramCounts(); in logCameraUsageEvent()810 + Arrays.toString(streamProtos[i].histogramCounts)); in logCameraUsageEvent()