Searched refs:lFormat (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/audioflinger/
H A DAudioDumpInterface.cpp58 int lFormat = AudioSystem::PCM_16_BIT; local
66 lFormat = outFinal->format();
75 lFormat = *format;
77 lFormat = AudioSystem::PCM_16_BIT;
94 devices, lFormat, lChannels, lRate);
125 int lFormat = AudioSystem::PCM_16_BIT; local
134 lFormat = inFinal->format();
138 if (format != 0 && *format != 0) lFormat = *format;
146 devices, lFormat, lChannels, lRate);
H A DA2dpAudioInterface.cpp234 int lFormat = pFormat ? *pFormat : 0; local
238 LOGD("A2dpAudioStreamOut::set %x, %d, %d, %d\n", device, lFormat, lChannels, lRate);
241 if (lFormat == 0) lFormat = format();
246 if ((lFormat != format()) ||
255 if (pFormat) *pFormat = lFormat;
H A DAudioHardwareGeneric.cpp198 int lFormat = pFormat ? *pFormat : 0; local
203 if (lFormat == 0) lFormat = format();
208 if ((lFormat != format()) ||
217 if (pFormat) *pFormat = lFormat;

Completed in 237 milliseconds