Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp320 IA_ERRORCODE err_code = IA_NO_ERROR; in initDecoder() local
322 err_code = initXAACDecoder(); in initDecoder()
323 if (err_code != IA_NO_ERROR) { in initDecoder()
335 err_code = initXAACDrc(); in initDecoder()
336 RETURN_IF_FATAL(err_code, "initXAACDrc"); in initDecoder()
437 IA_ERRORCODE err_code = configXAACDecoder(inBuffer, inBufferLength); in process() local
438 if (IA_NO_ERROR != err_code) { in process()
439 ALOGE("configXAACDecoder err_code = %d", err_code); in process()
523 IA_ERRORCODE err_code = configXAACDecoder(inBuffer, inBufferLength); in process() local
524 if (IA_NO_ERROR != err_code) { in process()
[all …]
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcommon.h150 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code);
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_logger.h320 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code);
/hardware/interfaces/wifi/1.3/default/
Dwifi_legacy_hal.cpp146 int err_code) { in onAsyncErrorAlert() argument
149 on_error_alert_internal_callback(id, buffer, buffer_size, err_code); in onAsyncErrorAlert()
979 int buffer_size, int err_code) { in registerErrorAlertCallbackHandler() argument
983 err_code, in registerErrorAlertCallbackHandler()