Home
last modified time | relevance | path

Searched refs:acl_queue (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp228 EXPECT_EQ(static_cast<size_t>(0), acl_queue.size()); in TearDown()
286 parent_.acl_queue.push(data); in aclDataReceived()
304 std::queue<hidl_vec<uint8_t>> acl_queue; member in BluetoothHidlTest
339 while (acl_queue.size() > 0) { in handle_no_ops()
340 hidl_vec<uint8_t> acl_packet = acl_queue.front(); in handle_no_ops()
346 acl_queue.pop(); in handle_no_ops()
538 hidl_vec<uint8_t> acl_loopback = acl_queue.front(); in sendAndCheckACL()
539 acl_queue.pop(); in sendAndCheckACL()
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp229 EXPECT_EQ(static_cast<size_t>(0), acl_queue.size()); in TearDown()
288 parent_.acl_queue.push(data); in aclDataReceived()
314 std::queue<hidl_vec<uint8_t>> acl_queue; member in BluetoothHidlTest
351 while (acl_queue.size() > 0) { in handle_no_ops()
352 hidl_vec<uint8_t> acl_packet = acl_queue.front(); in handle_no_ops()
358 acl_queue.pop(); in handle_no_ops()
550 hidl_vec<uint8_t> acl_loopback = acl_queue.front(); in sendAndCheckACL()
551 acl_queue.pop(); in sendAndCheckACL()
/hardware/interfaces/bluetooth/aidl/vts/
DVtsHalBluetoothTargetTest.cpp211 EXPECT_EQ(static_cast<size_t>(0), acl_queue.size()); in TearDown()
271 parent_.acl_queue.push(data); in aclDataReceived()
380 WaitQueue<std::vector<uint8_t>> acl_queue; member in BluetoothAidlTest
426 while (!acl_queue.empty()) { in discard_qca_debugging()
428 acl_queue.front(acl_packet); in discard_qca_debugging()
434 acl_queue.pop(); in discard_qca_debugging()
621 acl_queue.tryPopWithTimeout(acl_loopback, kWaitForAclDataTimeout)); in sendAndCheckAcl()