Lines Matching full:title

660                              const std::string& title) {  in DumpStreamConfiguration()  argument
661 std::string str = "======== " + title + " ========"; in DumpStreamConfiguration()
679 const std::string& title) { in DumpHalConfiguredStreams() argument
680 std::string str = "======== " + title + " ========"; in DumpHalConfiguredStreams()
695 const std::string& title) { in DumpCaptureRequest() argument
696 std::string str = "======== " + title + " ========"; in DumpCaptureRequest()
714 const std::string& title) { in DumpCaptureResult() argument
715 std::string str = "======== " + title + " ========"; in DumpCaptureResult()
731 void DumpCaptureResult(const CaptureResult& result, const std::string& title) { in DumpCaptureResult() argument
732 std::string str = "======== " + title + " ========"; in DumpCaptureResult()
745 void DumpNotify(const NotifyMessage& message, const std::string& title) { in DumpNotify() argument
746 std::string str = "======== " + title + " ========"; in DumpNotify()
760 void DumpStream(const Stream& stream, const std::string& title) { in DumpStream() argument
761 std::string str = "======== " + title + " ========"; in DumpStream()
771 void DumpHalStream(const HalStream& hal_stream, const std::string& title) { in DumpHalStream() argument
772 std::string str = "======== " + title + " ========"; in DumpHalStream()
784 const std::string& title) { in DumpBufferReturn() argument
785 std::string str = "======== " + title + " ========"; in DumpBufferReturn()
796 const std::string& title) { in DumpBufferRequest() argument
797 std::string str = "======== " + title + " ========"; in DumpBufferRequest()