Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DStreamingProcessor.h77 status_t stopStream();
DZslProcessor3.cpp391 res = client->stopStream(); in pushToReprocess()
DZslProcessor.cpp335 res = client->stopStream(); in pushToReprocess()
DCaptureSequencer.cpp564 res = client->stopStream(); in manageStandardCapture()
DStreamingProcessor.cpp639 status_t StreamingProcessor::stopStream() { in stopStream() function in android::camera2::StreamingProcessor
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp574 res = stopStream(); in setPreviewWindowL()
797 res = mStreamingProcessor->stopStream(); in startPreviewL()
921 res = stopStream(); in stopPreviewL()
1057 res = mStreamingProcessor->stopStream(); in startRecordingL()
1077 res = mStreamingProcessor->stopStream(); in startRecordingL()
1124 res = mStreamingProcessor->stopStream(); in startRecordingL()
1219 res = stopStream(); in stopRecording()
1951 status_t Camera2Client::stopStream() { in stopStream() function in android::Camera2Client
1952 return mStreamingProcessor->stopStream(); in stopStream()
DCamera2Client.h130 status_t stopStream();