Home | History | Annotate | Download | only in binder

Lines Matching refs:ALOG

62 #define LOG_REMOTEREFS(...) ALOG(LOG_DEBUG, "remoterefs", __VA_ARGS__)
64 #define LOG_THREADPOOL(...) ALOG(LOG_DEBUG, "threadpool", __VA_ARGS__)
65 #define LOG_ONEWAY(...) ALOG(LOG_DEBUG, "ipc", __VA_ARGS__)
432 alog << "Processing top-level Command: "
555 TextOutput::Bundle _b(alog);
556 alog << "BC_TRANSACTION thr " << (void*)pthread_self() << " / hand "
595 TextOutput::Bundle _b(alog);
596 alog << "BR_REPLY thr " << (void*)pthread_self() << " / hand "
598 if (reply) alog << indent << *reply << dedent << endl;
599 else alog << "(none requested)" << endl;
718 alog << "Processing waitForResponse Command: "
824 TextOutput::Bundle _b(alog);
826 alog << "Sending commands to driver: " << indent;
829 alog << HexDump(cmds, bwr.write_size) << endl;
830 while (cmds < end) cmds = printCommand(alog, cmds);
831 alog << dedent;
833 alog << "Size of receive buffer: " << bwr.read_size
845 alog << "About to read/write, write size = " << mOut.dataSize() << endl;
859 alog << "Finished read/write, write size = " << mOut.dataSize() << endl;
864 alog << "Our err: " << (void*)err << ", write consumed: "
881 TextOutput::Bundle _b(alog);
882 alog << "Remaining data size: " << mOut.dataSize() << endl;
883 alog << "Received commands from driver: " << indent;
886 alog << HexDump(cmds, mIn.dataSize()) << endl;
887 while (cmds < end) cmds = printReturnCommand(alog, cmds);
888 alog << dedent;
1062 TextOutput::Bundle _b(alog);
1063 alog << "BR_TRANSACTION thr " << (void*)pthread_self()
1096 TextOutput::Bundle _b(alog);
1097 alog << "BC_REPLY thr " << (void*)pthread_self() << " / obj "
1163 alog << "Writing BC_FREE_BUFFER for " << data << endl;