Home | History | Annotate | Download | only in test

Lines Matching defs:status

39 // the status of the blocks
42 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle);
45 EXPECT_EQ(true, status);
52 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle);
55 EXPECT_EQ(true, status);
60 status = bta_hf_client_allocate_handle(bdaddr1, &p_handle);
63 EXPECT_EQ(false, status);
69 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle_first);
72 EXPECT_EQ(true, status);
78 status = bta_hf_client_allocate_handle(bdaddr2, &p_handle_second);
81 EXPECT_EQ(true, status);