Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/
H A DLayerDebugInfo.cpp70 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()
/aosp12/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp688 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()
/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Dbinder.cpp117 PARCEL_READ_NO_STATUS(status_t, errorCheck),
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_KeyCharacterMap.cpp90 if (parcel->errorCheck()) { in nativeReadFromParcel()
/aosp12/system/libhwbinder/include/hwbinder/
H A DParcel.h95 status_t errorCheck() const;
/aosp12/system/libhwbinder/
H A 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()
H A DIPCThreadState.cpp795 err = mIn.errorCheck(); in waitForResponse()
1002 const status_t err = data.errorCheck(); in writeTransactionData()
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp882 err = mIn.errorCheck(); in waitForResponse()
1095 const status_t err = data.errorCheck(); in writeTransactionData()
H A DParcel.cpp709 status_t Parcel::errorCheck() const in errorCheck() function in android::Parcel
2164 if (errorCheck() != NO_ERROR) { in print()
2165 const status_t err = errorCheck(); in print()
/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java1796 errorCheck(newUserId); in systemReady()
1840 errorCheck(UserHandle.USER_SYSTEM); in onBootPhase()
1856 private void errorCheck(int userID) { in errorCheck() method in WallpaperManagerService
/aosp12/frameworks/native/include/binder/
H A DParcel.h134 status_t errorCheck() const;
/aosp12/frameworks/native/libs/binder/include/binder/
H A DParcel.h134 status_t errorCheck() const;