OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:configureDevice
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/modules/input/evdev/
InputDevice.cpp
123
configureDevice
();
226
void EvdevDevice::
configureDevice
() {
/hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp
407
musbRecordingHandle =
configureDevice
(PCM_IN|channelFlag|PCM_MMAP, (char *)"hw:1,0",
419
mproxyRecordingHandle =
configureDevice
(PCM_OUT|channelFlag|PCM_MMAP, (char *)"hw:0,7",
590
struct pcm * AudioUsbALSA::
configureDevice
(unsigned flags, char* hw, int sampleRate, int channelCount, int periodSize, bool playback){
800
musbPlaybackHandle =
configureDevice
(PCM_OUT|PCM_STEREO|PCM_MMAP, (char *)"hw:1,0",
818
mproxyPlaybackHandle =
configureDevice
(PCM_IN|PCM_STEREO|PCM_MMAP, (char *)"hw:0,8",
[
all
...]
/frameworks/native/services/inputflinger/tests/
InputReader_test.cpp
[
all
...]
Completed in 2816 milliseconds