Home
last modified time | relevance | path

Searched refs:radio_hw_device (Results 1 – 3 of 3) 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/interfaces/broadcastradio/1.0/default/
DBroadcastRadio.h62 struct radio_hw_device *mHwDevice;
/hardware/libhardware/modules/radio/
Dradio_hw.c102 struct radio_hw_device device;
649 static int rdev_get_properties(const struct radio_hw_device *dev, in rdev_get_properties()
659 static int rdev_open_tuner(const struct radio_hw_device *dev, in rdev_open_tuner()
721 static int rdev_close_tuner(const struct radio_hw_device *dev, in rdev_close_tuner()