Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcWireFormat.h23 constexpr uint8_t RPC_CONNECTION_OPTION_INCOMING = 0x1; // default is outgoing variable
DRpcServer.cpp429 incoming = header.options & RPC_CONNECTION_OPTION_INCOMING; in establishConnection()
DRpcSession.cpp688 header.options |= RPC_CONNECTION_OPTION_INCOMING; in initAndAddConnection()