Home
last modified time | relevance | path

Searched defs:_connection (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CodeGenObjC/
D2008-10-3-EhValue.m25 static Frob* _connection = ((void *)0); function
/external/python/bumble/examples/
Dkeyboard.py150 def on_hid_control_point_write(_connection, value): argument
/external/python/bumble/tests/
Dhfp_test.py530 def on_sco_request(_connection, _link_type: int): argument
/external/sdv/vsomeip/implementation/endpoints/src/
Dlocal_server_endpoint_impl.cpp213 const std::shared_ptr<connection> &_connection) { in add_connection()
234 const connection::ptr& _connection, boost::system::error_code const &_error) { in accept_cbk()
Dtcp_server_endpoint_impl.cpp228 tcp_server_endpoint_impl::connection *_connection) { in remove_connection()
240 void tcp_server_endpoint_impl::accept_cbk(const connection::ptr& _connection, in accept_cbk()
/external/python/bumble/apps/
Dgg_bridge.py288 def on_rx_write(self, _connection, data): argument
Dbench.py733 def on_rx_subscription(self, _connection, notify_enabled, _indicate_enabled): argument
/external/rust/android-crates-io/crates/gdbstub/src/stub/
Dcore_impl.rs103 _connection: PhantomData<C>, field