Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/trusty/coverage/
H A Dcoverage.cpp181 GetRawCounts(&begin, &end); in ResetCounts()
226 void CoverageRecord::GetRawCounts(volatile uint8_t** begin, volatile uint8_t** end) { in GetRawCounts() function in android::trusty::coverage::CoverageRecord
262 GetRawCounts(&begin, &end); in TotalEdgeCounts()
/aosp_15_r20/system/core/trusty/fuzz/
H A Dcounters.cpp50 record_->GetRawCounts(&begin, &end); in ExtraCounters()
74 record_->GetRawCounts(&begin, &end); in Flush()
/aosp_15_r20/system/core/trusty/coverage/include/trusty/coverage/
H A Dcoverage.h55 void GetRawCounts(volatile uint8_t** begin, volatile uint8_t** end);