Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DIPCThreadState.h40 status_t clearLastError();
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h40 status_t clearLastError();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java1246 private boolean updateDocument(boolean clearLastError) { in updateDocument() argument
1247 if (!clearLastError && mPrintedDocument.hasUpdateError()) { in updateDocument()
1251 if (clearLastError && mPrintedDocument.hasUpdateError()) { in updateDocument()
/frameworks/native/libs/binder/
DIPCThreadState.cpp359 status_t IPCThreadState::clearLastError() in clearLastError() function in android::IPCThreadState