Searched refs:SimpleC2Component (Results 1 – 25 of 65) sorted by relevance
123
885 std::unique_ptr<C2Work> SimpleC2Component::WorkQueue::pop_front() { in pop_front()891 void SimpleC2Component::WorkQueue::push_back(std::unique_ptr<C2Work> work) { in push_back()895 bool SimpleC2Component::WorkQueue::empty() const { in empty()899 void SimpleC2Component::WorkQueue::clear() { in clear()903 uint32_t SimpleC2Component::WorkQueue::drainMode() const { in drainMode()907 void SimpleC2Component::WorkQueue::markDrain(uint32_t drainMode) { in markDrain()913 SimpleC2Component::WorkHandler::WorkHandler() : mRunning(false) {} in WorkHandler()915 void SimpleC2Component::WorkHandler::setComponent( in setComponent()916 const std::shared_ptr<SimpleC2Component> &thiz) { in setComponent()930 void SimpleC2Component::WorkHandler::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()[all …]
132 class SimpleC2Component133 : public C2Component, public std::enable_shared_from_this<SimpleC2Component> {135 explicit SimpleC2Component(137 virtual ~SimpleC2Component();272 void setComponent(const std::shared_ptr<SimpleC2Component> &thiz);278 std::weak_ptr<SimpleC2Component> mThiz;338 SimpleC2Component() = delete;
24 class C2SoftIamfDec : public SimpleC2Component {
42 : SimpleC2Component(std::make_shared<SimpleInterface<IntfImpl>>(name, id, intfImpl)),
26 struct C2SoftRawDec : public SimpleC2Component {
25 struct C2SoftG711Dec : public SimpleC2Component {
27 struct C2SoftFlacDec : public SimpleC2Component {
35 class C2SoftFlacEnc : public SimpleC2Component {
33 struct C2SoftGsmDec : public SimpleC2Component {
29 struct C2SoftVorbisDec : public SimpleC2Component {
28 struct C2SoftAmrDec : public SimpleC2Component {
27 class C2SoftAmrNbEnc : public SimpleC2Component {
27 class C2SoftAmrWbEnc : public SimpleC2Component {
28 struct C2SoftOpusDec : public SimpleC2Component {
29 struct C2SoftOpusEnc : public SimpleC2Component {
34 struct C2SoftMP3 : public SimpleC2Component {
30 class C2SoftAacEnc : public SimpleC2Component {
28 struct C2SoftAacDec : public SimpleC2Component {
30 struct C2SoftMpeg4Enc : public SimpleC2Component {
28 struct C2SoftMpeg4Dec : public SimpleC2Component {
29 struct C2SoftVpxDec : public SimpleC2Component {
29 struct C2SoftAomDec : public SimpleC2Component {
48 struct C2SoftXaacDec : public SimpleC2Component {
38 struct C2SoftDav1dDec : public SimpleC2Component {
35 struct C2SoftGav1Dec : public SimpleC2Component {