Searched defs:spaces (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioGain.cpp102 void AudioGain::dump(int fd, int spaces, int index) const argument
108 snprintf(buffer, SIZE, "%*sGain %d:\n", spaces, "", index+1);
110 snprintf(buffer, SIZE, "%*s- mode: %08x\n", spaces, "", mGain.mode);
112 snprintf(buffer, SIZE, "%*s- channel_mask: %08x\n", spaces, "", mGain.channel_mask);
114 snprintf(buffer, SIZE, "%*s- min_value: %d mB\n", spaces, "", mGain.min_value);
116 snprintf(buffer, SIZE, "%*s- max_value: %d mB\n", spaces, "", mGain.max_value);
118 snprintf(buffer, SIZE, "%*s- default_value: %d mB\n", spaces, "", mGain.default_value);
120 snprintf(buffer, SIZE, "%*s- step_value: %d mB\n", spaces, "", mGain.step_value);
122 snprintf(buffer, SIZE, "%*s- min_ramp_ms: %d ms\n", spaces, "", mGain.min_ramp_ms);
124 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);
56 snprintf(buffer, SIZE, "%*s- Device ID %d %s\n", spaces + 2, "",
61 snprintf(buffer, SIZE, "%*s- Mix ID %d I/O handle %d\n", spaces + 2, "",
66 snprintf(buffer, SIZE, "%*s- %d sinks:\n", spaces, "", mPatch.num_sinks);
70 snprintf(buffer, SIZE, "%*s- Device ID %d %s\n", spaces
[all...]
H A DDeviceDescriptor.cpp311 status_t DeviceDescriptor::dump(int fd, int spaces, int index) const argument
317 snprintf(buffer, SIZE, "%*sDevice %d:\n", spaces, "", index+1);
320 snprintf(buffer, SIZE, "%*s- id: %2d\n", spaces, "", mId);
323 snprintf(buffer, SIZE, "%*s- type: %-48s\n", spaces, "",
329 snprintf(buffer, SIZE, "%*s- address: %-32s\n", spaces, "", mAddress.string());
333 AudioPort::dump(fd, spaces);

Completed in 72 milliseconds