Searched defs:spaces (Results 1 - 6 of 6) sorted by last modified time

/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioGain.cpp101 void AudioGain::dump(int fd, int spaces, int index) const argument
107 snprintf(buffer, SIZE, "%*sGain %d:\n", spaces, "", index+1);
109 snprintf(buffer, SIZE, "%*s- mode: %08x\n", spaces, "", mGain.mode);
111 snprintf(buffer, SIZE, "%*s- channel_mask: %08x\n", spaces, "", mGain.channel_mask);
113 snprintf(buffer, SIZE, "%*s- min_value: %d mB\n", spaces, "", mGain.min_value);
115 snprintf(buffer, SIZE, "%*s- max_value: %d mB\n", spaces, "", mGain.max_value);
117 snprintf(buffer, SIZE, "%*s- default_value: %d mB\n", spaces, "", mGain.default_value);
119 snprintf(buffer, SIZE, "%*s- step_value: %d mB\n", spaces, "", mGain.step_value);
121 snprintf(buffer, SIZE, "%*s- min_ramp_ms: %d ms\n", spaces, "", mGain.min_ramp_ms);
123 snprintf(buffer, SIZE, "%*s- max_ramp_ms: %d ms\n", spaces, "", mGai
[all...]
H A DAudioPatch.cpp38 status_t AudioPatch::dump(int fd, int spaces, int index) const argument
44 snprintf(buffer, SIZE, "%*sAudio patch %d:\n", spaces, "", index+1);
46 snprintf(buffer, SIZE, "%*s- handle: %2d\n", spaces, "", mHandle);
48 snprintf(buffer, SIZE, "%*s- audio flinger handle: %2d\n", spaces, "", mAfPatchHandle);
50 snprintf(buffer, SIZE, "%*s- owner uid: %2d\n", spaces, "", mUid);
52 snprintf(buffer, SIZE, "%*s- %d sources:\n", spaces, "", mPatch.num_sources);
58 snprintf(buffer, SIZE, "%*s- Device ID %d %s\n", spaces + 2, "",
62 snprintf(buffer, SIZE, "%*s- Mix ID %d I/O handle %d\n", spaces + 2, "",
67 snprintf(buffer, SIZE, "%*s- %d sinks:\n", spaces, "", mPatch.num_sinks);
73 snprintf(buffer, SIZE, "%*s- Device ID %d %s\n", spaces
[all...]
H A DAudioPort.cpp350 void AudioPort::dump(int fd, int spaces, bool verbose) const argument
357 snprintf(buffer, SIZE, "%*s- name: %s\n", spaces, "", mName.string());
362 mProfiles.dump(fd, spaces);
365 snprintf(buffer, SIZE, "%*s- gains:\n", spaces, "");
369 mGains[i]->dump(fd, spaces + 2, i);
H A DAudioSession.cpp133 status_t AudioSession::dump(int fd, int spaces, int index) const argument
139 snprintf(buffer, SIZE, "%*sAudio session %d:\n", spaces, "", index+1);
141 snprintf(buffer, SIZE, "%*s- session: %2d\n", spaces, "", mSession);
143 snprintf(buffer, SIZE, "%*s- owner uid: %2d\n", spaces, "", mUid);
145 snprintf(buffer, SIZE, "%*s- input source: %d\n", spaces, "", mInputSource);
147 snprintf(buffer, SIZE, "%*s- format: %08x\n", spaces, "", mConfig.format);
149 snprintf(buffer, SIZE, "%*s- sample: %d\n", spaces, "", mConfig.sample_rate);
152 spaces, "", mConfig.channel_mask);
155 spaces, "", mIsSoundTrigger ? "true" : "false");
157 snprintf(buffer, SIZE, "%*s- open count: %d\n", spaces, "", mOpenCoun
[all...]
H A DDeviceDescriptor.cpp206 status_t DeviceVector::dump(int fd, const String8 &tag, int spaces, bool verbose) const argument
214 snprintf(buffer, SIZE, "%*s- %s devices:\n", spaces, "", tag.string());
217 itemAt(i)->dump(fd, spaces + 2, i, verbose);
272 status_t DeviceDescriptor::dump(int fd, int spaces, int index, bool verbose) const argument
278 snprintf(buffer, SIZE, "%*sDevice %d:\n", spaces, "", index+1);
281 snprintf(buffer, SIZE, "%*s- id: %2d\n", spaces, "", mId);
285 snprintf(buffer, SIZE, "%*s- tag name: %s\n", spaces, "", mTagName.string());
290 snprintf(buffer, SIZE, "%*s- type: %-48s\n", spaces, "", deviceLiteral.c_str());
294 snprintf(buffer, SIZE, "%*s- address: %-32s\n", spaces, "", mAddress.string());
298 AudioPort::dump(fd, spaces, verbos
[all...]

Completed in 78 milliseconds