Searched defs:readBool (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DHwParcel.java145 public native final boolean readBool(); method in class:HwParcel
/frameworks/native/libs/binder/
H A DParcel.cpp1697 status = readBool(&data);
1852 status_t Parcel::readBool(bool *pArg) const function in class:Parcel
1860 bool Parcel::readBool() const function in class:Parcel

Completed in 2119 milliseconds