Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DRpcSession.cpp44 LOG_RPC_DETAIL("RpcSession created %p", this); in RpcSession()
49 LOG_RPC_DETAIL("RpcSession destroyed %p", this); in ~RpcSession()
129 LOG_RPC_DETAIL("RpcSession %p has id %d", this, id); in readId()
256 LOG_RPC_DETAIL("Socket at %s client with fd %d", addr.toString().c_str(), serverFd.get()); in setupOneSocketClient()
359 LOG_RPC_DETAIL("No available session (have %zu clients and %zu servers). Waiting...", in ExclusiveConnection()
H A DRpcServer.cpp146 LOG_RPC_DETAIL("accept4 on fd %d yields fd %d", mServer.get(), clientFd.get()); in acceptOne()
234 LOG_RPC_DETAIL("Setting up socket server %s", addr.toString().c_str()); in setupSocketServer()
256 LOG_RPC_DETAIL("Successfully setup socket server %s", addr.toString().c_str()); in setupSocketServer()
265 LOG_RPC_DETAIL("Dropping session %d", *id); in onSessionTerminating()
H A DRpcState.cpp207 LOG_RPC_DETAIL("Sending %s on fd %d: %s", what, fd.get(), hexString(data, size).c_str()); in rpcSend()
241 LOG_RPC_DETAIL("No more data when trying to read %s on fd %d", what, fd.get()); in rpcRec()
249 LOG_RPC_DETAIL("Received %s on fd %d: %s", what, fd.get(), hexString(data, size).c_str()); in rpcRec()
461 LOG_RPC_DETAIL("getAndExecuteCommand on fd %d", fd.get()); in getAndExecuteCommand()
565 LOG_RPC_DETAIL("Enqueuing %" PRId64 " on %s", transaction->asyncNumber, in processTransactInternal()
590 LOG_RPC_DETAIL("Got special transaction %u", transaction->code); in processTransactInternal()
629 LOG_RPC_DETAIL("Processed async transaction %" PRId64 " on %s", transaction->asyncNumber, in processTransactInternal()
658 LOG_RPC_DETAIL("Found next async transaction %" PRId64 " on %s", in processTransactInternal()
H A DRpcState.h40 #define LOG_RPC_DETAIL(...) ALOGI(__VA_ARGS__) macro
42 #define LOG_RPC_DETAIL(...) ALOGV(__VA_ARGS__) // for type checking macro
H A DRpcAddress.cpp57 LOG_RPC_DETAIL("Creating new address: %s", ret.toString().c_str()); in unique()