Searched refs:writeBool (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/libs/gui/
H A DOccupancyTracker.cpp42 return parcel->writeBool(usedThirdBuffer);
H A DIConsumerListener.cpp138 result = reply->writeBool(found);
H A DIGraphicBufferProducer.cpp700 reply->writeBool(false);
702 reply->writeBool(true);
729 result = reply->writeBool(found);
H A DIGraphicBufferConsumer.cpp269 status_t error = data.writeBool(forceFlush);
/frameworks/native/libs/binder/
H A DPersistableBundle.cpp283 RETURN_IF_FAILED(parcel->writeBool(key_val_pair.second));
H A DParcel.cpp913 return writeTypedVector(val, &Parcel::writeBool);
918 return writeNullableTypedVector(val, &Parcel::writeBool);
994 status_t Parcel::writeBool(bool val) function in class:android::Parcel
/frameworks/native/include/binder/
H A DParcel.h119 status_t writeBool(bool val);

Completed in 99 milliseconds