Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DKeyCharacterMap.cpp564 if (parcel->errorCheck()) { in readFromParcel()
572 if (parcel->errorCheck()) { in readFromParcel()
586 if (parcel->errorCheck()) { in readFromParcel()
602 if (parcel->errorCheck()) { in readFromParcel()
/frameworks/native/libs/binder/
DIPCThreadState.cpp550 status_t err = data.errorCheck(); in transact()
711 err = mIn.errorCheck(); in waitForResponse()
908 const status_t err = data.errorCheck(); in writeTransactionData()
DParcel.cpp525 status_t Parcel::errorCheck() const in errorCheck() function in android::Parcel
1363 if (errorCheck() != NO_ERROR) { in print()
1364 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.h87 status_t errorCheck() const;