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.cpp241 result = tv_input_->closeStream(device_id, stream_id); in TEST_F()
274 result = tv_input_->closeStream(id, stream_id); in TEST_F()
311 result = tv_input_->closeStream(device_id, id); in TEST_F()
360 EXPECT_EQ(Result::INVALID_STATE, tv_input_->closeStream(device_id, stream_id)); in TEST_F()
/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.h685 Return<Result> closeStream() { in closeStream() function
987 TEST_IO_STREAM(close, "Make sure a stream can be closed", ASSERT_OK(closeStream()))
988 TEST_IO_STREAM(closeTwice, "Make sure a stream can not be closed twice", ASSERT_OK(closeStream());
989 ASSERT_RESULT(Result::INVALID_STATE, closeStream()))