Searched refs:clearLastError (Results 1 – 3 of 3) sorted by relevance
42 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()
357 status_t IPCThreadState::clearLastError() in clearLastError() function in android::IPCThreadState