Home
last modified time | relevance | path

Searched refs:setDataCapacity (Results 1 – 3 of 3) sorted by relevance

/system/libhwbinder/include/hwbinder/
DParcel.h58 status_t setDataCapacity(size_t size);
/system/libhwbinder/
DIPCThreadState.cpp783 mIn.setDataCapacity(256); in IPCThreadState()
784 mOut.setDataCapacity(256); in IPCThreadState()
DParcel.cpp431 status_t Parcel::setDataCapacity(size_t size) in setDataCapacity() function in android::hardware::Parcel