Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_at.cc92 uint8_t arg_type; in bta_ag_process_at() local
113 arg_type = BTA_AG_AT_NONE; in bta_ag_process_at()
118 arg_type = BTA_AG_AT_READ; in bta_ag_process_at()
124 arg_type = BTA_AG_AT_TEST; in bta_ag_process_at()
127 arg_type = BTA_AG_AT_SET; in bta_ag_process_at()
135 arg_type = BTA_AG_AT_FREE; in bta_ag_process_at()
139 if ((arg_type & p_cb->p_at_tbl[idx].arg_type) != 0) { in bta_ag_process_at()
141 if (arg_type == BTA_AG_AT_SET && in bta_ag_process_at()
170 p_cb->p_at_tbl[idx].command_id, arg_type, p_arg, in bta_ag_process_at()
175 p_cb->p_at_tbl[idx].command_id, arg_type, p_arg, in bta_ag_process_at()
[all …]
Dbta_ag_cmd.cc121 uint8_t arg_type; /* whether argument is int or string */ member
248 if (result->arg_type == BTA_AG_RES_FMT_INT) { in bta_ag_send_result()
250 } else if (result->arg_type == BTA_AG_RES_FMT_STR) { in bta_ag_send_result()
598 uint8_t arg_type, char* p_arg, char* p_end, in bta_ag_at_hsp_cback() argument
600 log::verbose("AT cmd:{} arg_type:{} arg:{} arg:{}", command_id, arg_type, in bta_ag_at_hsp_cback()
719 static void bta_ag_bind_response(tBTA_AG_SCB* p_scb, uint8_t arg_type) { in bta_ag_bind_response() argument
722 if (arg_type == BTA_AG_AT_TEST) { in bta_ag_bind_response()
739 } else if (arg_type == BTA_AG_AT_READ) { in bta_ag_bind_response()
862 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
874 log::verbose("AT command {}, arg_type {}, int_arg {}, arg {}", cmd, arg_type, in bta_ag_at_hfp_cback()
[all …]
Dbta_ag_at.h54 uint8_t arg_type; /* allowable argument type syntax */ member
63 uint8_t arg_type, char* p_arg, char* p_end,
Dbta_ag_int.h427 void bta_ag_at_hsp_cback(tBTA_AG_SCB* p_scb, uint16_t cmd, uint8_t arg_type,
429 void bta_ag_at_hfp_cback(tBTA_AG_SCB* p_scb, uint16_t cmd, uint8_t arg_type,
Dbta_ag_act.cc77 uint8_t arg_type, char* p_arg, char* p_end,
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs165 let arg_type = &typed.ty; in generate_dbus_exporter() localVariable
187 <#arg_type as DBusArg>::DBusType, in generate_dbus_exporter()
192 let #ident = <#arg_type as DBusArg>::from_dbus( in generate_dbus_exporter()
210 <#arg_type as DBusArg>::log(&#ident), in generate_dbus_exporter()
388 let arg_type = &typed.ty; in generate_dbus_interface_client() localVariable
392 let is_box = if let Type::Path(type_path) = &**arg_type { in generate_dbus_interface_client()
414 let #ident = <#arg_type as DBusArg>::to_dbus(#ident).unwrap(); in generate_dbus_interface_client()
634 match #field_ident.arg_type() { in dbus_propmap()
809 let arg_type = &typed.ty; in dbus_proxy_obj() localVariable
819 <#arg_type as DBusArg>::log(&#ident), in dbus_proxy_obj()
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/tests/
Dconversions.rs50 fn arg_type(&self) -> ArgType { in arg_type() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs213 if variant.arg_type() != dbus::arg::ArgType::Variant { in from_dbus()
Diface_bluetooth_gatt.rs426 match variant.arg_type() { in from_dbus()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs500 match variant.arg_type() { in from_dbus()