Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DKeyCharacterMap.cpp563 if (parcel->errorCheck()) { in readFromParcel()
571 if (parcel->errorCheck()) { in readFromParcel()
585 if (parcel->errorCheck()) { in readFromParcel()
601 if (parcel->errorCheck()) { in readFromParcel()
/frameworks/native/libs/binder/
DIPCThreadState.cpp508 status_t err = data.errorCheck(); in transact()
669 err = mIn.errorCheck(); in waitForResponse()
866 const status_t err = data.errorCheck(); in writeTransactionData()
DParcel.cpp523 status_t Parcel::errorCheck() const in errorCheck() function in android::Parcel
1285 if (errorCheck() != NO_ERROR) { in print()
1286 const status_t err = errorCheck(); in print()
/frameworks/base/core/jni/
Dandroid_view_KeyCharacterMap.cpp88 if (parcel->errorCheck()) { in nativeReadFromParcel()
/frameworks/native/include/binder/
DParcel.h88 status_t errorCheck() const;