Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/
Docsd_dcd_tree.cpp228 return OCSD_ERR_INVALID_PARAM_VAL; in addBufferMemAcc()
255 return OCSD_ERR_INVALID_PARAM_VAL; in addBinFileMemAcc()
284 return OCSD_ERR_INVALID_PARAM_VAL; in addBinFileRegionMemAcc()
325 return OCSD_ERR_INVALID_PARAM_VAL; in updateBinFileRegionMemAcc()
329 return OCSD_ERR_INVALID_PARAM_VAL; in updateBinFileRegionMemAcc()
341 return OCSD_ERR_INVALID_PARAM_VAL; // otherwise bail out in updateBinFileRegionMemAcc()
354 return OCSD_ERR_INVALID_PARAM_VAL; in initCallbackMemAcc()
610 ocsd_err_t err = OCSD_ERR_INVALID_PARAM_VAL; in addPacketPrinter()
Dtrc_frame_deformatter.cpp250 ocsdError err(OCSD_ERR_SEV_ERROR, OCSD_ERR_INVALID_PARAM_VAL); in processTraceData()
301 err = OCSD_ERR_INVALID_PARAM_VAL; in DecodeConfigure()
307 err = OCSD_ERR_INVALID_PARAM_VAL; in DecodeConfigure()
315 err = OCSD_ERR_INVALID_PARAM_VAL; in DecodeConfigure()
321 ocsdError errObj(OCSD_ERR_SEV_ERROR,OCSD_ERR_INVALID_PARAM_VAL); in DecodeConfigure()
/external/OpenCSD/decoder/include/common/
Dtrc_pkt_decode_base.h245 LogError(ocsdError(OCSD_ERR_SEV_ERROR,OCSD_ERR_INVALID_PARAM_VAL)); in PacketDataIn()
269 LogError(ocsdError(OCSD_ERR_SEV_ERROR,OCSD_ERR_INVALID_PARAM_VAL)); in PacketDataIn()
279 ocsd_err_t err = OCSD_ERR_INVALID_PARAM_VAL; in setProtocolConfig()
Dtrc_pkt_proc_base.h234 …LogError(ocsdError(OCSD_ERR_SEV_ERROR,OCSD_ERR_INVALID_PARAM_VAL,"Packet Processor: Zero length da… in TraceDataIn()
254 …LogError(ocsdError(OCSD_ERR_SEV_ERROR,OCSD_ERR_INVALID_PARAM_VAL,"Packet Processor : Unknown Datap… in TraceDataIn()
374 ocsd_err_t err = OCSD_ERR_INVALID_PARAM_VAL; in setProtocolConfig()
Docsd_dcd_mngr.h111 return OCSD_ERR_INVALID_PARAM_VAL; in createDecoder()
/external/OpenCSD/decoder/source/c_api/
Docsd_c_api.cpp218 err = OCSD_ERR_INVALID_PARAM_VAL; in ocsd_dt_attach_packet_callback()
311 return OCSD_ERR_INVALID_PARAM_VAL; in ocsd_pkt_str()
354 return OCSD_ERR_INVALID_PARAM_VAL; in ocsd_gen_elem_str()
428 err = OCSD_ERR_INVALID_PARAM_VAL; in ocsd_dt_remove_mem_acc()
558 return OCSD_ERR_INVALID_PARAM_VAL; in ocsd_check_and_add_mem_acc_mapper()
Docsd_c_api_custom_obj.cpp59 return OCSD_ERR_INVALID_PARAM_VAL; in ocsd_register_custom_decoder()
152 err = OCSD_ERR_INVALID_PARAM_VAL; in createDecoder()
339 return OCSD_ERR_INVALID_PARAM_VAL; in MemAccessCB()
/external/OpenCSD/decoder/source/mem_acc/
Dtrc_mem_acc_mapper.cpp149 err = OCSD_ERR_INVALID_PARAM_VAL; in RemoveAccessorByAddress()
280 return bFound ? OCSD_OK : OCSD_ERR_INVALID_PARAM_VAL; in RemoveAccessor()
/external/OpenCSD/decoder/include/opencsd/
Docsd_if_types.h94 OCSD_ERR_INVALID_PARAM_VAL, /**< Invalid value parameter passed to component. */ enumerator
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_proc_etmv3_impl.cpp57 err = OCSD_ERR_INVALID_PARAM_VAL; in Configure()