Searched refs:lFormat (Results 1 - 6 of 6) 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;
/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioHardware.cpp177 int lFormat = pFormat ? *pFormat : 0; local
185 if (lFormat == 0) lFormat = format();
190 if ((lFormat != format()) ||
199 if (pFormat) *pFormat = lFormat;
/hardware/msm7k/libaudio/
H A DAudioHardware.cpp668 int lFormat = pFormat ? *pFormat : 0; local
675 if (lFormat == 0) lFormat = format();
680 if ((lFormat != format()) ||
689 if (pFormat) *pFormat = lFormat;
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.cpp1545 int lFormat = pFormat ? *pFormat : 0; local
1553 if (lFormat == 0) lFormat = format();
1558 if ((lFormat != format()) ||
1567 if (pFormat) *pFormat = lFormat;

Completed in 66 milliseconds