OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_pcm_sw_params_malloc
(Results
1 - 4
of
4
) sorted by null
/device/samsung/crespo/alsa-lib/include/
pcm.h
713
int
snd_pcm_sw_params_malloc
(snd_pcm_sw_params_t **ptr);
[
all
...]
/device/samsung/crespo/libaudio/
AudioHardwareALSA.cpp
770
if (
snd_pcm_sw_params_malloc
(&mSoftwareParams) < 0) {
[
all
...]
/external/bluetooth/bluez/audio/
pcm_bluetooth.c
1038
snd_pcm_sw_params_malloc
(&swparams);
[
all
...]
/device/samsung/crespo/alsa-lib/src/pcm/
pcm.c
5495
int
snd_pcm_sw_params_malloc
(snd_pcm_sw_params_t **ptr)
function
[
all
...]
Completed in 19 milliseconds