Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
DCCodec.h201 struct ClientListener;
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp823 struct CCodec::ClientListener : public Codec2Client::Listener { struct in android::CCodec
825 explicit ClientListener(const wp<CCodec> &codec) : mCodec(codec) {} in ClientListener() argument
989 mClientListener.reset(new ClientListener(this)); in allocate()