Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
Dbluetooth_gatt_included_service.cc38 status = parcel->writeBool(primary_); in writeToParcel()
Dbluetooth_gatt_service.cc35 status = parcel->writeBool(primary_); in writeToParcel()
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h430 reply->writeBool(result); in onTransact()
443 reply->writeBool(true); in onTransact()
/system/iorap/include/binder/
Dapp_launch_event.h241 res = parcel->writeBool(value); in WriteNullableProto()
/system/libhwbinder/include/hwbinder/
DParcel.h100 status_t writeBool(bool val);
/system/libhwbinder/
DParcel.cpp635 status_t Parcel::writeBool(bool val) in writeBool() function in android::hardware::Parcel