Home
last modified time | relevance | path

Searched defs:LnbClient (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/jni/tuner/
DLnbClient.h54 struct LnbClient : public RefBase { struct
90 shared_ptr<ITunerLnb> getAidlLnb() { return mTunerLnb; } in getAidlLnb()
DLnbClient.cpp27 LnbClient::LnbClient(shared_ptr<ITunerLnb> tunerLnb) { in LnbClient() function in android::LnbClient