Home
last modified time | relevance | path

Searched refs:source_state_t (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/audio/
Dsource.h33 } source_state_t; typedef
36 source_state_t old_state,
37 source_state_t new_state,
Dsource.c68 source_state_t state;
84 static const char *state2str(source_state_t state) in state2str()
101 static void source_set_state(struct audio_device *dev, source_state_t new_state) in source_set_state()
105 source_state_t old_state = source->state; in source_set_state()
Ddevice.c746 source_state_t state = source_get_state(dev); in audio_device_is_connected()