Searched defs:errcode (Results 1 - 4 of 4) sorted by relevance

/system/bt/bta/ag/
H A Dbta_ag_cmd.cc283 * errcode - used to send verbose errocode
289 static void bta_ag_send_error(tBTA_AG_SCB* p_scb, int16_t errcode) { argument
292 bta_ag_send_result(p_scb, BTA_AG_LOCAL_RES_CMEE, nullptr, errcode);
1589 bta_ag_send_error(p_scb, result.data.errcode);
1606 bta_ag_send_error(p_scb, result.data.errcode);
1642 bta_ag_send_error(p_scb, result.data.errcode);
/system/bt/btif/src/
H A Dbtif_hf.cc225 static void send_at_result(uint8_t ok_flag, uint16_t errcode, int idx) { argument
229 ag_res.errcode = errcode;
/system/bt/bta/include/
H A Dbta_ag_api.h182 /* HFP errcode - Set when BTA_AG_OK_ERROR is returned in 'ok_flag' */
285 uint16_t errcode; /* Valid only if 'ok_flag' is set to BTA_AG_OK_ERROR */ member in struct:tBTA_AG_RES_DATA
/system/sepolicy/tools/
H A Dcheck_seapp.c334 static bool compile_regex(key_map *km, int *errcode, PCRE2_SIZE *erroff) { argument
351 errcode, erroff,
452 int errcode; local
467 rc = compile_regex(m, &errcode, &erroff);
469 pcre2_get_error_message(errcode,

Completed in 174 milliseconds