Searched refs:errcode (Results 1 – 4 of 4) sorted by relevance
/system/sepolicy/tools/ |
D | check_seapp.c | 334 static bool compile_regex(key_map *km, int *errcode, PCRE2_SIZE *erroff) { in compile_regex() argument 351 errcode, erroff, in compile_regex() 452 int errcode; in key_map_validate() local 467 rc = compile_regex(m, &errcode, &erroff); in key_map_validate() 469 pcre2_get_error_message(errcode, in key_map_validate()
|
/system/bt/bta/ag/ |
D | bta_ag_cmd.cc | 284 static void bta_ag_send_error(tBTA_AG_SCB* p_scb, int16_t errcode) { in bta_ag_send_error() argument 287 bta_ag_send_result(p_scb, BTA_AG_LOCAL_RES_CMEE, nullptr, errcode); in bta_ag_send_error() 1602 bta_ag_send_error(p_scb, result.data.errcode); in bta_ag_hfp_result() 1619 bta_ag_send_error(p_scb, result.data.errcode); in bta_ag_hfp_result() 1655 bta_ag_send_error(p_scb, result.data.errcode); in bta_ag_hfp_result()
|
/system/bt/bta/include/ |
D | bta_ag_api.h | 291 uint16_t errcode; /* Valid only if 'ok_flag' is set to BTA_AG_OK_ERROR */ member
|
/system/bt/btif/src/ |
D | btif_hf.cc | 216 static void send_at_result(uint8_t ok_flag, uint16_t errcode, int idx) { in send_at_result() argument 220 ag_res.errcode = errcode; in send_at_result()
|