Searched refs:errorCheck (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/include/ui/
H A DEventHub.h48 status_t errorCheck() const;
/frameworks/base/include/utils/
H A DParcel.h66 status_t errorCheck() const;
/frameworks/base/libs/utils/
H A DIPCThreadState.cpp457 status_t err = data.errorCheck();
600 err = mIn.errorCheck();
788 const status_t err = data.errorCheck();
H A DParcel.cpp466 status_t Parcel::errorCheck() const function in class:android::Parcel
1090 if (errorCheck() != NO_ERROR) {
1091 const status_t err = errorCheck();
/frameworks/base/libs/ui/
H A DEventHub.cpp108 status_t EventHub::errorCheck() const function in class:android::EventHub

Completed in 164 milliseconds