Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderClearBufTest.cpp64 size_t lastReplySize; in RepeatString() local
70 lastReplySize = reply.dataSize(); in RepeatString()
72 *outBuffer = android::HexString(lastReply, lastReplySize); in RepeatString()