Searched refs:errorCheck (Results 1 – 12 of 12) sorted by relevance
70 RETURN_ON_ERROR(parcel->errorCheck()); in readFromParcel()72 RETURN_ON_ERROR(parcel->errorCheck()); in readFromParcel()74 RETURN_ON_ERROR(parcel->errorCheck()); in readFromParcel()86 RETURN_ON_ERROR(parcel->errorCheck()); in readFromParcel()88 RETURN_ON_ERROR(parcel->errorCheck()); in readFromParcel()90 RETURN_ON_ERROR(parcel->errorCheck()); in readFromParcel()92 RETURN_ON_ERROR(parcel->errorCheck()); in readFromParcel()97 RETURN_ON_ERROR(parcel->errorCheck()); in readFromParcel()
688 if (parcel->errorCheck()) { in readFromParcel()700 if (parcel->errorCheck()) { in readFromParcel()715 if (parcel->errorCheck()) { in readFromParcel()732 if (parcel->errorCheck()) { in readFromParcel()737 if (parcel->errorCheck()) { in readFromParcel()744 if (parcel->errorCheck()) { in readFromParcel()749 if (parcel->errorCheck()) { in readFromParcel()756 if (parcel->errorCheck()) { in readFromParcel()
117 PARCEL_READ_NO_STATUS(status_t, errorCheck),
90 if (parcel->errorCheck()) { in nativeReadFromParcel()
95 status_t errorCheck() const;
393 status_t Parcel::errorCheck() const in errorCheck() function in android::hardware::Parcel1653 if (errorCheck() != NO_ERROR) { in print()1654 const status_t err = errorCheck(); in print()
795 err = mIn.errorCheck(); in waitForResponse()1002 const status_t err = data.errorCheck(); in writeTransactionData()
882 err = mIn.errorCheck(); in waitForResponse()1095 const status_t err = data.errorCheck(); in writeTransactionData()
709 status_t Parcel::errorCheck() const in errorCheck() function in android::Parcel2164 if (errorCheck() != NO_ERROR) { in print()2165 const status_t err = errorCheck(); in print()
1796 errorCheck(newUserId); in systemReady()1840 errorCheck(UserHandle.USER_SYSTEM); in onBootPhase()1856 private void errorCheck(int userID) { in errorCheck() method in WallpaperManagerService
134 status_t errorCheck() const;