Searched refs:err_code (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | common.h | 152 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code);
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | common.h | 187 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code);
|
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | wifi_logger.h | 319 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code);
|
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_legacy_hal.cpp | 155 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/ |
D | tinyexr.h | 10892 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/ |
D | halutil.cpp | 3068 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()
|