Searched defs:stopStream (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.cpp582 status_t StreamingProcessor::stopStream() { function in class:android::camera2::StreamingProcessor
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp574 res = stopStream();
791 res = mStreamingProcessor->stopStream();
915 res = stopStream();
1051 res = mStreamingProcessor->stopStream();
1071 res = mStreamingProcessor->stopStream();
1118 res = mStreamingProcessor->stopStream();
1213 res = stopStream();
1884 status_t Camera2Client::stopStream() { function in class:android::Camera2Client
1885 return mStreamingProcessor->stopStream();

Completed in 430 milliseconds