Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodec.h167 struct ClientListener;
DCCodec.cpp446 struct CCodec::ClientListener : public Codec2Client::Listener { struct in android::CCodec
448 explicit ClientListener(const wp<CCodec> &codec) : mCodec(codec) {} in ClientListener() function
594 mClientListener.reset(new ClientListener(this)); in allocate()