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

/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp204 int32_t bundleLen; local
211 if (source->readInt32(&bundleLen))
214 if (Parcel::appendFrom(source, pos, bundleLen))
216 source->setDataPosition(pos + bundleLen);

Completed in 24 milliseconds