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

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

Completed in 197 milliseconds