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.h75 status_t stopStream();
DZslProcessor.cpp335 res = client->stopStream(); in pushToReprocess()
DZslProcessor3.cpp391 res = client->stopStream(); in pushToReprocess()
DCaptureSequencer.cpp536 res = client->stopStream(); in manageStandardCapture()
DStreamingProcessor.cpp582 status_t StreamingProcessor::stopStream() { in stopStream() function in android::camera2::StreamingProcessor
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp574 res = stopStream(); in setPreviewWindowL()
791 res = mStreamingProcessor->stopStream(); in startPreviewL()
915 res = stopStream(); in stopPreviewL()
1051 res = mStreamingProcessor->stopStream(); in startRecordingL()
1071 res = mStreamingProcessor->stopStream(); in startRecordingL()
1118 res = mStreamingProcessor->stopStream(); in startRecordingL()
1213 res = stopStream(); in stopRecording()
1884 status_t Camera2Client::stopStream() { in stopStream() function in android::Camera2Client
1885 return mStreamingProcessor->stopStream(); in stopStream()
DCamera2Client.h126 status_t stopStream();