Searched defs:pFormat (Results 1 - 7 of 7) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioHardwareGeneric.cpp196 int *pFormat,
200 int lFormat = pFormat ? *pFormat : 0;
213 if (pFormat) *pFormat = format();
219 if (pFormat) *pFormat = lFormat;
315 int *pFormat,
320 if (pFormat == 0 || pChannels == 0 || pRate == 0) return BAD_VALUE;
321 ALOGV("AudioStreamInGeneric::set(%p, %d, %d, %d, %u)", hw, fd, *pFormat, *pChannel
192 set( AudioHardwareGeneric *hw, int fd, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate) argument
311 set( AudioHardwareGeneric *hw, int fd, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate, AudioSystem::audio_in_acoustics acoustics) argument
[all...]
H A DAudioHardwareStub.cpp119 status_t AudioStreamOutStub::set(int *pFormat, uint32_t *pChannels, uint32_t *pRate) argument
121 if (pFormat) *pFormat = format();
168 status_t AudioStreamInStub::set(int *pFormat, uint32_t *pChannels, uint32_t *pRate, argument
H A DAudioPolicyCompatClient.cpp41 audio_format_t *pFormat,
47 pFormat, pChannelMask, pLatencyMs,
75 audio_format_t *pFormat,
79 pSamplingRate, pFormat, pChannelMask);
38 openOutput(audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, uint32_t *pLatencyMs, audio_output_flags_t flags) argument
72 openInput(audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask) argument
H A DA2dpAudioInterface.cpp236 uint32_t device, int *pFormat, uint32_t *pChannels, uint32_t *pRate)
238 int lFormat = pFormat ? *pFormat : 0;
253 if (pFormat) *pFormat = format();
259 if (pFormat) *pFormat = lFormat;
235 set( uint32_t device, int *pFormat, uint32_t *pChannels, uint32_t *pRate) argument
/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioHardware.cpp175 AudioHardware* hw, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate)
177 int lFormat = pFormat ? *pFormat : 0;
193 if (pFormat) *pFormat = format();
199 if (pFormat) *pFormat = lFormat;
174 set( AudioHardware* hw, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate) argument
/hardware/msm7k/libaudio/
H A DAudioHardware.cpp666 AudioHardware* hw, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate)
668 int lFormat = pFormat ? *pFormat : 0;
683 if (pFormat) *pFormat = format();
689 if (pFormat) *pFormat = lFormat;
881 AudioHardware* hw, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate,
884 if (pFormat == 0 || *pFormat !
665 set( AudioHardware* hw, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate) argument
880 set( AudioHardware* hw, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate, AudioSystem::audio_in_acoustics acoustic_flags) argument
[all...]
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.cpp1543 AudioHardware* hw, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate)
1545 int lFormat = pFormat ? *pFormat : 0;
1561 if (pFormat) *pFormat = format();
1567 if (pFormat) *pFormat = lFormat;
1777 AudioHardware* hw, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate,
1780 if (pFormat == 0 || *pFormat !
1542 set( AudioHardware* hw, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate) argument
1776 set( AudioHardware* hw, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate, AudioSystem::audio_in_acoustics acoustic_flags) argument
[all...]

Completed in 61 milliseconds