Searched refs:clearLastError (Results 1 – 3 of 3) sorted by relevance
40 status_t clearLastError();
1145 private boolean updateDocument(boolean clearLastError) { in updateDocument() argument1146 if (!clearLastError && mPrintedDocument.hasUpdateError()) { in updateDocument()1150 if (clearLastError && mPrintedDocument.hasUpdateError()) { in updateDocument()
347 status_t IPCThreadState::clearLastError() in clearLastError() function in android::IPCThreadState