Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIPCThreadState.cpp563 status_t err = data.errorCheck(); in transact()
729 err = mIn.errorCheck(); in waitForResponse()
927 const status_t err = data.errorCheck(); in writeTransactionData()
DParcel.cpp650 status_t Parcel::errorCheck() const in errorCheck() function in android::Parcel
2471 if (errorCheck() != NO_ERROR) { in print()
2472 const status_t err = errorCheck(); in print()
/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/base/core/jni/
Dandroid_view_KeyCharacterMap.cpp90 if (parcel->errorCheck()) { in nativeReadFromParcel()
/frameworks/native/libs/binder/include/binder/
DParcel.h105 status_t errorCheck() const;