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

/system/libhwbinder/include/hwbinder/
H A DParcel.h78 status_t errorCheck() const;
/system/libhwbinder/
H A DIPCThreadState.cpp782 err = mIn.errorCheck();
980 const status_t err = data.errorCheck();
H A DParcel.cpp494 status_t Parcel::errorCheck() const function in class:android::hardware::Parcel
1855 if (errorCheck() != NO_ERROR) {
1856 const status_t err = errorCheck();

Completed in 784 milliseconds