Searched refs:openStream (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/tv/input/1.0/ |
D | ITvInput.hal | 47 @callflow(next={"openStream", "getStreamConfigurations", "closeStream"}) 64 @callflow(next={"closeStream", "getStreamConfigurations", "openStream"}) 65 openStream(int32_t deviceId, int32_t streamId) 77 @callflow(next={"getStreamConfigurations", "openStream", "closeStream"})
|
/hardware/interfaces/tv/input/1.0/vts/functional/ |
D | VtsHalTvInputV1_0TargetTest.cpp | 217 tv_input_->openStream(device_id, stream_id, in TEST_P() 248 tv_input_->openStream(id, stream_id, in TEST_P() 283 tv_input_->openStream(device_id, id, in TEST_P() 309 tv_input_->openStream(device_id, stream_id, in TEST_P() 313 tv_input_->openStream(device_id, stream_id, in TEST_P()
|
/hardware/interfaces/tv/input/1.0/default/ |
D | TvInput.h | 50 Return<void> openStream(int32_t deviceId, int32_t streamId,
|
D | TvInput.cpp | 106 Return<void> TvInput::openStream(int32_t deviceId, int32_t streamId, openStream_cb cb) { in openStream() function in android::hardware::tv::input::V1_0::implementation::TvInput
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | AudioPrimaryHidlHalTest.h | 812 void open(Open openStream, const AudioConfig& config, Result* res, in open() argument 823 ASSERT_OK(openStream(ioHandle, config, returnIn(*res, mStream, *suggestedConfigPtr))); in open() 833 ASSERT_OK(openStream(ioHandle, *suggestedConfigPtr, in open() 876 void testOpen(Open openStream, const AudioConfig& config) { in testOpen() argument 878 ASSERT_NO_FATAL_FAILURE(helper.open(openStream, config, &res, &audioConfig)); in testOpen()
|