Searched refs:startStream (Results 1 - 13 of 13) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/source/
H A DTsStreamer.java33 boolean startStream(ChannelScanFileParser.ScanChannel channel); method in interface:TsStreamer
41 boolean startStream(TunerChannel channel); method in interface:TsStreamer
H A DTsDataSourceManager.java84 if (streamer.startStream(channel)) {
H A DFileTsStreamer.java134 public boolean startStream(ScanChannel channel) { method in class:FileTsStreamer
161 public boolean startStream(TunerChannel channel) { method in class:FileTsStreamer
421 * Started and stopped by {@link #startStream()} and {@link #stopStream()}, respectively.
H A DTunerTsStreamer.java145 public boolean startStream(TunerChannel channel) { method in class:TunerTsStreamer
193 public boolean startStream(ChannelScanFileParser.ScanChannel channel) { method in class:TunerTsStreamer
H A DTunerTsStreamerManager.java220 if (tsStreamer.startStream(mChannel)) {
/packages/services/Car/evs/sampleDriver/
H A DVideoCapture.h30 bool startStream(std::function<void(VideoCapture*, imageBuffer*, void*)> callback = nullptr);
H A DVideoCapture.cpp151 bool VideoCapture::startStream(std::function<void(VideoCapture*, imageBuffer*, void*)> callback) { function in class:VideoCapture
H A DEvsV4lCamera.cpp210 if (!mVideo.startStream([this](VideoCapture*, imageBuffer* tgt, void* data) {
/packages/services/Car/evs/app/
H A DStreamHandler.h50 bool startStream();
H A DStreamHandler.cpp46 bool StreamHandler::startStream() { function in class:StreamHandler
H A DRenderPixelCopy.cpp46 if (!pStreamHandler->startStream()) {
H A DVideoTex.cpp148 if (!pStreamHandler->startStream()) {
/packages/apps/TV/src/com/android/tv/tuner/setup/
H A DScanFragment.java360 if (streamer != null && streamer.startStream(scanChannel)) {
489 public boolean startStream(ChannelScanFileParser.ScanChannel channel) { method in class:ScanFragment.FakeTsStreamer
510 public boolean startStream(TunerChannel channel) { method in class:ScanFragment.FakeTsStreamer

Completed in 156 milliseconds