Home
last modified time | relevance | path

Searched refs:STUB_FUNCTION (Results 1 – 6 of 6) sorted by relevance

/system/bt/hci/test/
Dhci_layer_test.cpp170 STUB_FUNCTION(bool, hal_init, (const hci_hal_callbacks_t *callbacks, thread_t *working_thread))
181 STUB_FUNCTION(bool, hal_open, ())
187 STUB_FUNCTION(void, hal_close, ())
192 STUB_FUNCTION(uint16_t, hal_transmit_data, (serial_data_type_t type, uint8_t *data, uint16_t length…
227 STUB_FUNCTION(size_t, hal_read_data, (serial_data_type_t type, uint8_t *buffer, size_t max_size, UN…
250 STUB_FUNCTION(void, hal_packet_finished, (serial_data_type_t type))
273 STUB_FUNCTION(bool, hci_inject_open, (
280 STUB_FUNCTION(void, hci_inject_close, ())
285 STUB_FUNCTION(void, btsnoop_capture, (const BT_HDR *buffer, bool is_received))
331 STUB_FUNCTION(void, low_power_init, (UNUSED_ATTR thread_t *thread))
[all …]
Dlow_power_manager_test.cpp50 STUB_FUNCTION(int, vendor_send_command, (vendor_opcode_t opcode, void *param))
61 STUB_FUNCTION(int, vendor_send_async_command, (vendor_async_opcode_t opcode, void *param))
83 STUB_FUNCTION(void, vendor_set_callback, (vendor_async_opcode_t opcode, vendor_cb callback))
Dpacket_fragmenter_test.cpp201 STUB_FUNCTION(void, fragmented_callback, (BT_HDR *packet, bool send_complete))
230 STUB_FUNCTION(void, reassembled_callback, (BT_HDR *packet))
249 STUB_FUNCTION(void, transmit_finished_callback, (UNUSED_ATTR BT_HDR *packet, UNUSED_ATTR bool sent_…
253 STUB_FUNCTION(uint16_t, get_acl_data_size_classic, (void))
264 STUB_FUNCTION(uint16_t, get_acl_data_size_ble, (void))
Dhci_hal_mct_test.cpp72 STUB_FUNCTION(int, vendor_send_command, (vendor_opcode_t opcode, void *param))
91 STUB_FUNCTION(void, data_ready_callback, (serial_data_type_t type))
Dhci_hal_h4_test.cpp71 STUB_FUNCTION(int, vendor_send_command, (vendor_opcode_t opcode, void *param))
88 STUB_FUNCTION(void, data_ready_callback, (serial_data_type_t type))
/system/bt/osi/test/
Dtest_stubs.h22 #define STUB_FUNCTION(ret, name, params) \ macro