Searched refs:clearLastError (Results 1 – 4 of 4) sorted by relevance
40 status_t clearLastError();
1246 private boolean updateDocument(boolean clearLastError) { in updateDocument() argument1247 if (!clearLastError && mPrintedDocument.hasUpdateError()) { in updateDocument()1251 if (clearLastError && mPrintedDocument.hasUpdateError()) { in updateDocument()
359 status_t IPCThreadState::clearLastError() in clearLastError() function in android::IPCThreadState