MCPcopy Create free account
hub / github.com/HexHive/NASS / write

Method write

binderlib/include/binder/SafeInterface.h:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 return callParcel("readBool", [&]() { return parcel.readBool(b); });
44 }
45 status_t write(Parcel* parcel, bool b) const {
46 return callParcel("writeBool", [&]() { return parcel->writeBool(b); });
47 }
48 template <typename E>
49 typename std::enable_if<std::is_enum<E>::value, status_t>::type read(const Parcel& parcel,
50 E* e) const {

Callers 2

writeIfInputMethod · 0.45
writeIfOutputMethod · 0.45

Calls 7

writeBoolMethod · 0.45
getMethod · 0.45
handleMethod · 0.45
writeString8Method · 0.45
writeStrongBinderMethod · 0.45
writeParcelableVectorMethod · 0.45
writeFloatMethod · 0.45

Tested by

no test coverage detected