Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dcli-text.c416 static const char* const state_table[] = { in pa_source_output_list_to_string() local
480 state_table[o->state], in pa_source_output_list_to_string()
513 static const char* const state_table[] = { in pa_sink_input_list_to_string() local
577 state_table[i->state], in pa_sink_input_list_to_string()
/third_party/pulseaudio/src/utils/
Dpactl.c278 static const char *state_table[] = { in get_sink_info_callback() local
316 state_table[1+i->state]); in get_sink_info_callback()
337 state_table[1+i->state], in get_sink_info_callback()
387 static const char *state_table[] = { in get_source_info_callback() local
425 state_table[1+i->state]); in get_source_info_callback()
446 state_table[1+i->state], in get_source_info_callback()
/third_party/protobuf/src/google/protobuf/stubs/
Dstructurally_valid.cc92 const uint8* state_table; member
380 const uint8* Tbl0 = &st->state_table[st->state0]; in InStateZero()
399 const uint8* Tbl_0 = &st->state_table[st->state0]; in UTF8GenericScan()