Searched refs:call_state (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | channel.pyx.pxi | 102 _ChannelState channel_state, _CallState call_state, object operations, argument 107 if call_state.due: 108 c_call_error, tag = _operate(call_state.c_call, operations, user_tag) 110 call_state.due.add(tag) 111 channel_state.integrated_call_states[tag] = call_state 120 _ChannelState channel_state, _CallState call_state, object operations, argument 125 if call_state.due: 126 c_call_error, tag = _operate(call_state.c_call, operations, user_tag) 128 call_state.due.add(tag) 137 _ChannelState channel_state, _CallState call_state, grpc_status_code code, argument [all …]
|
/external/grpc-grpc/test/core/end2end/fuzzers/ |
D | api_fuzzer.cc | 515 typedef struct call_state { struct 542 struct call_state* next; argument 543 struct call_state* prev; argument 544 } call_state; typedef 546 static call_state* g_active_call; 548 static call_state* new_call(call_state* sibling, call_state_type type) { in new_call() 549 call_state* c = static_cast<call_state*>(gpr_malloc(sizeof(*c))); in new_call() 562 static call_state* maybe_delete_call_state(call_state* call) { in maybe_delete_call_state() 563 call_state* next = call->next; in maybe_delete_call_state() 595 static void add_to_free(call_state* call, void* p) { in add_to_free() [all …]
|
/external/grpc-grpc/test/core/fling/ |
D | server.cc | 77 } call_state; typedef 174 call_state* s; in main() 253 s = static_cast<call_state*>(ev.tag); in main()
|
/external/autotest/client/cros/cellular/ |
D | base_station_8960.py | 57 call_state = self.c.Query('CALL:STATus?') 59 return call_state == 'IDLE' and data_state in ['IDLE', 'OFF']
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 12614 auto &call_state = physical_device_state->vkGetPhysicalDeviceSurfacePresentModesKHRState; in PostCallRecordGetPhysicalDeviceSurfacePresentModesKHR() local 12617 if (call_state < QUERY_COUNT) call_state = QUERY_COUNT; in PostCallRecordGetPhysicalDeviceSurfacePresentModesKHR() 12622 if (call_state < QUERY_DETAILS) call_state = QUERY_DETAILS; in PostCallRecordGetPhysicalDeviceSurfacePresentModesKHR() 12635 auto &call_state = physical_device_state->vkGetPhysicalDeviceSurfaceFormatsKHRState; in PreCallValidateGetPhysicalDeviceSurfaceFormatsKHR() local 12637 switch (call_state) { in PreCallValidateGetPhysicalDeviceSurfaceFormatsKHR() 12669 auto &call_state = physical_device_state->vkGetPhysicalDeviceSurfaceFormatsKHRState; in PostCallRecordGetPhysicalDeviceSurfaceFormatsKHR() local 12672 if (call_state < QUERY_COUNT) call_state = QUERY_COUNT; in PostCallRecordGetPhysicalDeviceSurfaceFormatsKHR() 12677 if (call_state < QUERY_DETAILS) call_state = QUERY_DETAILS; in PostCallRecordGetPhysicalDeviceSurfaceFormatsKHR()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | server.cc | 124 } call_state; typedef
|