Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dcommon.h152 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code);
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dcommon.h187 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code);
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_logger.h319 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code);
/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal.cpp155 void onAsyncErrorAlert(wifi_request_id id, char* buffer, int buffer_size, int err_code) { in onAsyncErrorAlert() argument
158 on_error_alert_internal_callback(id, buffer, buffer_size, err_code); in onAsyncErrorAlert()
1262 int buffer_size, int err_code) { in registerErrorAlertCallbackHandler() argument
1266 err_code, in registerErrorAlertCallbackHandler()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h10892 int err_code = TINYEXR_SUCCESS; in DecodeChunk() local
10926 err_code = TINYEXR_ERROR_INVALID_DATA; in DecodeChunk()
10948 err_code = TINYEXR_ERROR_UNSUPPORTED_FEATURE; in DecodeChunk()
10952 err_code = TINYEXR_ERROR_UNSUPPORTED_FEATURE; in DecodeChunk()
10966 err_code = TINYEXR_ERROR_INVALID_DATA; in DecodeChunk()
10992 err_code = TINYEXR_ERROR_INVALID_DATA; in DecodeChunk()
11013 if (err_code != TINYEXR_SUCCESS) { in DecodeChunk()
11014 return err_code; in DecodeChunk()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp3068 static void onAlert(wifi_request_id id, char *buffer, int buffer_size, int err_code) in onAlert() argument
3073 printMsg("Getting FW Memory dump: (%d bytes), err code: %d\n", buffer_size, err_code); in onAlert()