Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:reason

158      * \param reason string suffix to append to the generated file.
160 void dump(int fd, const std::string &reason = "") const {
161 mTee->dump(fd, reason);
168 * \param reason string suffix to append to the generated file.
170 static void dumpAll(int fd, const std::string &reason = "") {
171 getRunningTees().dump(fd, reason);
235 void dump(int fd, const std::string &reason) {
241 suffix = mId + reason;
295 void dump(int fd, const std::string &reason) {
302 tee->dump(fd, reason);