Searched refs:readBool (Results 1 – 4 of 4) sorted by relevance
394 RETURN_IF_FAILED(parcel->readBool(&mBoolMap[key])); in readFromParcelInner()
1591 status = readBool(&data); in readBoolVector()1746 status_t Parcel::readBool(bool *pArg) const in readBool() function in android::Parcel1754 bool Parcel::readBool() const in readBool() function in android::Parcel
236 bool readBool() const;237 status_t readBool(bool *pArg) const;
399 bool hasBuffer = reply.readBool(); in getLastQueuedBuffer()