Searched refs:hasCredit (Results 1 – 3 of 3) sorted by relevance
177 bool hasCredit() { return credits.isSet && credits.val; } in hasCredit() function340 if (!creditBuffer_.hasCredit()) { in onStreamRequestN()374 DCHECK(creditBuffer_.hasCredit());378 for (; creditBuffer_.hasCredit() && !buffer.empty(); buffer.pop()) {412 while (creditBuffer_.hasCredit() && !queue_.wait(this)) {421 DCHECK(!creditBuffer_.hasCredit());
171 bool hasCredit() const;
471 bool KPImageInfo::hasCredit() const in hasCredit() function in KIPIPlugins::KPImageInfo