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

  /frameworks/av/media/libaudioclient/include/media/
AudioIoDescriptor.h 48 if (mPatch.num_sources != 0 && mPatch.num_sinks != 0) {
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPatch.cpp 69 snprintf(buffer, SIZE, "%*s- %d sinks:\n", spaces, "", mPatch.num_sinks);
71 for (size_t i = 0; i < mPatch.num_sinks; i++) {
99 ALOGV("addAudioPatch() handle %d af handle %d num_sources %d num_sinks %d source handle %d"
101 handle, patch->mAfPatchHandle, patch->mPatch.num_sources, patch->mPatch.num_sinks,
145 for (size_t sinkIndex = 0; sinkIndex < patch->mPatch.num_sinks && !skip; sinkIndex++) {
159 ALOGV("listAudioPatches() patch %zu num_sources %d num_sinks %d",
160 patchIndex, patch->mPatch.num_sources, patch->mPatch.num_sinks);
  /frameworks/av/media/libaudiohal/include/media/audiohal/
DeviceHalInterface.h 95 unsigned int num_sinks,
  /frameworks/av/media/libaudiohal/
DeviceHalHidl.h 97 unsigned int num_sinks,
DeviceHalLocal.h 90 unsigned int num_sinks,
DeviceHalLocal.cpp 157 unsigned int num_sinks,
162 mDev, num_sources, sources, num_sinks, sinks, patch);
DeviceHalHidl.cpp 301 unsigned int num_sinks,
307 HidlUtils::audioPortConfigsFromHal(num_sinks, sinks, &hidlSinks);
  /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...]
  /system/bt/btif/co/
bta_av_co.cc 72 uint8_t num_sinks; /* total number of sinks at peer */ member in struct:__anon113294
263 p_peer->num_sinks = num_sink;
417 __func__, p_peer->opened, p_peer->num_sinks,
444 if ((p_peer->num_rx_sinks != p_peer->num_sinks) &&
524 __func__, p_peer->opened, p_peer->num_sinks,
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 288 unsigned int num_sinks,
  /hardware/libhardware/include/hardware/
audio.h 704 unsigned int num_sinks,
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 427 patch.num_sinks = 1;
470 patch.num_sinks = 1;
    [all...]
  /system/media/audio/include/system/
audio.h 493 unsigned int num_sinks; /* number of sinks in following array */ member in struct:audio_patch
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp     [all...]

Completed in 218 milliseconds