Searched defs:qcom_audio_device (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/audio/alsa_sound/
H A Daudio_hw_hal.cpp38 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 *qade
[all...]

Completed in 26 milliseconds