/hardware/interfaces/automotive/sv/1.0/vts/functional/ |
D | VtsHalSurroundViewV1_0TargetTest.cpp | 95 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/ |
D | VtsHalEvsV1_0TargetTest.cpp | 324 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()
|
D | FrameHandler.h | 54 bool startStream();
|
D | FrameHandler.cpp | 53 bool FrameHandler::startStream() { in startStream() function in FrameHandler
|
/hardware/interfaces/automotive/sv/1.0/ |
D | ISurroundViewSession.hal | 29 * For surround view 3d, setViews() must be set before calling startStream(). 35 startStream(ISurroundViewStream stream) generates (SvResult svResult);
|
D | ISurroundView3dSession.hal | 39 * Clients can call setViews() at any stage of the session (before/after startStream). Client 54 * startStream) of the session.
|
D | ISurroundView2dSession.hal | 46 * 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/ |
D | VtsHalEvsV1_1TargetTest.cpp | 441 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 …]
|
D | FrameHandler.h | 67 bool startStream();
|
D | FrameHandler.cpp | 55 bool FrameHandler::startStream() { in startStream() function in FrameHandler
|
/hardware/interfaces/bluetooth/audio/2.0/ |
D | IBluetoothAudioProvider.hal | 36 * the Audio HAL can invoke IBluetoothAudioPort.startStream(). 62 * Callback for IBluetoothAudioPort.startStream()
|
D | IBluetoothAudioPort.hal | 40 startStream();
|
/hardware/interfaces/automotive/sv/1.0/default/ |
D | SurroundView2dSession.h | 46 Return<SvResult> startStream(
|
D | SurroundView2dSession.cpp | 47 Return<SvResult> SurroundView2dSession::startStream( in startStream() function in android::hardware::automotive::sv::V1_0::implementation::SurroundView2dSession
|
D | SurroundView3dSession.cpp | 54 Return<SvResult> SurroundView3dSession::startStream( in startStream() function in android::hardware::automotive::sv::V1_0::implementation::SurroundView3dSession
|
/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/ |
D | VtsHalBluetoothA2dpV1_0TargetTest.cpp | 74 Return<void> startStream() override { in startStream() function in BluetoothA2dpHidlTest::BluetoothAudioHost
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | EvsUltrasonicsArray.h | 54 Return<EvsResult> startStream(const ::android::sp<IEvsUltrasonicsArrayStream>& stream) override;
|
D | EvsUltrasonicsArray.cpp | 260 Return<EvsResult> EvsUltrasonicsArray::startStream( in startStream() function in android::hardware::automotive::evs::V1_1::implementation::EvsUltrasonicsArray
|
/hardware/interfaces/bluetooth/a2dp/1.0/ |
D | IBluetoothAudioHost.hal | 42 oneway startStream();
|
/hardware/interfaces/automotive/evs/1.1/ |
D | IEvsUltrasonicsArray.hal | 62 startStream(IEvsUltrasonicsArrayStream stream) generates (EvsResult result);
|
/hardware/interfaces/bluetooth/audio/2.0/default/session/ |
D | BluetoothAudioSession.cpp | 255 auto hal_retval = stack_iface_->startStream(); in StartStream()
|
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/ |
D | VtsHalBluetoothAudioV2_0TargetTest.cpp | 132 Return<void> startStream() override { in startStream() function in BluetoothAudioProvidersFactoryHidlTest::BluetoothAudioPort
|