Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp75 static constexpr int32_t BINDER_ALIGN_BYTES = 8; variable
163 if (totalDBinderBufSize > 0 && dataSize % BINDER_ALIGN_BYTES != 0) { in SendRequest()
575 if (totalDBinderBufSize > 0 && replySize % BINDER_ALIGN_BYTES != 0) { in SendReply()