Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
Dbluetooth_gatt_included_service.cc53 status = parcel->readBool(&primary_); in readFromParcel()
Dbluetooth_gatt_service.cc61 status = parcel->readBool(&primary_); in readFromParcel()
/system/libhwbinder/include/hwbinder/
DParcel.h147 bool readBool() const;
148 status_t readBool(bool *pArg) const;
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h505 if (reply.readBool(&tokenCreated) != OK) {
542 if (reply.readBool(&mHasConverter) != OK) {
/system/iorap/include/binder/
Dapp_launch_event.h199 res = parcel->readBool(/*out*/&value); in ReadNullableProto()
/system/libhwbinder/
DParcel.cpp1305 status_t Parcel::readBool(bool *pArg) const in readBool() function in android::hardware::Parcel
1313 bool Parcel::readBool() const in readBool() function in android::hardware::Parcel