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 453 uint32_t (*get_supported_devices)(const struct audio_hw_device *dev); member in struct:audio_hw_device
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 237 if ((dev->get_supported_devices != NULL) &&
238 (dev->get_supported_devices(dev) & devices) == devices)
    [all...]

Completed in 96 milliseconds