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

Method write

binderlib/include_android9/binder/SafeInterface.h:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

writeIfInputMethod · 0.45
writeIfOutputMethod · 0.45

Calls 6

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

Tested by

no test coverage detected