Home
last modified time | relevance | path

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

/system/sepolicy/tools/
Dcheck_seapp.c334 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/
Dbta_ag_cmd.cc289 static void bta_ag_send_error(tBTA_AG_SCB* p_scb, int16_t errcode) { in bta_ag_send_error() argument
292 bta_ag_send_result(p_scb, BTA_AG_LOCAL_RES_CMEE, nullptr, errcode); in bta_ag_send_error()
1589 bta_ag_send_error(p_scb, result.data.errcode); in bta_ag_hfp_result()
1606 bta_ag_send_error(p_scb, result.data.errcode); in bta_ag_hfp_result()
1642 bta_ag_send_error(p_scb, result.data.errcode); in bta_ag_hfp_result()
/system/bt/bta/include/
Dbta_ag_api.h285 uint16_t errcode; /* Valid only if 'ok_flag' is set to BTA_AG_OK_ERROR */ member
/system/bt/btif/src/
Dbtif_hf.cc225 static void send_at_result(uint8_t ok_flag, uint16_t errcode, int idx) { in send_at_result() argument
229 ag_res.errcode = errcode; in send_at_result()