Searched refs:readBool (Results 1 - 5 of 5) sorted by relevance

/system/bt/service/common/android/bluetooth/
H A Dbluetooth_gatt_included_service.cc53 status = parcel->readBool(&primary_);
H A Dbluetooth_gatt_service.cc61 status = parcel->readBool(&primary_);
/system/libhwbinder/include/hwbinder/
H A DParcel.h147 bool readBool() const;
148 status_t readBool(bool *pArg) const;
/system/libhidl/transport/token/1.0/utils/include/hidl/
H A DHybridInterface.h315 bool tokenCreated = reply.readBool();
/system/libhwbinder/
H A DParcel.cpp1302 status_t Parcel::readBool(bool *pArg) const function in class:android::Parcel
1310 bool Parcel::readBool() const function in class:android::Parcel

Completed in 2933 milliseconds