HomeSort by relevance Sort by last modified time
    Searched refs:lFormat (Results 1 - 9 of 9) sorted by null

  /hardware/libhardware_legacy/audio/
AudioDumpInterface.cpp 63 int lFormat = AudioSystem::PCM_16_BIT;
70 lFormat = outFinal->format();
76 lFormat = *format;
78 *format = lFormat;
100 devices, lFormat, lChannels, lRate);
130 int lFormat = AudioSystem::PCM_16_BIT;
136 lFormat = inFinal->format();
142 lFormat = *format;
144 *format = lFormat;
166 devices, lFormat, lChannels, lRate)
    [all...]
A2dpAudioInterface.cpp 238 int lFormat = pFormat ? *pFormat : 0;
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;
AudioHardwareGeneric.cpp 200 int lFormat = pFormat ? *pFormat : 0;
205 if (lFormat == 0) lFormat = format();
210 if ((lFormat != format()) ||
219 if (pFormat) *pFormat = lFormat;
  /hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.cpp 177 int lFormat = pFormat ? *pFormat : 0;
185 if (lFormat == 0) lFormat = format();
190 if ((lFormat != format()) ||
199 if (pFormat) *pFormat = lFormat;
  /device/generic/goldfish/audio/
AudioHardwareGeneric.cpp 197 int lFormat = pFormat ? *pFormat : 0;
202 if (lFormat == 0) lFormat = format();
207 if ((lFormat != format()) ||
216 if (pFormat) *pFormat = lFormat;
  /hardware/msm7k/libaudio/
AudioHardware.cpp 668 int lFormat = pFormat ? *pFormat : 0;
675 if (lFormat == 0) lFormat = format();
680 if ((lFormat != format()) ||
689 if (pFormat) *pFormat = lFormat;
    [all...]
  /device/moto/wingray/libaudio/
AudioHardware.cpp 1002 int lFormat = pFormat ? *pFormat : 0;
1009 if (lFormat == 0) lFormat = format();
1014 if ((lFormat != format()) ||
1027 if (pFormat) *pFormat = lFormat;
    [all...]
  /device/samsung/crespo/libaudio/
AudioHardware.cpp 1067 int lFormat = pFormat ? *pFormat : 0;
1075 if (lFormat == 0) lFormat = format();
    [all...]
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp     [all...]

Completed in 337 milliseconds