Home
last modified time | relevance | path

Searched defs:channel_state (Results 1 – 4 of 4) sorted by relevance

/external/libopus/silk/
Ddec_API.c40 silk_decoder_state channel_state[ DECODER_NUM_CHANNELS ]; member
68 silk_decoder_state *channel_state = ((silk_decoder *)decState)->channel_state; in silk_InitDecoder() local
101 silk_decoder_state *channel_state = psDec->channel_state; in silk_Decode() local
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_channel_rpc.py98 def unary_unary(channel_state, method_descriptor): argument
105 def unary_stream(channel_state, method_descriptor): argument
112 def stream_unary(channel_state, method_descriptor): argument
117 def stream_stream(channel_state, method_descriptor): argument
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannel.pyx.pxi102 _ChannelState channel_state, _CallState call_state, object operations,
120 _ChannelState channel_state, _CallState call_state, object operations,
137 _ChannelState channel_state, _CallState call_state, grpc_status_code code,
148 _ChannelState channel_state, grpc_completion_queue *c_completion_queue,
159 _ChannelState channel_state, _CallState call_state,
246 def __cinit__(self, _ChannelState channel_state, _CallState call_state):
290 def __cinit__(self, _ChannelState channel_state, _CallState call_state):
/external/grpc-grpc/test/cpp/end2end/
Dclient_lb_end2end_test.cc505 grpc_connectivity_state channel_state; in TEST_F() local
829 grpc_connectivity_state channel_state; in TEST_F() local