Home
last modified time | relevance | path

Searched defs:enqueue_buffer (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/gd/security/test/
H A Dfake_l2cap_test.cc93 os::EnqueueBuffer<packet::BasePacketBuilder> enqueue_buffer{bidi_queue.GetDownEnd()}; in TEST_F() local
/aosp12/system/bt/gd/security/internal/
H A Dsecurity_manager_impl.cc520 auto& enqueue_buffer = stored_chan->enqueue_buffer_; in OnSmpCommandLe() local
591 auto& enqueue_buffer = stored_channel->enqueue_buffer_; in ConnectionIsReadyStartPairing() local
/aosp12/hardware/libhardware/include/hardware/
H A Dcamera.h76 int (*enqueue_buffer)(struct preview_stream_ops* w, member
H A Dcamera2.h96 int (*enqueue_buffer)(const struct camera2_stream_ops* w, member
/aosp12/system/bt/gd/os/linux_generic/
H A Dqueue_unittest.cc914 EnqueueBuffer<int>* enqueue_buffer = new EnqueueBuffer<int>(queue); in TEST_F() local