Home
last modified time | relevance | path

Searched defs:queue_ (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/bt/gd/os/
H A Dqueue.h86 std::queue<std::unique_ptr<T>> queue_; variable
158 IQueueEnqueue<T>* queue_; variable
H A Dqueue_benchmark.cc98 Queue<std::string>* queue_; member in bluetooth::os::TestEnqueueEnd
132 Queue<std::string>* queue_; member in bluetooth::os::TestDequeueEnd
/aosp12/frameworks/base/tools/aapt2/compile/
H A DInlineXmlFormatParser.h59 std::vector<std::unique_ptr<xml::XmlResource>> queue_; variable
/aosp12/system/bt/gd/common/
H A Dcircular_buffer.h42 std::deque<T> queue_; variable
H A Dblocking_queue_unittest.cc37 BlockingQueue<int> queue_; member in bluetooth::common::__anon53bea4160110::BlockingQueueTest
132 BlockingQueue<std::vector<uint8_t>> queue_; member in bluetooth::common::__anon53bea4160110::VectorBlockingQueueTest
/aosp12/frameworks/native/libs/gui/include/gui/
H A DBufferHubProducer.h173 std::shared_ptr<dvr::ProducerQueue> queue_; variable
/aosp12/art/runtime/mirror/
H A Dreference.h109 HeapReference<Object> queue_; variable
/aosp12/system/bt/gd/hci/acl_manager/
H A Dround_robin_scheduler.h42 std::shared_ptr<acl_manager::AclConnection::Queue> queue_; member
H A Dle_acl_connection.cc95 std::shared_ptr<Queue> queue_; member
H A Dclassic_acl_connection.cc338 std::shared_ptr<Queue> queue_; member
/aosp12/system/bt/gd/os/linux_generic/
H A Dqueue_unittest.cc116 Queue<std::string>* queue_; member in bluetooth::os::__anon802956220110::TestEnqueueEnd
180 Queue<std::string>* queue_; member in bluetooth::os::__anon802956220110::TestDequeueEnd
859 std::queue<int> queue_; member in bluetooth::os::__anon802956220110::MockIQueueEnqueue
/aosp12/packages/modules/adb/fdevent/
H A Dfdevent_test.cpp104 std::queue<char> queue_; member in FdHandler
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_session.h341 std::queue<QueueNode *> queue_; variable
/aosp12/system/bt/main/shim/
H A Dacl.cc209 std::deque<T> queue_; member in __anonfd94cd1c0110::FixedQueue
352 std::queue<std::unique_ptr<packet::RawBuilder>> queue_; member in ShimAclConnection
/aosp12/packages/providers/MediaProvider/jni/
H A DFuseDaemon.cpp234 std::queue<Message> queue_; member in FAdviser