Home
last modified time | relevance | path

Searched refs:openStream (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/tv/input/1.0/
DITvInput.hal47 @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/
DVtsHalTvInputV1_0TargetTest.cpp217 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/
DVtsHalTvInputTargetTest.cpp185 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/
DITvInput.aidl39 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/
DITvInput.aidl39 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/
DITvInput.aidl39 android.hardware.common.NativeHandle openStream(in int deviceId, in int streamId); in openStream() method
/hardware/interfaces/tv/input/aidl/android/hardware/tv/input/
DITvInput.aidl66 NativeHandle openStream(in int deviceId, in int streamId); in openStream() method
/hardware/interfaces/tv/input/1.0/default/
DTvInput.h50 Return<void> openStream(int32_t deviceId, int32_t streamId,
DTvInput.cpp106 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/
DTvInput.h57 ::ndk::ScopedAStatus openStream(int32_t in_deviceId, int32_t in_streamId,
DTvInput.cpp119 ::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/
DSubmixRoute.h113 void openStream(bool isInput);
DSubmixRoute.cpp149 void SubmixRoute::openStream(bool isInput) { in openStream() function in aidl::android::hardware::audio::core::r_submix::SubmixRoute
DStreamRemoteSubmix.cpp67 mCurrentRoute->openStream(mIsInput); in init()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h842 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()