Searched refs:ClientContext (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 12 use crate::{ClientContext, GattRequest}; 61 context: Arc<Mutex<ClientContext>>, 70 context: Arc<Mutex<ClientContext>>, in new() argument 117 context: Arc<Mutex<ClientContext>>, 126 context: Arc<Mutex<ClientContext>>, in new() argument 352 _context: Arc<Mutex<ClientContext>>, 361 _context: Arc<Mutex<ClientContext>>, in new() argument 401 context: Arc<Mutex<ClientContext>>, 410 context: Arc<Mutex<ClientContext>>, in new() argument 526 context: Arc<Mutex<ClientContext>>, [all …]
|
D | bt_adv.rs | 4 use crate::ClientContext; 73 pub(crate) fn start(context: Arc<Mutex<ClientContext>>, s: AdvSet, callback_id: u32) { in start() argument 90 pub(crate) fn stop_all(context: Arc<Mutex<ClientContext>>) { in stop_all() argument
|
D | main.rs | 52 pub(crate) struct ClientContext { struct 171 impl ClientContext { argument 178 ) -> ClientContext { in new() argument 183 ClientContext { in new() 307 fn run_callback(&mut self, callback: Box<dyn Fn(Arc<Mutex<ClientContext>>) + Send>) { in run_callback() 343 RunCallback(Box<dyn Fn(Arc<Mutex<ClientContext>>) + Send>), // Run callback in foreground 408 let context = Arc::new(Mutex::new(ClientContext::new( in main() 493 context: Arc<Mutex<ClientContext>>, in handle_client_command() argument
|
D | editor.rs | 19 use crate::ClientContext; 39 client_context: Arc<Mutex<ClientContext>>, 180 client_context: Arc<Mutex<ClientContext>>, in new() argument
|
D | command_handler.rs | 10 use crate::ClientContext; 81 context: Arc<Mutex<ClientContext>>, 420 pub fn new(context: Arc<Mutex<ClientContext>>) -> CommandHandler { in new() 453 fn lock_context(&self) -> std::sync::MutexGuard<ClientContext> { in lock_context() argument
|
/packages/services/Car/cpp/computepipe/runner/graph/ |
D | GrpcGraph.cpp | 94 ::grpc::ClientContext context; in initialize() 140 ::grpc::ClientContext context; in handleConfigPhase() 195 ::grpc::ClientContext context; in handleExecutionPhase() 234 ::grpc::ClientContext context; in handleStopWithFlushPhase() 277 ::grpc::ClientContext context; in handleStopImmediatePhase() 318 ::grpc::ClientContext context; in handleResetPhase() 359 ::grpc::ClientContext context; in StartGraphProfiling() 383 ::grpc::ClientContext context; in StopGraphProfiling() 406 ::grpc::ClientContext context; in GetDebugInfo()
|
D | StreamSetObserver.cpp | 46 ::grpc::ClientContext context; in startObservingStream()
|
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/filetransfer/requestexecutor/ |
D | GbaRequestExecutor.java | 32 import org.apache.http.client.protocol.ClientContext; 70 ClientContext.TARGET_AUTH_STATE); in executeAuthenticatedRequest()
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |