Home
last modified time | relevance | path

Searched refs:writeBool (Results 1 – 8 of 8) 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/core/libstats/push_compat/include/
DStatsEventCompat.h38 void writeBool(bool value);
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h433 reply->writeBool(result); in onTransact()
446 reply->writeBool(true); in onTransact()
/system/core/libstats/push_compat/
DStatsEventCompat.cpp103 void StatsEventCompat::writeBool(bool value) { in writeBool() function in StatsEventCompat
/system/libhwbinder/include/hwbinder/
DParcel.h105 status_t writeBool(bool val);
/system/iorap/include/binder/
Dapp_launch_event.h241 res = parcel->writeBool(value); in WriteNullableProto()
/system/libhwbinder/
DParcel.cpp534 status_t Parcel::writeBool(bool val) in writeBool() function in android::hardware::Parcel