Home
last modified time | relevance | path

Searched refs:radio_hw_device (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
Dradio.h221 struct radio_hw_device { struct
234 int (*get_properties)(const struct radio_hw_device *dev, argument
257 int (*open_tuner)(const struct radio_hw_device *dev, argument
276 int (*close_tuner)(const struct radio_hw_device *dev, const struct radio_tuner *tuner); argument
280 typedef struct radio_hw_device radio_hw_device_t;
285 struct radio_hw_device** device) in radio_hw_device_open()
291 static inline int radio_hw_device_close(const struct radio_hw_device* device) in radio_hw_device_close()
/hardware/libhardware/modules/radio/
Dradio_hw.c98 struct radio_hw_device device;
625 static int rdev_get_properties(const struct radio_hw_device *dev, in rdev_get_properties()
637 static int rdev_open_tuner(const struct radio_hw_device *dev, in rdev_open_tuner()
698 static int rdev_close_tuner(const struct radio_hw_device *dev, in rdev_close_tuner()