Home
last modified time | relevance | path

Searched refs:errcode (Results 1 – 5 of 5) sorted by relevance

/system/extras/tests/bionic/libc/common/
Dtest_pthread_rwlock.c60 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
Dtest_pthread_mutex.c61 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/
Dbta_ag_cmd.c486 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/
Dbta_ag_api.h218 UINT16 errcode; /* Valid only if 'ok_flag' is set to BTA_AG_OK_ERROR */ member
/system/bt/btif/src/
Dbtif_hf.c262 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()