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

  /hardware/libhardware/include/hardware/
audio.h 516 uint32_t (*get_supported_devices)(const struct audio_hw_device *dev); member in struct:audio_hw_device
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 289 if ((dev->get_supported_devices != NULL) &&
290 (dev->get_supported_devices(dev) & devices) == devices)
    [all...]

Completed in 162 milliseconds