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

/hardware/libhardware_legacy/audio/
H A DAudioDumpInterface.cpp63 int lFormat = AudioSystem::PCM_16_BIT; local
70 lFormat = outFinal->format();
76 lFormat = *format;
78 *format = lFormat;
100 devices, lFormat, lChannels, lRate);
130 int lFormat = AudioSystem::PCM_16_BIT; local
136 lFormat = inFinal->format();
142 lFormat = *format;
144 *format = lFormat;
166 devices, lFormat, lChannel
[all...]
H A DA2dpAudioInterface.cpp238 int lFormat = pFormat ? *pFormat : 0; local
242 ALOGD("A2dpAudioStreamOut::set %x, %d, %d, %d\n", device, lFormat, lChannels, lRate);
245 if (lFormat == 0) lFormat = format();
250 if ((lFormat != format()) ||
259 if (pFormat) *pFormat = lFormat;
H A DAudioHardwareGeneric.cpp200 int lFormat = pFormat ? *pFormat : 0; local
205 if (lFormat == 0) lFormat = format();
210 if ((lFormat != format()) ||
219 if (pFormat) *pFormat = lFormat;

Completed in 41 milliseconds