HomeSort by relevance Sort by last modified time
    Searched defs:SimpleC2Component (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/codec2/components/base/
SimpleC2Component.cpp 18 #define LOG_TAG "SimpleC2Component"
29 #include <SimpleC2Component.h>
33 std::unique_ptr<C2Work> SimpleC2Component::WorkQueue::pop_front() {
39 void SimpleC2Component::WorkQueue::push_back(std::unique_ptr<C2Work> work) {
43 bool SimpleC2Component::WorkQueue::empty() const {
47 void SimpleC2Component::WorkQueue::clear() {
51 uint32_t SimpleC2Component::WorkQueue::drainMode() const {
55 void SimpleC2Component::WorkQueue::markDrain(uint32_t drainMode) {
61 SimpleC2Component::WorkHandler::WorkHandler() : mRunning(false) {}
63 void SimpleC2Component::WorkHandler::setComponent
    [all...]
  /frameworks/av/media/codec2/components/base/include/
SimpleC2Component.h 31 class SimpleC2Component
32 : public C2Component, public std::enable_shared_from_this<SimpleC2Component> {
34 explicit SimpleC2Component(
36 virtual ~SimpleC2Component();
176 void setComponent(const std::shared_ptr<SimpleC2Component> &thiz);
182 std::weak_ptr<SimpleC2Component> mThiz;
241 SimpleC2Component() = delete;

Completed in 78 milliseconds