Home
last modified time | relevance | path

Searched refs:GetNextOpElem (Results 1 – 2 of 2) sorted by relevance

/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_decode_etmv3.cpp131 pElem = GetNextOpElem(resp); in onEOT()
219 OcsdTraceElement *TrcPktDecodeEtmV3::GetNextOpElem(ocsd_datapath_resp_t &resp) in GetNextOpElem() function in TrcPktDecodeEtmV3
274 pElem = GetNextOpElem(resp); in decodePacket()
280 pElem = GetNextOpElem(resp); in decodePacket()
300 pElem = GetNextOpElem(resp); in decodePacket()
307 pElem = GetNextOpElem(resp); in decodePacket()
314 pElem = GetNextOpElem(resp); in decodePacket()
320 pElem = GetNextOpElem(resp); in decodePacket()
326 pElem = GetNextOpElem(resp); in decodePacket()
381 pElem = GetNextOpElem(resp); in sendUnsyncPacket()
[all …]
/external/OpenCSD/decoder/include/opencsd/etmv3/
Dtrc_pkt_decode_etmv3.h235 …OcsdTraceElement *GetNextOpElem(ocsd_datapath_resp_t &resp); //!< get the next element from the…