Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_grpc/public/pw_grpc/
H A Dsend_queue.h37 send_task_(pw::bind_member<&SendQueue::ProcessSendQueue>(this)) {} in SendQueue()
65 void ProcessSendQueue(async::Context& context, Status status)
/aosp_15_r20/external/pigweed/pw_grpc/
H A Dsend_queue.cc30 void SendQueue::ProcessSendQueue(async::Context&, Status status) { in ProcessSendQueue() function in pw::grpc::SendQueue