Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/fuzz/
H A Dcounters.cpp53 record_->GetRawCounts(&begin, &end); in ExtraCounters()
78 record_->GetRawCounts(&begin, &end); in Flush()
/aosp14/system/core/trusty/coverage/
H A Dcoverage.cpp185 GetRawCounts(&begin, &end); in ResetCounts()
230 void CoverageRecord::GetRawCounts(volatile uint8_t** begin, volatile uint8_t** end) { in GetRawCounts() function in android::trusty::coverage::CoverageRecord
266 GetRawCounts(&begin, &end); in TotalEdgeCounts()
/aosp14/system/core/trusty/coverage/include/trusty/coverage/
H A Dcoverage.h55 void GetRawCounts(volatile uint8_t** begin, volatile uint8_t** end);