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