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/native/libs/input/
H A DKeyCharacterMap.cpp565 if (parcel->errorCheck()) {
573 if (parcel->errorCheck()) {
587 if (parcel->errorCheck()) {
603 if (parcel->errorCheck()) {
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp549 status_t err = data.errorCheck();
716 err = mIn.errorCheck();
914 const status_t err = data.errorCheck();
H A DParcel.cpp552 status_t Parcel::errorCheck() const function in class:android::Parcel
1455 if (errorCheck() != NO_ERROR) {
1456 const status_t err = errorCheck();
/frameworks/native/include/binder/
H A DParcel.h90 status_t errorCheck() const;

Completed in 435 milliseconds