HomeSort by relevance Sort by last modified time
    Searched refs:is_connected (Results 1 - 25 of 33) sorted by null

1 2

  /system/connectivity/shill/wifi/
mock_wake_on_wifi.h 38 void(bool is_connected,
45 void(bool is_connected,
54 MOCK_METHOD1(ReportConnectedToServiceAfterWake, void(bool is_connected));
wake_on_wifi.h 228 // - |is_connected|: whether the WiFi device is connected.
241 bool is_connected,
253 // - |is_connected|: whether the WiFi device is connected.
264 bool is_connected,
277 virtual void ReportConnectedToServiceAfterWake(bool is_connected);
479 // - |is_connected|: whether the WiFi device is connected.
487 bool is_connected,
wake_on_wifi_unittest.cc 1804 const bool is_connected = true; local
1847 const bool is_connected = true; local
1916 const bool is_connected = true; local
1951 const bool is_connected = false; local
2271 bool is_connected; local
2312 const bool is_connected = true; local
2321 const bool is_connected = true; local
2335 const bool is_connected = true; local
2361 const bool is_connected = true; local
2386 const bool is_connected = true; local
2416 const bool is_connected = false; local
2445 const bool is_connected = false; local
2472 const bool is_connected = false; local
2503 const bool is_connected = true; local
2528 const bool is_connected = false; local
2556 const bool is_connected = false; local
2584 const bool is_connected = false; local
2616 const bool is_connected = false; local
2643 const bool is_connected = false; local
2671 const bool is_connected = false; local
2699 const bool is_connected = true; local
2707 const bool is_connected = false; local
2730 const bool is_connected = false; local
2787 const bool is_connected = false; local
2905 const bool is_connected = true; local
2924 const bool is_connected = false; local
2943 const bool is_connected = true; local
2963 const bool is_connected = false; local
3218 const bool is_connected = true; local
3235 const bool is_connected = true; local
3302 const bool is_connected = true; local
3312 const bool is_connected = false; local
    [all...]
wake_on_wifi.cc     [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/
main.cc 64 if (conductor->connection_active() || client.is_connected()) {
65 while ((conductor->connection_active() || client.is_connected()) &&
peer_connection_client.cc 79 bool PeerConnectionClient::is_connected() const { function in class:PeerConnectionClient
161 ASSERT(is_connected());
163 if (!is_connected() || peer_id == -1)
363 ASSERT(is_connected());
peer_connection_client.h 55 bool is_connected() const;
conductor.cc 342 if (client_->is_connected())
349 if (client_->is_connected())
443 if (client_->is_connected()) {
  /system/update_engine/update_manager/
real_shill_provider.cc 123 bool is_connected = (default_service_path_.IsValid() && local
125 var_is_connected_.SetValue(is_connected);
128 if (!is_connected) {
  /external/selinux/libsemanage/src/
handle.c 268 return sh->is_connected;
301 if (sh->is_connected) {
346 sh->is_connected = 1;
369 if (!sh->is_connected) {
376 sh->is_connected = 0;
400 if (!sh->is_connected) {
modules.c 114 } else if (!sh->is_connected) {
133 } else if (!sh->is_connected) {
155 } else if (!sh->is_connected) {
204 } else if (!sh->is_connected) {
222 } else if (!sh->is_connected) {
811 } else if (!sh->is_connected) {
835 } else if (!sh->is_connected) {
1079 } else if (!sh->is_connected) {
1099 } else if (!sh->is_connected) {
1116 } else if (!sh->is_connected) {
    [all...]
handle.h 61 int is_connected; member in struct:semanage_handle
  /system/bt/btif/src/
btif_hf.c 190 ** Function is_connected
197 static BOOLEAN is_connected(bt_bdaddr_t *bd_addr) function
758 if (!is_connected(bd_addr))
798 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
832 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
866 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
896 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
937 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
    [all...]
btif_hf_client.c 166 static BOOLEAN is_connected(bt_bdaddr_t *bd_addr) function
218 if (is_connected(bd_addr))
251 if (is_connected(bd_addr))
273 if (is_connected(bd_addr))
307 if (is_connected(bd_addr))
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main.cc 41 client_ != NULL && !client_->is_connected()) {
  /system/connectivity/shill/
mock_metrics.h 103 void(bool is_connected, bool in_dark_resume));
metrics_unittest.cc 1043 bool is_connected; local
1063 bool is_connected; local
    [all...]
  /system/connectivity/shill/dbus/
chromeos_dhcpcd_listener.cc 58 if (!bus_->is_connected()) {
  /external/libchrome/dbus/
bus.h 596 bool is_connected() { return connection_ != NULL; } function in class:dbus::Bus
exported_object.cc 285 if (!bus_->is_connected())
  /hardware/libhardware/include/hardware/
hdmi_cec.h 405 * (*is_connected)() returns the connection status of the specified port.
409 int (*is_connected)(const struct hdmi_cec_device* dev, int port_id); member in struct:hdmi_cec_device
  /system/bt/btif/include/
btif_hl.h 205 BOOLEAN is_connected; member in struct:__anon72202
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_test_utils.py     [all...]
  /frameworks/base/services/core/jni/
com_android_server_hdmi_HdmiCecController.cpp 269 return mDevice->is_connected(mDevice, port) == HDMI_CONNECTED;
  /hardware/qcom/display/msm8996/hdmi_cec/
qhdmi_cec.cpp 490 dev->device.is_connected = cec_is_connected;

Completed in 577 milliseconds

1 2