/hardware/interfaces/tv/input/1.0/ |
D | ITvInput.hal | 47 @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/ |
D | VtsHalTvInputV1_0TargetTest.cpp | 222 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/ |
D | VtsHalTvInputTargetTest.cpp | 192 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/ |
D | ITvInput.aidl | 37 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/ |
D | ITvInput.aidl | 37 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/ |
D | ITvInput.aidl | 37 void closeStream(in int deviceId, in int streamId); in closeStream() method
|
/hardware/interfaces/tv/input/aidl/android/hardware/tv/input/ |
D | ITvInput.aidl | 43 void closeStream(in int deviceId, in int streamId); in closeStream() method
|
/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/ |
D | AudioPrimaryHidlHalTest.cpp | 25 ASSERT_OK(closeStream(true /*clear*/)); in TEST_P() 39 ASSERT_OK(closeStream(true /*clear*/)); in TEST_P()
|
/hardware/interfaces/tv/input/1.0/default/ |
D | TvInput.h | 52 Return<Result> closeStream(int32_t deviceId, int32_t streamId) override;
|
D | TvInput.cpp | 130 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/ |
D | TvInput.h | 59 ::ndk::ScopedAStatus closeStream(int32_t in_deviceId, int32_t in_streamId) override;
|
D | TvInput.cpp | 138 ::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/ |
D | SubmixRoute.h | 108 void closeStream(bool isInput);
|
D | StreamRemoteSubmix.cpp | 110 route->closeStream(mIsInput); in prepareToClose() 122 mCurrentRoute->closeStream(mIsInput); in shutdown()
|
D | SubmixRoute.cpp | 168 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/ |
D | AudioPrimaryHidlHalTest.h | 911 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()))
|