Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DParcel.h65 status_t setDataCapacity(size_t size);
/system/libhwbinder/
DIPCThreadState.cpp781 mIn.setDataCapacity(256); in IPCThreadState()
782 mOut.setDataCapacity(256); in IPCThreadState()
DParcel.cpp330 status_t Parcel::setDataCapacity(size_t size) in setDataCapacity() function in android::hardware::Parcel