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.cpp234 tv_input_->openStream(device_id, stream_id, in TEST_F()
267 tv_input_->openStream(id, stream_id, in TEST_F()
304 tv_input_->openStream(device_id, id, in TEST_F()
332 tv_input_->openStream(device_id, stream_id, in TEST_F()
338 tv_input_->openStream(device_id, stream_id, in TEST_F()
/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.h654 void testOpen(Open openStream, const AudioConfig& config) { in testOpen() argument
659 ASSERT_OK(openStream(ioHandle, config, returnIn(res, stream, suggestedConfig))); in testOpen()
672 ASSERT_OK(openStream(ioHandle, suggestedConfig, in testOpen()