Lines Matching refs:error
395 phr->error = HPI_ERROR_OBJ_ALREADY_OPEN; in instream_open()
397 [phm->obj_index].h.error) in instream_open()
415 if (hr.error) { in instream_open()
418 phr->error = hr.error; in instream_open()
459 if (hr.error) { in instream_close()
462 phr->error = hr.error; in instream_close()
475 phr->error = HPI_ERROR_OBJ_NOT_OPEN; in instream_close()
492 phr->error = HPI_ERROR_OBJ_ALREADY_OPEN; in outstream_open()
494 [phm->obj_index].h.error) in outstream_open()
512 if (hr.error) { in outstream_open()
515 phr->error = hr.error; in outstream_open()
557 if (hr.error) { in outstream_close()
560 phr->error = hr.error; in outstream_close()
573 phr->error = HPI_ERROR_OBJ_NOT_OPEN; in outstream_close()
593 if (hr.error) in adapter_prepare()
594 return hr.error; in adapter_prepare()
601 if (hr.error) in adapter_prepare()
602 return hr.error; in adapter_prepare()
681 rESP_HPI_ADAPTER_OPEN[adapter_index].h.error = in HPIMSGX__reset()
683 rESP_HPI_MIXER_OPEN[adapter_index].h.error = in HPIMSGX__reset()
686 rESP_HPI_OSTREAM_OPEN[adapter_index][i].h.error = in HPIMSGX__reset()
688 rESP_HPI_ISTREAM_OPEN[adapter_index][i].h.error = in HPIMSGX__reset()
715 phr->error = HPI_ERROR_PROCESSING_MESSAGE; in HPIMSGX__init()
716 return phr->error; in HPIMSGX__init()
718 if (hr.error == 0) { in HPIMSGX__init()
729 return phr->error; in HPIMSGX__init()