Home
last modified time | relevance | path

Searched refs:closeStream (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"})
77 @callflow(next={"getStreamConfigurations", "openStream", "closeStream"})
78 closeStream(int32_t deviceId, int32_t streamId) generates (Result result);
/hardware/interfaces/tv/input/1.0/vts/functional/
DVtsHalTvInputV1_0TargetTest.cpp222 result = tv_input_->closeStream(device_id, stream_id); in TEST_P()
253 result = tv_input_->closeStream(id, stream_id); in TEST_P()
288 result = tv_input_->closeStream(device_id, id); in TEST_P()
333 EXPECT_EQ(Result::INVALID_STATE, tv_input_->closeStream(device_id, stream_id)); in TEST_P()
/hardware/interfaces/tv/input/1.0/default/
DTvInput.h52 Return<Result> closeStream(int32_t deviceId, int32_t streamId) override;
DTvInput.cpp130 Return<Result> TvInput::closeStream(int32_t deviceId, int32_t streamId) { in closeStream() function in android::hardware::tv::input::V1_0::implementation::TvInput
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h882 Result closeStream(bool clear = true) {
891 ASSERT_OK(closeStream()); in TearDown()
1199 TEST_IO_STREAM(close, "Make sure a stream can be closed", ASSERT_OK(closeStream()))
1202 ASSERT_OK(closeStream(false /*clear*/));
1203 ASSERT_EQ(Result::INVALID_STATE, closeStream()))