Searched refs:counts (Results 1 – 8 of 8) sorted by relevance
101 std::vector<std::string> counts = android::base::Split(buffer, " "); in Read() local102 if (counts.size() != (size_t)nb_buckets_) { in Read()107 bins[i] = std::stoi(counts[i]); in Read()
174 SignalCounts counts; in FindStrongFrequentNonGpsSource() local175 counts.observations = 1; in FindStrongFrequentNonGpsSource()176 counts.max_cn0_dbhz = gnss_sv.cN0Dbhz; in FindStrongFrequentNonGpsSource()178 std::pair<ComparableBlacklistedSource, SignalCounts>(source, counts)); in FindStrongFrequentNonGpsSource()
311 SignalCounts counts; in FindStrongFrequentNonGpsSource() local312 counts.observations = 1; in FindStrongFrequentNonGpsSource()313 counts.max_cn0_dbhz = gnss_sv.v2_0.v1_0.cN0Dbhz; in FindStrongFrequentNonGpsSource()315 std::pair<ComparableBlacklistedSource, SignalCounts>(source, counts)); in FindStrongFrequentNonGpsSource()
535 SignalCounts counts; in FindStrongFrequentNonGpsSource() local536 counts.observations = 1; in FindStrongFrequentNonGpsSource()537 counts.max_cn0_dbhz = sv_info.v1_0.cN0Dbhz; in FindStrongFrequentNonGpsSource()539 std::pair<ComparableBlacklistedSource, SignalCounts>(source, counts)); in FindStrongFrequentNonGpsSource()
2359 * Vector of wake counts per cmd/event type.2372 * Vector of wake counts per driver/firmware interaction type.
469 * previous tick counts are not comparable with this and future ones. Some474 * tick counts are cumulative. Tick counts increment when the vehicle
756 * data and read the corresponding step counts.
349 * ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, in counts of ANDROID_CONTROL_AE_COMPENSATION_STEP,