HomeSort by relevance Sort by last modified time
    Searched refs:errorCheck (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/jni/
android_view_KeyCharacterMap.cpp 88 if (parcel->errorCheck()) {
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 564 if (parcel->errorCheck()) {
572 if (parcel->errorCheck()) {
586 if (parcel->errorCheck()) {
602 if (parcel->errorCheck()) {
    [all...]
  /frameworks/native/include/binder/
Parcel.h 87 status_t errorCheck() const;
  /frameworks/native/libs/binder/
IPCThreadState.cpp 550 status_t err = data.errorCheck();
711 err = mIn.errorCheck();
908 const status_t err = data.errorCheck();
    [all...]
Parcel.cpp 524 status_t Parcel::errorCheck() const
    [all...]

Completed in 116 milliseconds