Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DRpcSession.h264 bool allowNested = false; member
/frameworks/native/libs/binder/
DRpcState.cpp996 bool origAllowNested = connection->allowNested; in processTransactInternal()
997 connection->allowNested = !oneway; in processTransactInternal()
1001 connection->allowNested = origAllowNested; in processTransactInternal()
DRpcSession.cpp910 if (exclusiveIncoming->allowNested) { in find()