Home
last modified time | relevance | path

Searched defs:arg_type (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_at.cc86 uint8_t arg_type; in bta_ag_process_at() local
Dbta_ag_cmd.cc115 uint8_t arg_type; /* whether argument is int or string */ member
581 uint8_t arg_type, char* p_arg, char* p_end, in bta_ag_at_hsp_cback()
702 static void bta_ag_bind_response(tBTA_AG_SCB* p_scb, uint8_t arg_type) { in bta_ag_bind_response()
848 void bta_ag_at_hfp_cback(tBTA_AG_SCB* p_scb, uint16_t cmd, uint8_t arg_type, in bta_ag_at_hfp_cback()
Dbta_ag_at.h54 uint8_t arg_type; /* allowable argument type syntax */ member
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs109 let arg_type = &typed.ty; in generate_dbus_exporter() localVariable
277 let arg_type = &typed.ty; in generate_dbus_interface_client() localVariable
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/tests/
Dconversions.rs47 fn arg_type(&self) -> ArgType { in arg_type() method