Lines Matching full:alog
61 #define LOG_REMOTEREFS(...) ALOG(LOG_DEBUG, "remoterefs", __VA_ARGS__)
63 #define LOG_THREADPOOL(...) ALOG(LOG_DEBUG, "threadpool", __VA_ARGS__)
64 #define LOG_ONEWAY(...) ALOG(LOG_DEBUG, "ipc", __VA_ARGS__)
463 alog << "Processing top-level Command: "
513 TextOutput::Bundle _b(alog);
514 alog << "BC_TRANSACTION thr " << (void*)pthread_self() << " / hand "
553 TextOutput::Bundle _b(alog);
554 alog << "BR_REPLY thr " << (void*)pthread_self() << " / hand "
556 if (reply) alog << indent << *reply << dedent << endl;
557 else alog << "(none requested)" << endl;
676 alog << "Processing waitForResponse Command: "
782 TextOutput::Bundle _b(alog);
784 alog << "Sending commands to driver: " << indent;
787 alog << HexDump(cmds, bwr.write_size) << endl;
788 while (cmds < end) cmds = printCommand(alog, cmds);
789 alog << dedent;
791 alog << "Size of receive buffer: " << bwr.read_size
803 alog << "About to read/write, write size = " << mOut.dataSize() << endl;
817 alog << "Finished read/write, write size = " << mOut.dataSize() << endl;
822 alog << "Our err: " << (void*)err << ", write consumed: "
839 TextOutput::Bundle _b(alog);
840 alog << "Remaining data size: " << mOut.dataSize() << endl;
841 alog << "Received commands from driver: " << indent;
844 alog << HexDump(cmds, mIn.dataSize()) << endl;
845 while (cmds < end) cmds = printReturnCommand(alog, cmds);
846 alog << dedent;
1020 TextOutput::Bundle _b(alog);
1021 alog << "BR_TRANSACTION thr " << (void*)pthread_self()
1054 alog);
1055 alog << "BC_REPLY thr " << (void*)pthread_self() << " / obj "
1121 alog << "Writing BC_FREE_BUFFER for " << data << endl;