Home
last modified time | relevance | path

Searched refs:closeStream (Results 1 – 16 of 16) 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()
318 EXPECT_EQ(Result::OK, tv_input_->closeStream(device_id, stream_id)); in TEST_P()
336 EXPECT_EQ(Result::INVALID_STATE, tv_input_->closeStream(device_id, stream_id)); in TEST_P()
/hardware/interfaces/tv/input/aidl/vts/functional/
DVtsHalTvInputTargetTest.cpp192 ASSERT_TRUE(tv_input_->closeStream(device_id, stream_id).isOk()); in TEST_P()
225 ASSERT_TRUE(tv_input_->closeStream(id, stream_id).getServiceSpecificError() == in TEST_P()
262 ASSERT_TRUE(tv_input_->closeStream(device_id, id).getServiceSpecificError() == in TEST_P()
301 ASSERT_TRUE(tv_input_->closeStream(device_id, stream_id).isOk()); in TEST_P()
327 ASSERT_TRUE(tv_input_->closeStream(device_id, stream_id).getServiceSpecificError() == in TEST_P()
/hardware/interfaces/tv/input/aidl/aidl_api/android.hardware.tv.input/2/android/hardware/tv/input/
DITvInput.aidl37 void closeStream(in int deviceId, in int streamId); in closeStream() method
/hardware/interfaces/tv/input/aidl/aidl_api/android.hardware.tv.input/1/android/hardware/tv/input/
DITvInput.aidl37 void closeStream(in int deviceId, in int streamId); in closeStream() method
/hardware/interfaces/tv/input/aidl/aidl_api/android.hardware.tv.input/current/android/hardware/tv/input/
DITvInput.aidl37 void closeStream(in int deviceId, in int streamId); in closeStream() method
/hardware/interfaces/tv/input/aidl/android/hardware/tv/input/
DITvInput.aidl43 void closeStream(in int deviceId, in int streamId); in closeStream() method
/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/
DAudioPrimaryHidlHalTest.cpp25 ASSERT_OK(closeStream(true /*clear*/)); in TEST_P()
39 ASSERT_OK(closeStream(true /*clear*/)); 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/tv/input/aidl/default/
DTvInput.h59 ::ndk::ScopedAStatus closeStream(int32_t in_deviceId, int32_t in_streamId) override;
DTvInput.cpp138 ::ndk::ScopedAStatus TvInput::closeStream(int32_t in_deviceId, int32_t in_streamId) { in closeStream() function in aidl::android::hardware::tv::input::TvInput
/hardware/interfaces/audio/aidl/default/r_submix/
DSubmixRoute.h108 void closeStream(bool isInput);
DStreamRemoteSubmix.cpp110 route->closeStream(mIsInput); in prepareToClose()
122 mCurrentRoute->closeStream(mIsInput); in shutdown()
DSubmixRoute.cpp168 void SubmixRoute::closeStream(bool isInput) { in closeStream() function in aidl::android::hardware::audio::core::r_submix::SubmixRoute
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h911 Result closeStream(bool clear = true) {
919 ASSERT_OK(closeStream()); in TearDown()
1587 TEST_IO_STREAM(close, "Make sure a stream can be closed", ASSERT_OK(closeStream()))
1590 ASSERT_OK(closeStream(false /*clear*/));
1591 ASSERT_EQ(Result::INVALID_STATE, closeStream()))