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

/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp208 int32_t bundleLen; local
215 if (source->readInt32(&bundleLen))
218 if (Parcel::appendFrom(source, pos, bundleLen))
220 source->setDataPosition(pos + bundleLen);

Completed in 640 milliseconds