Home
last modified time | relevance | path

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

/frameworks/base/media/jni/tuner/
DLnbClient.h72 struct LnbClient : public RefBase { struct
111 shared_ptr<ITunerLnb> getAidlLnb() { return mTunerLnb; } in getAidlLnb()
112 void setId(LnbId id) { mId = id; } in setId()
113 LnbId getId() { return mId; } in getId()
127 sp<ILnb> mLnb;
129 LnbId mId;
DLnbClient.cpp30 LnbClient::LnbClient(shared_ptr<ITunerLnb> tunerLnb) { in LnbClient() function in android::LnbClient