Searched defs:DvrClient (Results 1 – 2 of 2) sorted by relevance
76 struct DvrClient : public RefBase { struct153 shared_ptr<ITunerDvr> mTunerDvr;160 sp<IDvr> mDvr;162 AidlMQ* mDvrMQ;163 EventFlag* mDvrMQEventFlag;164 string mFilePath;165 int mFd;
33 DvrClient::DvrClient(shared_ptr<ITunerDvr> tunerDvr) { in DvrClient() function in android::DvrClient