Home
last modified time | relevance | path

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

/system/libhwbinder/
DParcel.cpp1343 void* bufferInParent = *reinterpret_cast<void**>( in verifyBufferObject() local
1347 if (bufferInParent != childBuffer) { in verifyBufferObject()
1349 bufferInParent, childBuffer); in verifyBufferObject()
1453 void* bufferInParent = *reinterpret_cast<void**>( in readNullableNativeHandleNoDup() local
1456 if (bufferInParent != nullptr) { in readNullableNativeHandleNoDup()
1457 ALOGE("Buffer in (handle) parent %p is not nullptr.", bufferInParent); in readNullableNativeHandleNoDup()