Home
last modified time | relevance | path

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

/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/bluetooth/audio/2.0/
DIBluetoothAudioProvider.hal36 * the Audio HAL can invoke IBluetoothAudioPort.startStream().
62 * Callback for IBluetoothAudioPort.startStream()
DIBluetoothAudioPort.hal40 startStream();
/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/
DVtsHalBluetoothA2dpV1_0TargetTest.cpp74 Return<void> startStream() override { in startStream() function in BluetoothA2dpHidlTest::BluetoothAudioHost
/hardware/interfaces/bluetooth/a2dp/1.0/
DIBluetoothAudioHost.hal42 oneway startStream();
/hardware/interfaces/bluetooth/audio/2.0/default/session/
DBluetoothAudioSession.cpp257 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