HomeSort by relevance Sort by last modified time
    Searched full:qcom_audio_device (Results 1 - 1 of 1) sorted by null

  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 38 struct qcom_audio_device { struct
429 static inline struct qcom_audio_device * to_ladev(struct audio_hw_device *dev)
431 return reinterpret_cast<struct qcom_audio_device *>(dev);
434 static inline const struct qcom_audio_device * to_cladev(const struct audio_hw_device *dev)
436 return reinterpret_cast<const struct qcom_audio_device *>(dev);
441 const struct qcom_audio_device *qadev = to_cladev(dev);
448 struct qcom_audio_device *qadev = to_ladev(dev);
454 struct qcom_audio_device *qadev = to_ladev(dev);
460 struct qcom_audio_device *qadev = to_ladev(dev);
467 struct qcom_audio_device *qadev = to_ladev(dev)
    [all...]

Completed in 903 milliseconds