OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setSoftwareParams
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/audio/legacy/alsa_sound/
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
...]
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
...]
Completed in 24 milliseconds