Searched defs:pFormat (Results 1 - 4 of 4) 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,
48 pFormat, pChannelMask, pLatencyMs,
76 audio_format_t *pFormat,
80 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, const audio_offload_info_t *offloadInfo) argument
73 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

Completed in 56 milliseconds