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

/frameworks/base/core/jni/
H A Dandroid_view_KeyCharacterMap.cpp90 if (parcel->errorCheck()) {
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp607 if (parcel->errorCheck()) {
619 if (parcel->errorCheck()) {
634 if (parcel->errorCheck()) {
651 if (parcel->errorCheck()) {
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp573 status_t err = data.errorCheck();
740 err = mIn.errorCheck();
938 const status_t err = data.errorCheck();
H A DParcel.cpp667 status_t Parcel::errorCheck() const function in class:android::Parcel
2228 if (errorCheck() != NO_ERROR) {
2229 const status_t err = errorCheck();
/frameworks/native/include/binder/
H A DParcel.h98 status_t errorCheck() const;

Completed in 104 milliseconds