HomeSort by relevance Sort by last modified time
    Searched defs:hw_device (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/modules/usbaudio/
audio_hw.c 45 struct audio_hw_device hw_device; member in struct:audio_device
395 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG;
396 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0;
397 adev->hw_device.common.module = (struct hw_module_t *) module;
398 adev->hw_device.common.close = adev_close;
400 adev->hw_device.init_check = adev_init_check;
401 adev->hw_device.set_voice_volume = adev_set_voice_volume;
402 adev->hw_device.set_master_volume = adev_set_master_volume;
403 adev->hw_device.set_mode = adev_set_mode;
404 adev->hw_device.set_mic_mute = adev_set_mic_mute
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 122 struct audio_hw_device hw_device; member in struct:audio_device
    [all...]
  /device/ti/panda/audio/
audio_hw.c 577 struct audio_hw_device hw_device; member in struct:omap4_audio_device
986 adev_set_voice_volume(&adev->hw_device, adev->voice_volume);
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 642 struct audio_hw_device hw_device; member in struct:tuna_audio_device
    [all...]

Completed in 68 milliseconds