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

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

Completed in 162 milliseconds