Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DStreamingProcessor.h75 status_t stopStream();
DStreamingProcessor.cpp537 status_t StreamingProcessor::stopStream() { in stopStream() function in android::camera2::StreamingProcessor
DZslProcessor.cpp389 res = client->stopStream(); in pushToReprocess()
DCaptureSequencer.cpp562 res = client->stopStream(); in manageStandardCapture()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp556 res = stopStream(); in setPreviewWindowL()
779 res = mStreamingProcessor->stopStream(); in startPreviewL()
903 res = stopStream(); in stopPreviewL()
1048 res = mStreamingProcessor->stopStream(); in startRecordingL()
1067 res = mStreamingProcessor->stopStream(); in startRecordingL()
1112 res = mStreamingProcessor->stopStream(); in startRecordingL()
1194 res = stopStream(); in stopRecording()
1912 status_t Camera2Client::stopStream() { in stopStream() function in android::Camera2Client
1913 return mStreamingProcessor->stopStream(); in stopStream()
DCamera2Client.h134 status_t stopStream();