Home
last modified time | relevance | path

Searched defs:call_state (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
H A Dchannel.pyx.pxi136 _ChannelState channel_state, _CallState call_state, object operations,
154 _ChannelState channel_state, _CallState call_state, object operations,
171 _ChannelState channel_state, _CallState call_state, grpc_status_code code,
217 _ChannelState channel_state, _CallState call_state,
324 def __cinit__(self, _ChannelState channel_state, _CallState call_state):
355 _ChannelState state, _CallState call_state,
373 def __cinit__(self, _ChannelState channel_state, _CallState call_state):
H A D_hooks.pyx.pxi34 def set_census_context_on_call(_CallState call_state, CensusContext census_ctx):
37 def set_instrumentation_context_on_call_aio(GrpcCallWrapper call_state, CensusContext census_ctx):
/aosp_15_r20/external/grpc-grpc/examples/python/async_streaming/
H A Dphone.proto45 CallState call_state = 2; field
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc135 static const char* dump_hf_call_state(bthf_call_state_t call_state) { in dump_hf_call_state()
233 static uint8_t callstate_to_callsetup(bthf_call_state_t call_state) { in callstate_to_callsetup()
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/internal/
H A Dsynchronous_call_impl.h102 SynchronousCallState<Response> call_state; in StructSynchronousCall() local
/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/
Dcall_service.h132 CallState call_state; member
Dcall_service.cpp352 CallStatus::CallState call_state = iter->second.call_state; in HandleCurrentCalls() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/load_balancing/
Dlb_policy.h153 CallState* call_state; member
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp765 jint num_held, jint call_state, jint signal, jint roam, in cindResponseNative()
869 jint num_held, jint call_state, jstring number_str, in phoneStateChangeNative()
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/
H A Dlb_policy.h164 CallState* call_state; member
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_voice_conf_utils.py821 def _three_phone_hangup_call_verify_call_state( argument
Dtel_video_utils.py937 call_state): argument
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/xds/
H A Dxds_cluster_manager.cc232 auto* call_state = static_cast<ClientChannelLbCallState*>(args.call_state); in Pick() local
H A Dxds_cluster_impl.cc406 auto* call_state = static_cast<ClientChannelLbCallState*>(args.call_state); in Pick() local
H A Dxds_override_host.cc571 auto* call_state = static_cast<ClientChannelLbCallState*>(args.call_state); in Pick() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_manager.cc233 auto* call_state = static_cast<ClientChannelLbCallState*>(args.call_state); in Pick() local
Dxds_override_host.cc372 auto* call_state = static_cast<ClientChannelLbCallState*>(args.call_state); in Pick() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/ring_hash/
Dring_hash.cc347 auto* call_state = static_cast<ClientChannelLbCallState*>(args.call_state); in Pick() local
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/ring_hash/
H A Dring_hash.cc304 auto* call_state = static_cast<ClientChannelLbCallState*>(args.call_state); in Pick() local
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dtape.h940 AccumulatorCallState& call_state = call_state_.top(); in ForwardpropFromTape() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs2125 let call_state = data & (UHID_OUTPUT_RING | UHID_OUTPUT_OFF_HOOK); in dispatch_uhid_hfp_output_callback() localVariable
2179 let mut call_state = CallState::Idle; in notify_telephony_event() localVariable
/aosp_15_r20/frameworks/opt/telephony/proto/src/
Dtelephony.proto2400 optional CallState call_state = 9; field
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp13656 auto &call_state = physical_device_state->vkGetPhysicalDeviceSurfacePresentModesKHRState; in PostCallRecordGetPhysicalDeviceSurfacePresentModesKHR() local
13676 const auto &call_state = physical_device_state->vkGetPhysicalDeviceSurfaceFormatsKHRState; in PreCallValidateGetPhysicalDeviceSurfaceFormatsKHR() local
13709 auto &call_state = physical_device_state->vkGetPhysicalDeviceSurfaceFormatsKHRState; in PostCallRecordGetPhysicalDeviceSurfaceFormatsKHR() local
/aosp_15_r20/frameworks/proto_logging/stats/
H A Datoms.proto3248 optional android.telecom.CallStateEnum call_state = 1; field
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/
Datoms.pb.h275861 inline ::android::telecom::CallStateEnum CallStateChanged::call_state() const { in call_state() function