Home
last modified time | relevance | path

Searched refs:stopStream (Results 1 – 23 of 23) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection_handler.cc40 void AclConnectionHandler::Reset(std::function<void(TaskId)> stopStream) { in Reset() argument
43 sco_connection.StopStream(stopStream); in Reset()
176 std::function<void(TaskId)> stopStream) { in Disconnect() argument
178 sco_connections_.at(handle).StopStream(std::move(stopStream)); in Disconnect()
Dacl_connection_handler.h47 void Reset(std::function<void(TaskId)> stopStream);
89 bool Disconnect(uint16_t handle, std::function<void(TaskId)> stopStream);
Dsco_connection.cc330 void ScoConnection::StopStream(std::function<void(TaskId)> stopStream) { in StopStream() argument
332 stopStream(*stream_handle_); in StopStream()
Dsco_connection.h103 void StopStream(std::function<void(TaskId)> stopStream);
/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
DTsStreamer.java44 void stopStream(); in stopStream() method
DTunerTsStreamerManager.java94 streamer.stopStream(); in createDataSource()
118 streamer.stopStream(); in releaseDataSource()
DTsDataSourceManager.java115 streamer.stopStream(); in releaseDataSource()
DTunerTsStreamer.java252 public void stopStream() { in stopStream() method in TunerTsStreamer
DFileTsStreamer.java215 public void stopStream() { in stopStream() method in FileTsStreamer
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DVideoCapture.h34 void stopStream();
DVideoCapture.cpp216 void VideoCapture::stopStream() { in stopStream() function in VideoCapture
DEvsV4lCamera.cpp235 mVideo.stopStream(); in stopVideoStream()
/packages/services/Car/cpp/evs/sampleDriver/aidl/include/
DVideoCapture.h34 void stopStream();
/packages/services/Car/cpp/evs/manager/1.1/emul/
DVideoCapture.cpp176 stopStream(); in ~VideoCapture()
277 void VideoCapture::stopStream() { in stopStream() function in android::automotive::evs::V1_1::implementation::VideoCapture
DVideoCapture.h75 void stopStream();
DEvsEmulatedCamera.cpp261 mVideo->stopStream(); in stopVideoStream()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dbluetooth_audio_port_impl.h44 ndk::ScopedAStatus stopStream() override;
Dbluetooth_audio_port_impl.cc67 ndk::ScopedAStatus BluetoothAudioPortImpl::stopStream() { in stopStream() function in bluetooth::audio::aidl::BluetoothAudioPortImpl
/packages/services/Car/cpp/evs/manager/1.1/test/unit/
DMockUltrasonicsArray.h41 MOCK_METHOD(::android::hardware::Return<void>, stopStream, (), (override));
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
DScanFragment.java423 streamer.stopStream(); in scanChannels()
605 public void stopStream() {} in stopStream() method in ScanFragment.FakeTsStreamer
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DVideoCapture.cpp216 void VideoCapture::stopStream() { in stopStream() function in VideoCapture
DEvsV4lCamera.cpp229 mVideo.stopStream(); in stopVideoStream()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.cc101 Return<void> stopStream() override { in stopStream() function in bluetooth::audio::hidl::BluetoothAudioPortImpl