Home
last modified time | relevance | path

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

/system/core/trusty/fuzz/
Dcounters.cpp53 record_->GetRawCounts(&begin, &end); in ExtraCounters()
78 record_->GetRawCounts(&begin, &end); in Flush()
/system/core/trusty/coverage/
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()
/system/core/trusty/coverage/include/trusty/coverage/
Dcoverage.h55 void GetRawCounts(volatile uint8_t** begin, volatile uint8_t** end);