HomeSort by relevance Sort by last modified time
    Searched full:source_state_t (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluez/audio/
source.h 33 } source_state_t; typedef in typeref:enum:__anon1940
36 source_state_t old_state,
37 source_state_t new_state,
source.c 68 source_state_t state;
84 static const char *state2str(source_state_t state)
101 static void source_set_state(struct audio_device *dev, source_state_t new_state)
105 source_state_t old_state = source->state;
device.c 784 source_state_t state = source_get_state(dev);

Completed in 920 milliseconds