HomeSort by relevance Sort by last modified time
    Searched refs:STUB_FUNCTION (Results 1 - 6 of 6) sorted by null

  /system/bt/hci/test/
hci_layer_test.cpp 170 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))
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...]
low_power_manager_test.cpp 50 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))
packet_fragmenter_test.cpp 201 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_all_fragments))
253 STUB_FUNCTION(uint16_t, get_acl_data_size_classic, (void))
264 STUB_FUNCTION(uint16_t, get_acl_data_size_ble, (void))
hci_hal_h4_test.cpp 77 STUB_FUNCTION(int, vendor_send_command, (vendor_opcode_t opcode, void *param))
94 STUB_FUNCTION(void, data_ready_callback, (serial_data_type_t type))
hci_hal_mct_test.cpp 72 STUB_FUNCTION(int, vendor_send_command, (vendor_opcode_t opcode, void *param))
91 STUB_FUNCTION(void, data_ready_callback, (serial_data_type_t type))
  /system/bt/osi/test/
test_stubs.h 22 #define STUB_FUNCTION(ret, name, params) \

Completed in 238 milliseconds