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

  /frameworks/base/include/binder/
Parcel.h 79 status_t errorCheck() const;
  /frameworks/base/include/ui/
EventHub.h 198 status_t errorCheck() const;
  /frameworks/base/libs/binder/
IPCThreadState.cpp 497 status_t err = data.errorCheck();
657 err = mIn.errorCheck();
845 const status_t err = data.errorCheck();
    [all...]
Parcel.cpp 497 status_t Parcel::errorCheck() const
1175 if (errorCheck() != NO_ERROR) {
1176 const status_t err = errorCheck();
    [all...]
  /frameworks/base/libs/ui/
EventHub.cpp 127 status_t EventHub::errorCheck() const
    [all...]

Completed in 237 milliseconds