Home
last modified time | relevance | path

Searched refs:bta_co_rfc_data_outgoing_size (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_sock_rfc.cc41 struct bta_co_rfc_data_outgoing_size bta_co_rfc_data_outgoing_size; variable
61 int bta_co_rfc_data_outgoing_size::return_value = 0;
81 int bta_co_rfc_data_outgoing_size(uint32_t id, int* size) { in bta_co_rfc_data_outgoing_size() function
83 return test::mock::btif_sock_rfc::bta_co_rfc_data_outgoing_size(id, size); in bta_co_rfc_data_outgoing_size()
Dmock_btif_sock_rfc.h76 struct bta_co_rfc_data_outgoing_size { struct
82 extern struct bta_co_rfc_data_outgoing_size bta_co_rfc_data_outgoing_size; argument
/packages/modules/Bluetooth/system/bta/include/
Dbta_jv_co.h47 int bta_co_rfc_data_outgoing_size(uint32_t rfcomm_slot_id, int* size);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_rfc.cc1038 int bta_co_rfc_data_outgoing_size(uint32_t id, int* size) { in bta_co_rfc_data_outgoing_size() function
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc1354 return bta_co_rfc_data_outgoing_size(p_pcb->rfcomm_slot_id, (int*)buf); in bta_jv_port_data_co_cback()