Searched refs:pFormat (Results 1 - 11 of 11) 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 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 DAudioPolicyCompatClient.h43 audio_format_t *pFormat,
56 audio_format_t *pFormat,
H A DAudioHardwareStub.cpp119 status_t AudioStreamOutStub::set(int *pFormat, uint32_t *pChannels, uint32_t *pRate) argument
121 if (pFormat) *pFormat = format();
169 status_t AudioStreamInStub::set(int *pFormat, uint32_t *pChannels, uint32_t *pRate, 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
H A DAudioHardwareGeneric.h46 int *pFormat,
79 int *pFormat,
H A DAudioHardwareStub.h32 virtual status_t set(int *pFormat, uint32_t *pChannels, uint32_t *pRate);
49 virtual status_t set(int *pFormat, uint32_t *pChannels, uint32_t *pRate, AudioSystem::audio_in_acoustics acoustics);
H A DA2dpAudioInterface.h82 int *pFormat,
/hardware/libhardware/include/hardware/
H A Daudio_policy.h272 audio_format_t *pFormat,
310 audio_format_t *pFormat,
391 audio_format_t *pFormat,
406 audio_format_t *pFormat,
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h196 audio_format_t *pFormat,
220 audio_format_t *pFormat,
/hardware/intel/img/psb_video/src/mrst/
H A Dpvr2d.h566 PVR2DFORMAT *pFormat,

Completed in 140 milliseconds