Searched refs:clearLastError (Results 1 – 4 of 4) sorted by relevance
61 LIBBINDER_EXPORTED status_t clearLastError();
1248 private boolean updateDocument(boolean clearLastError) { in updateDocument() argument1249 if (!clearLastError && mPrintedDocument.hasUpdateError()) { in updateDocument()1253 if (clearLastError && mPrintedDocument.hasUpdateError()) { in updateDocument()
361 status_t IPCThreadState::clearLastError() in clearLastError() function in android::IPCThreadState