Home
last modified time | relevance | path

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

/system/bt/bta/ag/
Dbta_ag_at.cc81 uint8_t arg_type; in bta_ag_process_at() local
98 arg_type = BTA_AG_AT_NONE; in bta_ag_process_at()
103 arg_type = BTA_AG_AT_READ; in bta_ag_process_at()
109 arg_type = BTA_AG_AT_TEST; in bta_ag_process_at()
112 arg_type = BTA_AG_AT_SET; in bta_ag_process_at()
120 arg_type = BTA_AG_AT_FREE; in bta_ag_process_at()
124 if ((arg_type & p_cb->p_at_tbl[idx].arg_type) != 0) { in bta_ag_process_at()
126 if (arg_type == BTA_AG_AT_SET && in bta_ag_process_at()
135 arg_type, p_arg, int_arg); in bta_ag_process_at()
139 arg_type, p_arg, int_arg); in bta_ag_process_at()
Dbta_ag_at.h50 uint8_t arg_type; /* allowable argument type syntax */ member
58 uint8_t arg_type, char* p_arg,
Dbta_ag_cmd.cc124 uint8_t arg_type; /* whether argument is int or string */ member
250 if (result->arg_type == BTA_AG_RES_FMT_INT) { in bta_ag_send_result()
252 } else if (result->arg_type == BTA_AG_RES_FMT_STR) { in bta_ag_send_result()
600 uint8_t arg_type, char* p_arg, int16_t int_arg) { in bta_ag_at_hsp_cback() argument
601 APPL_TRACE_DEBUG("AT cmd:%d arg_type:%d arg:%d arg:%s", command_id, arg_type, in bta_ag_at_hsp_cback()
697 static void bta_ag_bind_response(tBTA_AG_SCB* p_scb, uint8_t arg_type) { in bta_ag_bind_response() argument
701 if (arg_type == BTA_AG_AT_TEST) { in bta_ag_bind_response()
718 } else if (arg_type == BTA_AG_AT_READ) { in bta_ag_bind_response()
825 void bta_ag_at_hfp_cback(tBTA_AG_SCB* p_scb, uint16_t cmd, uint8_t arg_type, in bta_ag_at_hfp_cback() argument
838 __func__, cmd, arg_type, int_arg, p_arg); in bta_ag_at_hfp_cback()
[all …]
Dbta_ag_int.h357 uint8_t arg_type, char* p_arg, int16_t int_arg);
359 uint8_t arg_type, char* p_arg, int16_t int_arg);
Dbta_ag_act.cc61 uint8_t arg_type, char* p_arg,
/system/tools/aidl/
Dtype_namespace.h352 const T* arg_type = FindTypeByCanonicalName(type_name); in CanonicalizeContainerType() local
353 if (!arg_type) { in CanonicalizeContainerType()
359 type_name = arg_type->CanonicalName(); in CanonicalizeContainerType()
Daidl.cpp216 const ValidatableType* arg_type = in check_types() local
219 if (!arg_type) { in check_types()
223 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.py1931 arg_type = match.group(1)
1946 args.append({'type': arg_type,