HomeSort by relevance Sort by last modified time
    Searched refs:textDump (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/java/android/media/audiopolicy/
AudioPolicyConfig.java 157 String textDump = new String("android.media.audiopolicy.AudioPolicyConfig:\n");
158 textDump += mMixes.size() + " AudioMix: "+ mRegistrationId + "\n";
161 textDump += "* route flags=0x" + Integer.toHexString(mix.getRouteFlags()) + "\n";
163 textDump += " rate=" + mix.getFormat().getSampleRate() + "Hz\n";
164 textDump += " encoding=" + mix.getFormat().getEncoding() + "\n";
165 textDump += " channels=0x";
166 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() +"\n";
172 textDump += " exclude usage ";
173 textDump += criterion.mAttr.usageToString();
176 textDump += " match usage "
    [all...]
AudioPolicy.java 752 String textDump = new String("android.media.audiopolicy.AudioPolicy:\n");
753 textDump += "config=" + mConfig.toLogFriendlyString();
754 return (textDump);

Completed in 70 milliseconds