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

  /system/bt/hci/test/
hci_layer_test.cpp 171 DURING(start_up_async) AT_CALL(0) {
182 DURING(start_up_async) AT_CALL(0) return true;
188 DURING(shut_down) AT_CALL(0) return;
193 DURING(transmit_simple) AT_CALL(0) {
203 ) AT_CALL(0) {
251 DURING(receive_simple, ignoring_packets_following_packet) AT_CALL(0) {
256 DURING(ignoring_packets_ignored_packet) AT_CALL(0) {
265 ) AT_CALL(0) {
275 DURING(start_up_async) AT_CALL(0) return true;
281 DURING(shut_down) AT_CALL(0) return
    [all...]
low_power_manager_test.cpp 51 DURING(enable_disable) AT_CALL(0) {
63 AT_CALL(0) {
70 AT_CALL(1) {
84 DURING(init) AT_CALL(0) {
hci_hal_h4_test.cpp 78 DURING(open) AT_CALL(0) {
85 DURING(close_fn) AT_CALL(0) {
96 AT_CALL(0) {
101 AT_CALL(1) {
106 AT_CALL(2) {
packet_fragmenter_test.cpp 202 DURING(no_fragmentation) AT_CALL(0) {
212 DURING(ble_no_fragmentation) AT_CALL(0) {
222 DURING(non_acl_passthrough_fragmentation) AT_CALL(0) {
231 DURING(no_reassembly) AT_CALL(0) {
236 DURING(reassembly) AT_CALL(0) {
241 DURING(non_acl_passthrough_reassembly) AT_CALL(0) {
hci_hal_mct_test.cpp 73 DURING(open) AT_CALL(0) {
82 DURING(close_fn) AT_CALL(0) {
93 AT_CALL(0) {
99 AT_CALL(1) {
  /system/bt/osi/test/
test_stubs.h 76 // DURING (breakfast) AT_CALL(0) EXPECT_EQ(bacon, food);
81 // AT_CALL(0) EXPECT_EQ(shrimp_cocktail, food);
82 // AT_CALL(1) EXPECT_EQ(bacon_wrapped_bacon, food);
83 // AT_CALL(1) EXPECT_EQ(chocolate_covered_fake_blueberries, food);
85 #define AT_CALL(index) \

Completed in 1084 milliseconds