Searched refs:errorCheck (Results 1 – 6 of 6) sorted by relevance
69 RETURN_ON_ERROR(parcel->errorCheck()); in readFromParcel()71 RETURN_ON_ERROR(parcel->errorCheck()); in readFromParcel()73 RETURN_ON_ERROR(parcel->errorCheck()); in readFromParcel()85 RETURN_ON_ERROR(parcel->errorCheck()); in readFromParcel()87 RETURN_ON_ERROR(parcel->errorCheck()); in readFromParcel()89 RETURN_ON_ERROR(parcel->errorCheck()); in readFromParcel()91 RETURN_ON_ERROR(parcel->errorCheck()); in readFromParcel()96 RETURN_ON_ERROR(parcel->errorCheck()); in readFromParcel()
90 if (parcel->errorCheck()) { in nativeReadFromParcel()
607 if (parcel->errorCheck()) { in readFromParcel()619 if (parcel->errorCheck()) { in readFromParcel()634 if (parcel->errorCheck()) { in readFromParcel()651 if (parcel->errorCheck()) { in readFromParcel()
838 err = mIn.errorCheck(); in waitForResponse()1038 const status_t err = data.errorCheck(); in writeTransactionData()
692 status_t Parcel::errorCheck() const in errorCheck() function in android::Parcel2591 if (errorCheck() != NO_ERROR) { in print()2592 const status_t err = errorCheck(); in print()
106 status_t errorCheck() const;