Searched refs:debug_dump_ (Results 1 – 2 of 2) sorted by relevance
280 if (debug_dump_.debug_file->Open()) { in ~AudioProcessingImpl()281 debug_dump_.debug_file->CloseFile(); in ~AudioProcessingImpl()400 if (debug_dump_.debug_file->Open()) { in InitializeLocked()624 if (debug_dump_.debug_file->Open()) { in ProcessStream()627 debug_dump_.capture.event_msg->set_type(audioproc::Event::STREAM); in ProcessStream()628 audioproc::Stream* msg = debug_dump_.capture.event_msg->mutable_stream(); in ProcessStream()642 if (debug_dump_.debug_file->Open()) { in ProcessStream()643 audioproc::Stream* msg = debug_dump_.capture.event_msg->mutable_stream(); in ProcessStream()649 RETURN_ON_ERR(WriteMessageToDebugFile(debug_dump_.debug_file.get(), in ProcessStream()650 &crit_debug_, &debug_dump_.capture)); in ProcessStream()[all …]
239 ApmDebugDumpState debug_dump_; variable