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

/system/libhwbinder/include/hwbinder/
H A DParcel.h84 status_t writeInt8(int8_t val);
/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 1128 milliseconds