Home
last modified time | relevance | path

Searched refs:restartWrite (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/binder/
DParcel.h238 status_t restartWrite(size_t desired);
/frameworks/native/libs/binder/
DParcel.cpp381 status_t err = restartWrite(len); in setData()
1540 status_t Parcel::restartWrite(size_t desired) in restartWrite() function in android::Parcel