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.h140 bool readBool() const;
141 status_t readBool(bool *pArg) const;
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h508 if (reply.readBool(&tokenCreated) != OK) {
545 if (reply.readBool(&mHasConverter) != OK) {
/system/iorap/include/binder/
Dapp_launch_event.h199 res = parcel->readBool(/*out*/&value); in ReadNullableProto()
/system/libhwbinder/
DParcel.cpp1088 status_t Parcel::readBool(bool *pArg) const in readBool() function in android::hardware::Parcel
1096 bool Parcel::readBool() const in readBool() function in android::hardware::Parcel