Home
last modified time | relevance | path

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

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