Home
last modified time | relevance | path

Searched refs:clearLastError (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h57 status_t clearLastError();
/frameworks/native/include/binder/
DIPCThreadState.h57 status_t clearLastError();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java1245 private boolean updateDocument(boolean clearLastError) { in updateDocument() argument
1246 if (!clearLastError && mPrintedDocument.hasUpdateError()) { in updateDocument()
1250 if (clearLastError && mPrintedDocument.hasUpdateError()) { in updateDocument()
/frameworks/native/libs/binder/
DIPCThreadState.cpp354 status_t IPCThreadState::clearLastError() in clearLastError() function in android::IPCThreadState