Searched refs:decoder_handle (Results 1 – 3 of 3) sorted by relevance
62 typedef ocsd_datapath_resp_t (* fnTraceDataIn)( const void *decoder_handle, 79 typedef void (* fnUpdatePktMonFlags)(const void *decoder_handle, const int flags);96 …void *decoder_handle; /**< Instance handle for the decoder - used by library to call the decode… member212 typedef ocsd_err_t (* fnDestroyCustomDecoder)(const void *decoder_handle);
46 ocsd_err_t DestroyCustomDecoder(const void *decoder_handle);
148 (pDecodeInst->decoder_handle == 0) || in createDecoder()167 m_dcd_fact.destroyDecoder(pCustWrap->getDecoderInstInfo()->decoder_handle); in destroyDecoder()387 return m_decoder_inst.fn_data_in( m_decoder_inst.decoder_handle, in TraceDataIn()400 m_decoder_inst.fn_update_pkt_mon(m_decoder_inst.decoder_handle, flags); in attachPtkMonI()407 m_decoder_inst.fn_update_pkt_mon(m_decoder_inst.decoder_handle, flags); in attachPtkSinkI()