Home
last modified time | relevance | path

Searched refs:readBool (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/
DPersistableBundle.cpp394 RETURN_IF_FAILED(parcel->readBool(&mBoolMap[key])); in readFromParcelInner()
DParcel.cpp1591 status = readBool(&data); in readBoolVector()
1746 status_t Parcel::readBool(bool *pArg) const in readBool() function in android::Parcel
1754 bool Parcel::readBool() const in readBool() function in android::Parcel
/frameworks/native/include/binder/
DParcel.h236 bool readBool() const;
237 status_t readBool(bool *pArg) const;
/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp399 bool hasBuffer = reply.readBool(); in getLastQueuedBuffer()