Searched defs:writeInt8 (Results 1 - 1 of 1) sorted by relevance

/system/libhwbinder/
H A DParcel.cpp610 status_t Parcel::writeInt8(int8_t val) function in class:android::hardware::Parcel
642 return writeInt8(int8_t(val));

Completed in 125 milliseconds