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

  /device/generic/goldfish/keymaster/trusty/
trusty_keymaster_device.cpp 645 hw_device_t* TrustyKeymasterDevice::hw_device() { function in class:keymaster::TrustyKeymasterDevice
  /device/linaro/poplar/audio/
audio_hw.c 65 struct audio_hw_device hw_device; member in struct:alsa_audio_device
647 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG;
648 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0;
649 adev->hw_device.common.module = (struct hw_module_t *) module;
650 adev->hw_device.common.close = adev_close;
651 adev->hw_device.init_check = adev_init_check;
652 adev->hw_device.set_voice_volume = adev_set_voice_volume;
653 adev->hw_device.set_master_volume = adev_set_master_volume;
654 adev->hw_device.get_master_volume = adev_get_master_volume;
655 adev->hw_device.set_master_mute = adev_set_master_mute
    [all...]
  /device/linaro/hikey/audio/
audio_hw.c 95 struct audio_hw_device hw_device; member in struct:alsa_audio_device
833 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG;
834 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0;
835 adev->hw_device.common.module = (struct hw_module_t *) module;
836 adev->hw_device.common.close = adev_close;
837 adev->hw_device.init_check = adev_init_check;
838 adev->hw_device.set_voice_volume = adev_set_voice_volume;
839 adev->hw_device.set_master_volume = adev_set_master_volume;
840 adev->hw_device.get_master_volume = adev_get_master_volume;
841 adev->hw_device.set_master_mute = adev_set_master_mute
    [all...]

Completed in 240 milliseconds