HomeSort by relevance Sort by last modified time
    Searched refs: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
400 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG;
401 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_1_0;
402 adev->hw_device.common.module = (struct hw_module_t *) module;
403 adev->hw_device.common.close = adev_close;
405 adev->hw_device.get_supported_devices = adev_get_supported_devices;
406 adev->hw_device.init_check = adev_init_check;
407 adev->hw_device.set_voice_volume = adev_set_voice_volume;
408 adev->hw_device.set_master_volume = adev_set_master_volume;
409 adev->hw_device.set_mode = adev_set_mode
    [all...]
  /device/asus/grouper/audio/
audio_hw.c 97 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 635 struct audio_hw_device hw_device; member in struct:tuna_audio_device
    [all...]

Completed in 1323 milliseconds