Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp197 EXPECT_EQ(static_cast<size_t>(0), acl_queue.size()); in TearDown()
255 parent_.acl_queue.push(data); in aclDataReceived()
273 std::queue<hidl_vec<uint8_t>> acl_queue; member in BluetoothHidlTest
308 while (acl_queue.size() > 0) { in handle_no_ops()
309 hidl_vec<uint8_t> acl_packet = acl_queue.front(); in handle_no_ops()
315 acl_queue.pop(); in handle_no_ops()
505 hidl_vec<uint8_t> acl_loopback = acl_queue.front(); in sendAndCheckACL()
506 acl_queue.pop(); in sendAndCheckACL()
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp198 EXPECT_EQ(static_cast<size_t>(0), acl_queue.size()); in TearDown()
257 parent_.acl_queue.push(data); in aclDataReceived()
283 std::queue<hidl_vec<uint8_t>> acl_queue; member in BluetoothHidlTest
320 while (acl_queue.size() > 0) { in handle_no_ops()
321 hidl_vec<uint8_t> acl_packet = acl_queue.front(); in handle_no_ops()
327 acl_queue.pop(); in handle_no_ops()
517 hidl_vec<uint8_t> acl_loopback = acl_queue.front(); in sendAndCheckACL()
518 acl_queue.pop(); in sendAndCheckACL()