Lines Matching refs:intents
80 Test_->intents = {Camera::PREVIEW};
81 Test_->StartStream(Test_->intents);
88 Test_->StopConsumer(Test_->intents);
108 Test_->intents = {Camera::PREVIEW, Camera::STILL_CAPTURE};
109 Test_->StartStream(Test_->intents);
119 Test_->StopConsumer(Test_->intents);
139 Test_->intents = {Camera::PREVIEW};
140 Test_->StartStream(Test_->intents);
144 Test_->intents = {Camera::STILL_CAPTURE};
145 Test_->StartStream(Test_->intents);
174 Test_->intents = {Camera::PREVIEW, Camera::VIDEO};
175 Test_->StartStream(Test_->intents);
185 Test_->StopConsumer(Test_->intents);
204 Test_->intents = {Camera::PREVIEW};
205 Test_->StartStream(Test_->intents);
209 Test_->intents = {Camera::VIDEO};
210 Test_->StartStream(Test_->intents);
211 Test_->StopConsumer(Test_->intents);
219 Test_->intents = {Camera::PREVIEW};
221 Test_->StopConsumer(Test_->intents);