/frameworks/av/include/media/ |
AudioIoDescriptor.h | 46 if (mPatch.num_sources != 0 && mPatch.num_sinks != 0) {
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
AudioPatch.cpp | 67 snprintf(buffer, SIZE, "%*s- %d sinks:\n", spaces, "", mPatch.num_sinks); 69 for (size_t i = 0; i < mPatch.num_sinks; i++) { 97 ALOGV("addAudioPatch() handle %d af handle %d num_sources %d num_sinks %d source handle %d" 99 handle, patch->mAfPatchHandle, patch->mPatch.num_sources, patch->mPatch.num_sinks, 143 for (size_t sinkIndex = 0; sinkIndex < patch->mPatch.num_sinks && !skip; sinkIndex++) { 157 ALOGV("listAudioPatches() patch %zu num_sources %d num_sinks %d", 158 patchIndex, patch->mPatch.num_sources, patch->mPatch.num_sinks);
|
/frameworks/av/services/audioflinger/ |
PatchPanel.cpp | 148 ALOGV("createAudioPatch() num_sources %d num_sinks %d handle %d", 149 patch->num_sources, patch->num_sinks, *handle); 155 (patch->num_sinks == 0 && patch->num_sources != 2) || 156 patch->num_sinks > AUDIO_PATCH_PORTS_MAX) { 190 } else if ((patch->num_sinks == 0) || 195 // Note on (patch->num_sinks == 0): this situation should not happen as 198 // Note that removedPatch->mAudioPatch.num_sinks cannot be 0 here because 230 for (unsigned int i = 0; i < patch->num_sinks; i++) { 234 patch->num_sinks > 1) { 257 (patch->num_sinks != 0 && patch->sinks[0].ext.device.hw_module ! [all...] |
Threads.cpp | [all...] |
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioHardwareInterface.h | 288 unsigned int num_sinks,
|
/hardware/libhardware/include/hardware/ |
audio.h | 652 unsigned int num_sinks,
|
/frameworks/av/services/audiopolicy/managerdefault/ |
AudioPolicyManager.cpp | 365 patch.num_sinks = 1; 408 patch.num_sinks = 1; [all...] |
/frameworks/base/core/jni/ |
android_media_AudioSystem.cpp | [all...] |
/system/media/audio/include/system/ |
audio.h | 1124 unsigned int num_sinks; \/* number of sinks in following array *\/ member in struct:audio_patch [all...] |