Searched refs:errorCheck (Results 1 – 3 of 3) sorted by relevance
84 status_t errorCheck() const;
388 status_t Parcel::errorCheck() const in errorCheck() function in android::hardware::Parcel1609 if (errorCheck() != NO_ERROR) { in print()1610 const status_t err = errorCheck(); in print()
806 err = mIn.errorCheck(); in waitForResponse()1008 const status_t err = data.errorCheck(); in writeTransactionData()