Searched refs:clearLastError (Results 1 – 4 of 4) sorted by relevance
57 status_t clearLastError();
1245 private boolean updateDocument(boolean clearLastError) { in updateDocument() argument1246 if (!clearLastError && mPrintedDocument.hasUpdateError()) { in updateDocument()1250 if (clearLastError && mPrintedDocument.hasUpdateError()) { in updateDocument()
354 status_t IPCThreadState::clearLastError() in clearLastError() function in android::IPCThreadState