Home
last modified time | relevance | path

Searched refs:TvInputCallback (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/tv/input/aidl/vts/functional/
DVtsHalTvInputTargetTest.h52 class TvInputCallback : public BnTvInputCallback {
54 TvInputCallback(shared_ptr<TvInputAidlTest> parent);
94 shared_ptr<TvInputCallback> tv_input_callback_;
DVtsHalTvInputTargetTest.cpp28 TvInputAidlTest::TvInputCallback::TvInputCallback(shared_ptr<TvInputAidlTest> parent) in TvInputCallback() function in TvInputAidlTest::TvInputCallback
31 ::ndk::ScopedAStatus TvInputAidlTest::TvInputCallback::notify(const TvInputEvent& in_event) { in notify()
48 ::ndk::ScopedAStatus TvInputAidlTest::TvInputCallback::notifyTvMessageEvent( in notifyTvMessageEvent()
63 ::ndk::SharedRefBase::make<TvInputCallback>(shared_ptr<TvInputAidlTest>(this)); in SetUp()
/hardware/interfaces/tv/input/1.0/vts/functional/
DVtsHalTvInputV1_0TargetTest.cpp51 tv_input_callback_ = new TvInputCallback(*this); in SetUp()
136 class TvInputCallback : public ITvInputCallback { class in TvInputHidlTest
138 TvInputCallback(TvInputHidlTest& parent) : parent_(parent){}; in TvInputCallback() function in TvInputHidlTest::TvInputCallback
140 virtual ~TvInputCallback() = default;