HomeSort by relevance Sort by last modified time
    Searched refs:state2str (Results 1 - 6 of 6) sorted by null

  /system/core/toolbox/
netstat.c 56 static const char *state2str(unsigned state) function
112 state2str(state));
140 state2str(state));
  /external/bluetooth/bluez/audio/
gateway.c 75 static const char *state2str(gateway_state_t state) function
109 val = state2str(new_state);
468 value = state2str(gw->state);
sink.c 90 static const char *state2str(sink_state_t state) function
116 state_str = state2str(new_state);
617 state = state2str(sink->state);
source.c 84 static const char *state2str(source_state_t state) function
110 state_str = state2str(new_state);
470 state = state2str(source->state);
device.c 136 static const char *state2str(audio_state_t state) function
236 state_str = state2str(new_state);
607 state = state2str(device->priv->state);
headset.c 271 static const char *state2str(headset_state_t state) function
    [all...]

Completed in 86 milliseconds