Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/fuzz/
Dchannel_fuzz_controller.cc27 EnqueueType* queue = reinterpret_cast<EnqueueType*>(chan->GetQueueUpEnd()); in ChannelFuzzController()
32 EnqueueType* queue = reinterpret_cast<EnqueueType*>(chan->GetQueueUpEnd()); in ChannelFuzzController()
Dchannel_fuzz_controller.h30 typedef os::IQueueEnqueue<packet::PacketView<packet::kLittleEndian>> EnqueueType; typedef