Searched refs:isUnpreparable (Results 1 – 4 of 4) sorted by relevance
227 virtual bool isUnpreparable() = 0;
231 bool isUnpreparable();
425 bool Camera3Stream::isUnpreparable() { in isUnpreparable() function in android::camera3::Camera3Stream
2110 if (stream->isUnpreparable() || stream->hasOutstandingBuffers() ) { in prepare()