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

/system/bt/bta/ag/
H A Dbta_ag_at.cc81 uint8_t arg_type; local
98 arg_type = BTA_AG_AT_NONE;
103 arg_type = BTA_AG_AT_READ;
109 arg_type = BTA_AG_AT_TEST;
112 arg_type = BTA_AG_AT_SET;
120 arg_type = BTA_AG_AT_FREE;
124 if ((arg_type & p_cb->p_at_tbl[idx].arg_type) != 0) {
126 if (arg_type == BTA_AG_AT_SET &&
135 arg_type, p_ar
[all...]
H A Dbta_ag_at.h50 uint8_t arg_type; /* allowable argument type syntax */ member in struct:__anon5
58 uint8_t arg_type, char* p_arg,
H A Dbta_ag_cmd.cc124 uint8_t arg_type; /* whether argument is int or string */ member in struct:__anon8
250 if (result->arg_type == BTA_AG_RES_FMT_INT) {
252 } else if (result->arg_type == BTA_AG_RES_FMT_STR) {
600 uint8_t arg_type, char* p_arg, int16_t int_arg) {
601 APPL_TRACE_DEBUG("AT cmd:%d arg_type:%d arg:%d arg:%s", command_id, arg_type,
697 static void bta_ag_bind_response(tBTA_AG_SCB* p_scb, uint8_t arg_type) { argument
701 if (arg_type == BTA_AG_AT_TEST) {
718 } else if (arg_type == BTA_AG_AT_READ) {
825 void bta_ag_at_hfp_cback(tBTA_AG_SCB* p_scb, uint16_t cmd, uint8_t arg_type, argument
599 bta_ag_at_hsp_cback(tBTA_AG_SCB* p_scb, uint16_t command_id, uint8_t arg_type, char* p_arg, int16_t int_arg) argument
[all...]
H A 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);
H A Dbta_ag_act.cc61 uint8_t arg_type, char* p_arg,
/system/tools/aidl/
H A Dtype_namespace.h352 const T* arg_type = FindTypeByCanonicalName(type_name); local
353 if (!arg_type) {
359 type_name = arg_type->CanonicalName();
H A Daidl.cpp216 const ValidatableType* arg_type = local
219 if (!arg_type) {
223 arg->GetMutableType()->SetLanguageType(arg_type);
/system/tpm/trunks/generator/
H A Dgenerator_test.py131 def _MakeArg(self, arg_type, arg_name):
132 return {'type': arg_type,
H A Dgenerator.py1393 %(arg_type)s()"""
1617 out_file.write(self._ERROR_CALLBACK_ARG % {'arg_type': arg['type']})
1931 arg_type = match.group(1)
1946 args.append({'type': arg_type,

Completed in 204 milliseconds