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