Home
last modified time | relevance | path

Searched defs:counterSetRecord (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/profiling/client/src/
H A DSendCounterPacket.cpp346 CounterSetRecord& counterSetRecord, in CreateCounterSetRecord()
616 CounterSetRecord& counterSetRecord = counterSetRecords.at(counterSetIndex); in SendCounterDirectoryPacket() local
787 for (const CounterSetRecord& counterSetRecord : counterSetRecords) in SendCounterDirectoryPacket() local
/aosp_15_r20/external/armnn/src/profiling/test/
H A DSendCounterPacketTests.cpp527 SendCounterPacket::CounterSetRecord counterSetRecord; variable
559 SendCounterPacket::CounterSetRecord counterSetRecord; variable
1461 CounterSetRecord counterSetRecord; variable
1483 for (const CounterSetRecord& counterSetRecord : counterSetRecords) variable
H A DSendCounterPacketTests.hpp47 CounterSetRecord& counterSetRecord, in CreateCounterSetRecordTest()