Searched refs:arg_type (Results 1 – 7 of 7) sorted by relevance
/system/bt/bta/ag/ |
D | bta_ag_at.cc | 86 uint8_t arg_type; in bta_ag_process_at() local 108 arg_type = BTA_AG_AT_NONE; in bta_ag_process_at() 113 arg_type = BTA_AG_AT_READ; in bta_ag_process_at() 119 arg_type = BTA_AG_AT_TEST; in bta_ag_process_at() 122 arg_type = BTA_AG_AT_SET; in bta_ag_process_at() 130 arg_type = BTA_AG_AT_FREE; in bta_ag_process_at() 134 if ((arg_type & p_cb->p_at_tbl[idx].arg_type) != 0) { in bta_ag_process_at() 136 if (arg_type == BTA_AG_AT_SET && in bta_ag_process_at() 146 p_cb->p_at_tbl[idx].command_id, arg_type, p_arg, in bta_ag_process_at() 151 p_cb->p_at_tbl[idx].command_id, arg_type, p_arg, in bta_ag_process_at() [all …]
|
D | bta_ag_at.h | 54 uint8_t arg_type; /* allowable argument type syntax */ member 63 uint8_t arg_type, char* p_arg, char* p_end,
|
D | bta_ag_cmd.cc | 113 uint8_t arg_type; /* whether argument is int or string */ member 237 if (result->arg_type == BTA_AG_RES_FMT_INT) { in bta_ag_send_result() 239 } else if (result->arg_type == BTA_AG_RES_FMT_STR) { in bta_ag_send_result() 581 uint8_t arg_type, char* p_arg, char* p_end, in bta_ag_at_hsp_cback() argument 583 APPL_TRACE_DEBUG("AT cmd:%d arg_type:%d arg:%d arg:%s", command_id, arg_type, in bta_ag_at_hsp_cback() 703 static void bta_ag_bind_response(tBTA_AG_SCB* p_scb, uint8_t arg_type) { in bta_ag_bind_response() argument 706 if (arg_type == BTA_AG_AT_TEST) { in bta_ag_bind_response() 723 } else if (arg_type == BTA_AG_AT_READ) { in bta_ag_bind_response() 849 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 862 __func__, cmd, arg_type, int_arg, p_arg); in bta_ag_at_hfp_cback() [all …]
|
D | bta_ag_int.h | 361 uint8_t arg_type, char* p_arg, char* p_end, 364 uint8_t arg_type, char* p_arg, char* p_end,
|
D | bta_ag_act.cc | 58 uint8_t arg_type, char* p_arg, char* p_end,
|
/system/tools/aidl/ |
D | generate_rust.cpp | 64 auto arg_type = RustNameOf(arg.GetType(), typenames, arg_mode); in BuildArg() local 65 return kArgumentPrefix + arg.GetName() + ": " + arg_type; in BuildArg() 215 auto arg_type = RustNameOf(arg->GetType(), typenames, arg_mode); in GenerateServerTransaction() local 219 out << "let " << arg_mut << arg_name << ": " << arg_type << " = " << arg_init << ";\n"; in GenerateServerTransaction() 248 auto& arg_type = arg->GetType(); in GenerateServerTransaction() local 249 if (!arg->IsIn() && arg_type.IsArray() && arg_type.GetName() == "ParcelFileDescriptor") { in GenerateServerTransaction() 256 } else if (!arg->IsIn() && !TypeHasDefault(arg_type, typenames)) { in GenerateServerTransaction()
|
/system/bt/gd/rust/linux/dbus_projection/dbus_macros/src/ |
D | lib.rs | 89 let arg_type = &typed.ty; in generate_dbus_exporter() localVariable 111 <#arg_type as DBusArg>::DBusType, in generate_dbus_exporter() 116 let #ident = <#arg_type as DBusArg>::from_dbus( in generate_dbus_exporter() 292 match #field_ident.arg_type() { in dbus_propmap() 309 #field_ident.arg_type().as_str(), in dbus_propmap()
|