Home
last modified time | relevance | path

Searched refs:openStream (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/tv/input/1.0/
DITvInput.hal47 @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/
DVtsHalTvInputV1_0TargetTest.cpp217 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/
DTvInput.h50 Return<void> openStream(int32_t deviceId, int32_t streamId,
DTvInput.cpp106 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/
DAudioPrimaryHidlHalTest.h812 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()