Home
last modified time | relevance | path

Searched refs:startStream (Results 1 – 22 of 22) sorted by relevance

/hardware/interfaces/automotive/sv/1.0/vts/functional/
DVtsHalSurroundViewV1_0TargetTest.cpp95 SvResult result = surroundView2dSession->startStream(handler); in TEST_P()
126 SvResult result = surroundView2dSession->startStream(handler); in TEST_P()
157 SvResult result = surroundView2dSession->startStream(handler); in TEST_P()
160 result = surroundView2dSession->startStream(handler); in TEST_P()
197 SvResult result = surroundView2dSession->startStream(handler); in TEST_P()
259 SvResult result = surroundView2dSession->startStream(handler); in TEST_P()
308 SvResult result = surroundView2dSession->startStream(handler); in TEST_P()
366 SvResult result = surroundView2dSession->startStream(handler); in TEST_P()
500 SvResult result = surroundView3dSession->startStream(handler); in TEST_P()
535 SvResult result = surroundView3dSession->startStream(handler); in TEST_P()
[all …]
/hardware/interfaces/automotive/evs/1.0/vts/functional/
DVtsHalEvsV1_0TargetTest.cpp324 bool startResult = frameHandler->startStream(); in TEST_P()
399 bool startResult = frameHandler->startStream(); in TEST_P()
463 bool startResult = frameHandler->startStream(); in TEST_P()
532 startResult = frameHandler0->startStream() && in TEST_P()
533 frameHandler1->startStream(); in TEST_P()
DFrameHandler.h54 bool startStream();
DFrameHandler.cpp53 bool FrameHandler::startStream() { in startStream() function in FrameHandler
/hardware/interfaces/automotive/sv/1.0/
DISurroundViewSession.hal29 * For surround view 3d, setViews() must be set before calling startStream().
35 startStream(ISurroundViewStream stream) generates (SvResult svResult);
DISurroundView3dSession.hal39 * Clients can call setViews() at any stage of the session (before/after startStream). Client
54 * startStream) of the session.
DISurroundView2dSession.hal46 * A set config call can be performed at any time (before or after startStream) of the session.
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DVtsHalEvsV1_1TargetTest.cpp441 bool startResult = frameHandler->startStream(); in TEST_P()
545 bool startResult = frameHandler->startStream(); in TEST_P()
647 bool startResult = frameHandler->startStream(); in TEST_P()
731 startResult = frameHandler0->startStream() && in TEST_P()
732 frameHandler1->startStream(); in TEST_P()
845 bool startResult = frameHandler->startStream(); in TEST_P()
1001 bool startResult = frameHandlerMaster->startStream(); in TEST_P()
1008 startResult = frameHandlerNonMaster->startStream(); in TEST_P()
1206 bool startResult = frameHandlerMaster->startStream(); in TEST_P()
1213 startResult = frameHandlerNonMaster->startStream(); in TEST_P()
[all …]
DFrameHandler.h67 bool startStream();
DFrameHandler.cpp55 bool FrameHandler::startStream() { in startStream() function in FrameHandler
/hardware/interfaces/bluetooth/audio/2.0/
DIBluetoothAudioProvider.hal36 * the Audio HAL can invoke IBluetoothAudioPort.startStream().
62 * Callback for IBluetoothAudioPort.startStream()
DIBluetoothAudioPort.hal40 startStream();
/hardware/interfaces/automotive/sv/1.0/default/
DSurroundView2dSession.h46 Return<SvResult> startStream(
DSurroundView2dSession.cpp47 Return<SvResult> SurroundView2dSession::startStream( in startStream() function in android::hardware::automotive::sv::V1_0::implementation::SurroundView2dSession
DSurroundView3dSession.cpp54 Return<SvResult> SurroundView3dSession::startStream( in startStream() function in android::hardware::automotive::sv::V1_0::implementation::SurroundView3dSession
/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/
DVtsHalBluetoothA2dpV1_0TargetTest.cpp74 Return<void> startStream() override { in startStream() function in BluetoothA2dpHidlTest::BluetoothAudioHost
/hardware/interfaces/automotive/evs/1.1/default/
DEvsUltrasonicsArray.h54 Return<EvsResult> startStream(const ::android::sp<IEvsUltrasonicsArrayStream>& stream) override;
DEvsUltrasonicsArray.cpp260 Return<EvsResult> EvsUltrasonicsArray::startStream( in startStream() function in android::hardware::automotive::evs::V1_1::implementation::EvsUltrasonicsArray
/hardware/interfaces/bluetooth/a2dp/1.0/
DIBluetoothAudioHost.hal42 oneway startStream();
/hardware/interfaces/automotive/evs/1.1/
DIEvsUltrasonicsArray.hal62 startStream(IEvsUltrasonicsArrayStream stream) generates (EvsResult result);
/hardware/interfaces/bluetooth/audio/2.0/default/session/
DBluetoothAudioSession.cpp255 auto hal_retval = stack_iface_->startStream(); in StartStream()
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
DVtsHalBluetoothAudioV2_0TargetTest.cpp132 Return<void> startStream() override { in startStream() function in BluetoothAudioProvidersFactoryHidlTest::BluetoothAudioPort