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

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

Completed in 63 milliseconds