Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DLayerDebugInfo.cpp69 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()
/frameworks/base/core/jni/
Dandroid_view_KeyCharacterMap.cpp90 if (parcel->errorCheck()) { in nativeReadFromParcel()
/frameworks/native/libs/input/
DKeyCharacterMap.cpp607 if (parcel->errorCheck()) { in readFromParcel()
619 if (parcel->errorCheck()) { in readFromParcel()
634 if (parcel->errorCheck()) { in readFromParcel()
651 if (parcel->errorCheck()) { in readFromParcel()
/frameworks/native/libs/binder/
DIPCThreadState.cpp838 err = mIn.errorCheck(); in waitForResponse()
1038 const status_t err = data.errorCheck(); in writeTransactionData()
DParcel.cpp692 status_t Parcel::errorCheck() const in errorCheck() function in android::Parcel
2591 if (errorCheck() != NO_ERROR) { in print()
2592 const status_t err = errorCheck(); in print()
/frameworks/native/libs/binder/include/binder/
DParcel.h106 status_t errorCheck() const;