Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DRpcState.cpp66 const RpcAddress& actualAddr = in onBinderLeaving() local
70 LOG_ALWAYS_FATAL_IF(addr < actualAddr, "Address mismatch"); in onBinderLeaving()
71 LOG_ALWAYS_FATAL_IF(actualAddr < addr, "Address mismatch"); in onBinderLeaving()