Searched defs:channel_state (Results 1 – 4 of 4) sorted by relevance
/external/libopus/silk/ |
D | dec_API.c | 40 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.py | 98 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/ |
D | channel.pyx.pxi | 102 _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/ |
D | client_lb_end2end_test.cc | 505 grpc_connectivity_state channel_state; in TEST_F() local 829 grpc_connectivity_state channel_state; in TEST_F() local
|