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

  /system/bt/hci/test/
hci_layer_test.cpp 500 RESET_CALL_COUNT(vendor_open);
501 RESET_CALL_COUNT(vendor_close);
502 RESET_CALL_COUNT(vendor_set_callback);
503 RESET_CALL_COUNT(vendor_send_command);
504 RESET_CALL_COUNT(vendor_send_async_command);
505 RESET_CALL_COUNT(hal_init);
506 RESET_CALL_COUNT(hal_open);
507 RESET_CALL_COUNT(hal_close);
508 RESET_CALL_COUNT(hal_read_data);
509 RESET_CALL_COUNT(hal_packet_finished)
    [all...]
low_power_manager_test.cpp 94 RESET_CALL_COUNT(vendor_send_command);
95 RESET_CALL_COUNT(vendor_send_async_command);
96 RESET_CALL_COUNT(vendor_set_callback);
packet_fragmenter_test.cpp 273 RESET_CALL_COUNT(fragmented_callback);
274 RESET_CALL_COUNT(reassembled_callback);
275 RESET_CALL_COUNT(transmit_finished_callback);
276 RESET_CALL_COUNT(get_acl_data_size_classic);
277 RESET_CALL_COUNT(get_acl_data_size_ble);
hci_hal_h4_test.cpp 136 RESET_CALL_COUNT(vendor_send_command);
137 RESET_CALL_COUNT(data_ready_callback);
hci_hal_mct_test.cpp 129 RESET_CALL_COUNT(vendor_send_command);
130 RESET_CALL_COUNT(data_ready_callback);
  /system/bt/osi/test/
test_stubs.h 33 #define RESET_CALL_COUNT(name) ((name##_callcount) = 0)

Completed in 628 milliseconds