Searched refs:BoundPipelineStatusCB (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/base/
H A Dserial_runner.h29 typedef base::Callback<void(const PipelineStatusCB&)> BoundPipelineStatusCB; typedef in class:media::SerialRunner
39 void Push(const BoundPipelineStatusCB& bound_fn);
44 BoundPipelineStatusCB Pop();
47 std::queue<BoundPipelineStatusCB> bound_fns_;
H A Dserial_runner.cc55 const BoundPipelineStatusCB& bound_status_cb) {
59 SerialRunner::BoundPipelineStatusCB SerialRunner::Queue::Pop() {
60 BoundPipelineStatusCB bound_fn = bound_fns_.front();
106 BoundPipelineStatusCB bound_fn = bound_fns_.Pop();

Completed in 516 milliseconds