HomeSort by relevance Sort by last modified time
    Searched refs:configureDevice (Results 1 - 5 of 5) sorted by null

  /hardware/libhardware/modules/input/evdev/
InputDevice.h 66 void configureDevice();
InputDevice.cpp 110 configureDevice();
213 void EvdevDevice::configureDevice() {
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.h 90 struct pcm * configureDevice(unsigned flags, char* hw, int sampleRate, int channelCount, int periodSize, bool playback);
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 88 milliseconds