Searched refs:tv_input_ (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/tv/input/1.0/vts/functional/ |
D | VtsHalTvInputV1_0TargetTest.cpp | 64 tv_input_ = ::testing::VtsHalHidlTargetTestBase::getService<ITvInput>( in SetUp() 66 ASSERT_NE(tv_input_, nullptr); in SetUp() 69 tv_input_->setCallback(tv_input_callback_); in SetUp() 96 tv_input_->getStreamConfigurations(deviceId, in updateStreamConfigurations() 184 sp<ITvInput> tv_input_; member in TvInputHidlTest 234 tv_input_->openStream(device_id, stream_id, in TEST_F() 241 result = tv_input_->closeStream(device_id, stream_id); in TEST_F() 267 tv_input_->openStream(id, stream_id, in TEST_F() 274 result = tv_input_->closeStream(id, stream_id); in TEST_F() 304 tv_input_->openStream(device_id, id, in TEST_F() [all …]
|