OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSoftwareParams
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.h
111
status_t
setSoftwareParams
(pcm *pcm, bool playback);
alsa_default.cpp
344
status_t
setSoftwareParams
(alsa_handle_t *handle)
718
err =
setSoftwareParams
(handle);
770
err =
setSoftwareParams
(handle);
814
err =
setSoftwareParams
(handle);
863
err =
setSoftwareParams
(handle);
865
ALOGE("s_start_voice_call:
setSoftwareParams
failed");
908
err =
setSoftwareParams
(handle);
910
ALOGE("s_start_voice_call:
setSoftwareParams
failed");
[
all
...]
AudioUsbALSA.cpp
327
status_t AudioUsbALSA::
setSoftwareParams
(pcm *pcm, bool playback)
329
ALOGD("
setSoftwareParams
");
613
err =
setSoftwareParams
(handle, playback);
615
ALOGE("ERROR:
setSoftwareParams
failed");
[
all
...]
Completed in 101 milliseconds