Searched refs:SimpleC2Component (Results 1 – 9 of 9) sorted by relevance
40 std::unique_ptr<C2Work> SimpleC2Component::WorkQueue::pop_front() { in pop_front()46 void SimpleC2Component::WorkQueue::push_back(std::unique_ptr<C2Work> work) { in push_back()50 bool SimpleC2Component::WorkQueue::empty() const { return mQueue.empty(); } in empty()52 void SimpleC2Component::WorkQueue::clear() { mQueue.clear(); } in clear()54 uint32_t SimpleC2Component::WorkQueue::drainMode() const { in drainMode()58 void SimpleC2Component::WorkQueue::markDrain(uint32_t drainMode) { in markDrain()64 SimpleC2Component::WorkHandler::WorkHandler() : mRunning(false) {} in WorkHandler()66 void SimpleC2Component::WorkHandler::setComponent( in setComponent()67 const std::shared_ptr<SimpleC2Component> &thiz) { in setComponent()81 void SimpleC2Component::WorkHandler::onMessageReceived( in onMessageReceived()[all …]
18 "SimpleC2Component.cpp",
31 class SimpleC2Component33 public std::enable_shared_from_this<SimpleC2Component> {35 explicit SimpleC2Component(37 virtual ~SimpleC2Component();180 void setComponent(const std::shared_ptr<SimpleC2Component> &thiz);186 std::weak_ptr<SimpleC2Component> mThiz;249 SimpleC2Component() = delete;
25 struct C2GoldfishVpxDec : public SimpleC2Component {
507 : SimpleC2Component( in C2GoldfishVpxDec()
43 class C2GoldfishAvcDec : public SimpleC2Component {
430 : SimpleC2Component( in C2GoldfishAvcDec()
43 class C2GoldfishHevcDec : public SimpleC2Component {
381 : SimpleC2Component( in C2GoldfishHevcDec()