Searched refs:errcode (Results 1 – 5 of 5) sorted by relevance
/system/extras/tests/bionic/libc/common/ |
D | test_pthread_rwlock.c | 60 error(int errcode, const char* func, const char* format, ...) in error() argument 67 fprintf(stderr, " error=%d: %s\n", errcode, strerror(errcode)); in error() 95 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) argument
|
D | test_pthread_mutex.c | 61 error(int errcode, const char* func, const char* format, ...) in error() argument 68 fprintf(stderr, " error=%d: %s\n", errcode, strerror(errcode)); in error() 96 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) argument
|
/system/bt/bta/ag/ |
D | bta_ag_cmd.c | 486 static void bta_ag_send_error(tBTA_AG_SCB *p_scb, INT16 errcode) in bta_ag_send_error() argument 490 bta_ag_send_result(p_scb, BTA_AG_RES_CMEE, NULL, errcode); in bta_ag_send_error() 1662 bta_ag_send_error(p_scb, p_result->data.errcode); in bta_ag_hfp_result() 1682 bta_ag_send_error(p_scb, p_result->data.errcode); in bta_ag_hfp_result() 1717 bta_ag_send_error(p_scb, p_result->data.errcode); in bta_ag_hfp_result()
|
/system/bt/bta/include/ |
D | bta_ag_api.h | 218 UINT16 errcode; /* Valid only if 'ok_flag' is set to BTA_AG_OK_ERROR */ member
|
/system/bt/btif/src/ |
D | btif_hf.c | 262 static void send_at_result(UINT8 ok_flag, UINT16 errcode, int idx) in send_at_result() argument 270 ag_res.errcode = errcode; in send_at_result()
|