Searched defs:connect (Results 1 - 11 of 11) sorted by relevance

/system/connectivity/shill/ethernet/
H A Dethernet_service_unittest.cc63 bool SetAutoConnect(const bool connect, Error* error) { argument
64 return service_->SetAutoConnectFull(connect, error);
H A Dethernet_service.cc112 bool EthernetService::SetAutoConnectFull(const bool& connect, argument
114 if (!connect) {
117 "Auto-connect on Ethernet services must not be disabled.");
120 return Service::SetAutoConnectFull(connect, error);
/system/bt/btif/src/
H A Dbtif_hf_client.c209 ** Function connect
211 ** Description connect to audio gateway
230 static bt_status_t connect( bt_bdaddr_t *bd_addr ) function
672 .connect = connect,
H A Dbtif_hf.c754 ** Function connect
756 ** Description connect to headset
790 static bt_status_t connect( bt_bdaddr_t *bd_addr ) function
1614 connect,
H A Dbtif_hh.c118 * NUMLOCK state toggle on fpr first connect.*/
629 pagescan mode, we will do 2 retries to connect before giving up */
748 // The connect request must come from device side and exceeded the connected
980 keys work from first keyboard connect */
1201 ** Function connect
1203 ** Description connect to hid device
1208 static bt_status_t connect( bt_bdaddr_t *bd_addr) function
1621 connect,
/system/core/adb/
H A Dsocket_test.cpp63 auto connect = [](asocket* tail, asocket* head) { local
78 connect(prev_tail, head);
84 connect(prev_tail, end);
/system/weaved/buffet/
H A Dmanager.cc364 android::binder::Status Manager::connect( function in class:buffet::Manager
/system/connectivity/shill/
H A Dservice_unittest.cc198 bool SetAutoConnectFull(bool connect, Error* error) { argument
199 return service_->SetAutoConnectFull(connect, error);
994 // Services with non-primary connectivity technologies should not auto-connect
1004 // We should not auto-connect to a Service that a user has
1011 // But if the Service is reloaded, it is eligible for auto-connect
1021 // A deliberate Connect should also re-enable auto-connect.
1031 // A resume also re-enables auto-connect.
2232 // Auto-connect.
H A Dservice.cc334 // Clear any failure state from a previous connect attempt.
438 // cooldown to 0 to indicate that the last connect was successful.
884 void Service::SetAutoConnect(bool connect) { argument
885 if (auto_connect() == connect) {
888 auto_connect_ = connect;
1005 LOG(INFO) << "Noting an unexpected failure to connect.";
1112 // Ignore the auto-connect property if both services are connected
1226 // Forget if the user disconnected us, we might be able to connect now.
1467 bool Service::SetAutoConnectFull(const bool& connect, Error* /*error*/) { argument
1469 << auto_connect() << "->" << connect;
[all...]
/system/core/libusbhost/
H A Dusbhost.c549 unsigned int interface, int connect)
554 ctl.ioctl_code = (connect ? USBDEVFS_CONNECT : USBDEVFS_DISCONNECT);
548 usb_device_connect_kernel_driver(struct usb_device *device, unsigned int interface, int connect) argument
/system/bt/stack/avdt/
H A Davdt_int.h106 /* scb transport channel connect timeout value (in milliseconds) */
417 tAVDT_CCB_API_CONNECT connect; member in union:__anon844
491 alarm_t *transport_channel_timer; /* transport channel connect timer */

Completed in 384 milliseconds