Home
last modified time | relevance | path

Searched refs:arg_type (Results 1 – 10 of 10) sorted by relevance

/system/bt/bta/ag/
Dbta_ag_at.c83 UINT8 arg_type; in bta_ag_process_at() local
104 arg_type = BTA_AG_AT_NONE; in bta_ag_process_at()
110 arg_type = BTA_AG_AT_READ; in bta_ag_process_at()
118 arg_type = BTA_AG_AT_TEST; in bta_ag_process_at()
123 arg_type = BTA_AG_AT_SET; in bta_ag_process_at()
132 arg_type = BTA_AG_AT_FREE; in bta_ag_process_at()
136 if ((arg_type & p_cb->p_at_tbl[idx].arg_type) != 0) in bta_ag_process_at()
139 if (arg_type == BTA_AG_AT_SET && in bta_ag_process_at()
152 (*p_cb->p_cmd_cback)(p_cb->p_user, idx, arg_type, p_arg, int_arg); in bta_ag_process_at()
157 (*p_cb->p_cmd_cback)(p_cb->p_user, idx, arg_type, p_arg, int_arg); in bta_ag_process_at()
Dbta_ag_at.h50 UINT8 arg_type; /* allowable argument type syntax */ member
57 typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
Dbta_ag_cmd.c849 void bta_ag_at_hsp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type, in bta_ag_at_hsp_cback() argument
854 APPL_TRACE_DEBUG("AT cmd:%d arg_type:%d arg:%d arg:%s", cmd, arg_type, in bta_ag_at_hsp_cback()
960 static void bta_ag_bind_response(tBTA_AG_SCB *p_scb, uint8_t arg_type) in bta_ag_bind_response() argument
965 if (arg_type == BTA_AG_AT_TEST) in bta_ag_bind_response()
986 else if (arg_type == BTA_AG_AT_READ) in bta_ag_bind_response()
1095 void bta_ag_at_hfp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type, in bta_ag_at_hfp_cback() argument
1113 APPL_TRACE_DEBUG("HFP AT cmd:%d arg_type:%d arg:%d arg:%s", cmd, arg_type, in bta_ag_at_hfp_cback()
1184 if (arg_type == BTA_AG_AT_TEST) in bta_ag_at_hfp_cback()
1248 APPL_TRACE_DEBUG("%s BTA_AG_HF_CMD_BIND arg_type: %d", __func__, arg_type); in bta_ag_at_hfp_cback()
1249 if (arg_type == BTA_AG_AT_SET) in bta_ag_at_hfp_cback()
[all …]
Dbta_ag_int.h390 extern void bta_ag_at_hsp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type,
392 extern void bta_ag_at_hfp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type,
Dbta_ag_act.c70 typedef void (*tBTA_AG_ATCMD_CBACK)(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type,
/system/bt/bta/hf_client/
Dbta_hf_client_at.h31 UINT8 arg_type; /* allowable argument type syntax */ member
38 typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
/system/tools/aidl/
Dtype_namespace.h347 const T* arg_type = FindTypeByCanonicalName(type_name); in CanonicalizeContainerType() local
348 if (!arg_type) { in CanonicalizeContainerType()
354 type_name = arg_type->CanonicalName(); in CanonicalizeContainerType()
Daidl.cpp210 const ValidatableType* arg_type = in check_types() local
213 if (!arg_type) { in check_types()
217 arg->GetMutableType()->SetLanguageType(arg_type); in check_types()
/system/tpm/trunks/generator/
Dgenerator_test.py131 def _MakeArg(self, arg_type, arg_name): argument
132 return {'type': arg_type,
Dgenerator.py1928 arg_type = match.group(1)
1943 args.append({'type': arg_type,