Home
last modified time | relevance | path

Searched defs:DequeueAndFree (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/common/
Dmessage.cpp822 void MessageQueue::DequeueAndFree(Message &aMessage) in DequeueAndFree() function in ot::MessageQueue
980 void PriorityQueue::DequeueAndFree(Message &aMessage) in DequeueAndFree() function in ot::PriorityQueue
/external/openthread/src/core/coap/
Dcoap_message.hpp1032 void DequeueAndFree(Message &aMessage) { ot::MessageQueue::DequeueAndFree(aMessage); } in DequeueAndFree() function in ot::Coap::MessageQueue