Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DParcel.h84 status_t errorCheck() const;
/system/libhwbinder/
DParcel.cpp388 status_t Parcel::errorCheck() const in errorCheck() function in android::hardware::Parcel
1609 if (errorCheck() != NO_ERROR) { in print()
1610 const status_t err = errorCheck(); in print()
DIPCThreadState.cpp806 err = mIn.errorCheck(); in waitForResponse()
1008 const status_t err = data.errorCheck(); in writeTransactionData()