Home
last modified time | relevance | path

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

123456

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dmain.rs52 pub(crate) struct ClientContext { struct
54 pub(crate) adapters: HashMap<i32, bool>,
58 pub(crate) default_adapter: i32,
61 pub(crate) enabled: bool,
64 pub(crate) adapter_ready: bool,
67 pub(crate) adapter_address: Option<RawAddress>,
71 pub(crate) bonding_attempt: Option<BluetoothDevice>,
74 pub(crate) discovering_state: bool,
78 pub(crate) found_devices: HashMap<String, BluetoothDevice>,
81 pub(crate) bonded_devices: HashMap<String, BluetoothDevice>,
[all …]
Dcallbacks.rs70 context: Arc<Mutex<ClientContext>>, in new()
126 context: Arc<Mutex<ClientContext>>, in new()
360 _context: Arc<Mutex<ClientContext>>, in new()
417 context: Arc<Mutex<ClientContext>>, in new()
542 context: Arc<Mutex<ClientContext>>, in new()
705 context: Arc<Mutex<ClientContext>>, in new()
907 context: Arc<Mutex<ClientContext>>, in new()
1181 context: Arc<Mutex<ClientContext>>, in new()
1363 _context: Arc<Mutex<ClientContext>>, in new()
1438 context: Arc<Mutex<ClientContext>>, in new()
[all …]
Dbt_adv.rs73 pub(crate) fn start(context: Arc<Mutex<ClientContext>>, s: AdvSet, callback_id: u32) { in start()
90 pub(crate) fn stop_all(context: Arc<Mutex<ClientContext>>) { in stop_all()
Deditor.rs180 client_context: Arc<Mutex<ClientContext>>, in new()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/
Dclient_context.cc55 void DefaultConstructor(ClientContext* /*context*/) override {} in DefaultConstructor() argument
56 void Destructor(ClientContext* /*context*/) override {} in Destructor() argument
64 ClientContext::ClientContext() in ClientContext() function in grpc::ClientContext
/aosp_15_r20/external/grpc-grpc/src/cpp/client/
H A Dclient_context.cc54 void DefaultConstructor(ClientContext* /*context*/) override {} in DefaultConstructor() argument
55 void Destructor(ClientContext* /*context*/) override {} in Destructor() argument
63 ClientContext::ClientContext() in ClientContext() function in grpc::ClientContext
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dchannel_interface.h54 class ClientContext; variable
154 const internal::RpcMethod& /*method*/, grpc::ClientContext* /*context*/, in CreateCallInternal()
Dclient_unary_call.h30 class ClientContext; variable
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/
H A Dchannel_interface.h54 class ClientContext; variable
154 const internal::RpcMethod& /*method*/, grpc::ClientContext* /*context*/, in CreateCallInternal()
H A Dclient_unary_call.h30 class ClientContext; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dchannel_interface.h54 class ClientContext; variable
154 const internal::RpcMethod& /*method*/, grpc::ClientContext* /*context*/, in CreateCallInternal()
Dclient_unary_call.h30 class ClientContext; variable
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dclient_async.cc74 BenchmarkService::Stub*, grpc::ClientContext*, const RequestType&, in ClientRpcContextUnaryImpl()
346 BenchmarkService::Stub*, grpc::ClientContext*, CompletionQueue*)> in ClientRpcContextStreamingPingPongImpl()
531 BenchmarkService::Stub*, grpc::ClientContext*, ResponseType*, in ClientRpcContextStreamingFromClientImpl()
663 BenchmarkService::Stub*, grpc::ClientContext*, const RequestType&, in ClientRpcContextStreamingFromServerImpl()
778 grpc::GenericStub*, grpc::ClientContext*, in ClientRpcContextGenericStreamingImpl()
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/
H A Dasync_unary_call.h114 std::function<void(ClientContext*, internal::Call*, in SetupRequest()
H A Dclient_interceptor.h33 class ClientContext; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dasync_unary_call.h114 std::function<void(ClientContext*, internal::Call*, in SetupRequest()
Dclient_interceptor.h33 class ClientContext; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dasync_unary_call.h114 std::function<void(ClientContext*, internal::Call*, in SetupRequest()
Dclient_interceptor.h33 class ClientContext; variable
/aosp_15_r20/external/pigweed/pw_transfer/public/pw_transfer/internal/
H A Dclient_context.h25 constexpr ClientContext() in ClientContext() function
/aosp_15_r20/external/apache-http/src/org/apache/http/client/protocol/
H A DClientContext.java44 public interface ClientContext { interface
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dcli_call.h32 class ClientContext; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_remote_master.cc125 Status CallWithRetry(CallOptions* call_options, const Request* request, in CallWithRetry()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
H A DClientContext.java66 public abstract class ClientContext { class
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/
Dserver_context.h100 class ClientContext; variable

123456