Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/common/
Dtrc_pkt_proc_base.h284 ocsd_datapath_resp_t resplocal = OCSD_RESP_CONT; in Flush() local
292 resplocal = onFlush(); // local flush in Flush()
294 return (resplocal > resp) ? resplocal : resp; in Flush()