Home
last modified time | relevance | path

Searched refs:lChannels (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
DAudioDumpInterface.cpp64 uint32_t lChannels = AudioSystem::CHANNEL_OUT_STEREO; in openOutputStream() local
71 lChannels = outFinal->channels(); in openOutputStream()
83 lChannels = *channels; in openOutputStream()
85 *channels = lChannels; in openOutputStream()
100 devices, lFormat, lChannels, lRate); in openOutputStream()
131 uint32_t lChannels = AudioSystem::CHANNEL_IN_MONO; in openInputStream() local
137 lChannels = inFinal->channels(); in openInputStream()
149 lChannels = *channels; in openInputStream()
151 *channels = lChannels; in openInputStream()
166 devices, lFormat, lChannels, lRate); in openInputStream()
DA2dpAudioInterface.cpp240 uint32_t lChannels = pChannels ? *pChannels : 0; in set() local
243 ALOGD("A2dpAudioStreamOut::set %x, %d, %d, %d\n", device, lFormat, lChannels, lRate); in set()
247 if (lChannels == 0) lChannels = channels(); in set()
252 (lChannels != channels()) || in set()
261 if (pChannels) *pChannels = lChannels; in set()