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

/system/libhwbinder/
H A DParcel.cpp1684 uint64_t nativeHandleSize; local
1687 status = readUint64(&nativeHandleSize);
1688 if (status != OK || nativeHandleSize == 0) {
1693 if (nativeHandleSize < sizeof(native_handle_t)) {
1699 status = readNullableEmbeddedBuffer(nativeHandleSize, &fdaParent,
1703 status = readNullableBuffer(nativeHandleSize, &fdaParent,

Completed in 225 milliseconds