/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 | 217 tv_input_->openStream(device_id, stream_id, in TEST_P() 248 tv_input_->openStream(id, stream_id, in TEST_P() 283 tv_input_->openStream(device_id, id, in TEST_P() 309 tv_input_->openStream(device_id, stream_id, in TEST_P() 313 tv_input_->openStream(device_id, stream_id, in TEST_P()
|
/hardware/interfaces/tv/input/aidl/vts/functional/ |
D | VtsHalTvInputTargetTest.cpp | 185 ASSERT_TRUE(tv_input_->openStream(device_id, stream_id, &handle).isOk()); in TEST_P() 221 ASSERT_TRUE(tv_input_->openStream(id, stream_id, &handle).getServiceSpecificError() == in TEST_P() 258 ASSERT_TRUE(tv_input_->openStream(device_id, id, &handle).getServiceSpecificError() == in TEST_P() 289 ASSERT_TRUE(tv_input_->openStream(device_id, stream_id, &handle).isOk()); in TEST_P() 295 ASSERT_TRUE(tv_input_->openStream(device_id, stream_id, &handle).getServiceSpecificError() == in TEST_P()
|
/hardware/interfaces/tv/input/aidl/aidl_api/android.hardware.tv.input/current/android/hardware/tv/input/ |
D | ITvInput.aidl | 39 android.hardware.common.NativeHandle openStream(in int deviceId, in int streamId); in openStream() method
|
/hardware/interfaces/tv/input/aidl/aidl_api/android.hardware.tv.input/2/android/hardware/tv/input/ |
D | ITvInput.aidl | 39 android.hardware.common.NativeHandle openStream(in int deviceId, in int streamId); in openStream() method
|
/hardware/interfaces/tv/input/aidl/aidl_api/android.hardware.tv.input/1/android/hardware/tv/input/ |
D | ITvInput.aidl | 39 android.hardware.common.NativeHandle openStream(in int deviceId, in int streamId); in openStream() method
|
/hardware/interfaces/tv/input/aidl/android/hardware/tv/input/ |
D | ITvInput.aidl | 66 NativeHandle openStream(in int deviceId, in int streamId); in openStream() method
|
/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/tv/input/aidl/default/ |
D | TvInput.h | 57 ::ndk::ScopedAStatus openStream(int32_t in_deviceId, int32_t in_streamId,
|
D | TvInput.cpp | 119 ::ndk::ScopedAStatus TvInput::openStream(int32_t in_deviceId, int32_t in_streamId, in openStream() function in aidl::android::hardware::tv::input::TvInput
|
/hardware/interfaces/audio/aidl/default/r_submix/ |
D | SubmixRoute.h | 113 void openStream(bool isInput);
|
D | SubmixRoute.cpp | 149 void SubmixRoute::openStream(bool isInput) { in openStream() function in aidl::android::hardware::audio::core::r_submix::SubmixRoute
|
D | StreamRemoteSubmix.cpp | 67 mCurrentRoute->openStream(mIsInput); in init()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | AudioPrimaryHidlHalTest.h | 842 void open(Open openStream, const AudioConfig& config, Result* res, in open() argument 850 ASSERT_OK(openStream(mIoHandle, config, returnIn(*res, mStream, *suggestedConfigPtr))); in open() 860 ASSERT_OK(openStream(mIoHandle, *suggestedConfigPtr, in open() 905 void testOpen(Open openStream, const AudioConfig& config) { in testOpen() argument 907 ASSERT_NO_FATAL_FAILURE(helper.open(openStream, config, &res, &audioConfig)); in testOpen()
|