HomeSort by relevance Sort by last modified time
    Searched refs:lFormat (Results 1 - 4 of 4) 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 239 int lFormat = pFormat ? *pFormat : 0;
243 ALOGD("A2dpAudioStreamOut::set %x, %d, %d, %d\n", device, lFormat, lChannels, lRate);
246 if (lFormat == 0) lFormat = format();
251 if ((lFormat != format()) ||
260 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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iads.h     [all...]

Completed in 641 milliseconds