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

/hardware/libhardware/include/hardware/
H A Dradio.h34 #define RADIO_HARDWARE_DEVICE "radio_hw_device"
221 struct radio_hw_device { struct
234 int (*get_properties)(const struct radio_hw_device *dev,
257 int (*open_tuner)(const struct radio_hw_device *dev,
276 int (*close_tuner)(const struct radio_hw_device *dev, const struct radio_tuner *tuner);
280 typedef struct radio_hw_device radio_hw_device_t;
285 struct radio_hw_device** device)
291 static inline int radio_hw_device_close(const struct radio_hw_device* device)

Completed in 67 milliseconds