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