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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.h72 status_t stopStream();
H A DZslProcessor3.cpp268 res = client->stopStream();
H A DCaptureSequencer.cpp520 res = client->stopStream();
H A DZslProcessor.cpp319 res = client->stopStream();
H A DStreamingProcessor.cpp522 status_t StreamingProcessor::stopStream() { function in class:android::camera2::StreamingProcessor
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h125 status_t stopStream();
H A DCamera2Client.cpp550 res = stopStream();
762 res = mStreamingProcessor->stopStream();
863 res = stopStream();
979 res = mStreamingProcessor->stopStream();
1641 status_t Camera2Client::stopStream() { function in class:android::Camera2Client
1642 return mStreamingProcessor->stopStream();

Completed in 12 milliseconds