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 | 234 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/ |
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 | 654 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()
|