Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DParcel.h95 status_t errorCheck() const;
/system/libhwbinder/
DIPCThreadState.cpp795 err = mIn.errorCheck(); in waitForResponse()
1002 const status_t err = data.errorCheck(); in writeTransactionData()
DParcel.cpp393 status_t Parcel::errorCheck() const in errorCheck() function in android::hardware::Parcel
1653 if (errorCheck() != NO_ERROR) { in print()
1654 const status_t err = errorCheck(); in print()