Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dqueue_unittest.cc905 EnqueueBuffer<int> enqueue_buffer_{&enqueue_}; member in bluetooth::os::__anon3ac5a3820111::EnqueueBufferTest
913 enqueue_buffer_.Enqueue(std::make_unique<int>(i), handler_); in TEST_F()
927 enqueue_buffer_.Enqueue(std::make_unique<int>(i), handler_); in TEST_F()
930 enqueue_buffer_.Clear(); in TEST_F()