Home
last modified time | relevance | path

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

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