/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_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...] |
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,
|
/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/ |
fake_shill_provider.h | 48 FakeVariable<bool> var_is_connected_{"is_connected", kVariableModePoll};
|
real_shill_provider.cc | 123 bool is_connected = (default_service_path_.IsValid() && local 125 var_is_connected_.SetValue(is_connected); 128 if (!is_connected) {
|
real_shill_provider.h | 94 AsyncCopyVariable<bool> var_is_connected_{"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 | 194 ** Function is_connected 201 static BOOLEAN is_connected(bt_bdaddr_t *bd_addr) function 777 if (!is_connected(bd_addr)) 817 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX)) 851 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX)) 885 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX)) 915 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX)) 956 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...] |
/system/connectivity/shill/ |
metrics_unittest.cc | 1043 bool is_connected; local 1063 bool is_connected; local [all...] |
mock_metrics.h | 103 void(bool is_connected, bool in_dark_resume));
|
/external/webrtc/webrtc/examples/peerconnection/client/linux/ |
main.cc | 41 client_ != NULL && !client_->is_connected()) {
|
/docs/source.android.com/src/devices/tv/ |
HDMI-CEC.jd | 167 <li><code>is_connected set_option</code></li> 288 * (*is_connected)() returns the connection status of the specified port. 292 int (*is_connected)(const struct hdmi_cec_device* dev, int port);
|
/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:__anon73731
|
/system/connectivity/shill/dbus/ |
chromeos_dhcpcd_listener.cc | 58 if (!bus_->is_connected()) {
|
/external/libchrome/dbus/ |
exported_object.cc | 285 if (!bus_->is_connected())
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
core_interface.h | 100 bool is_connected; member in struct:sdm::HWDisplayInterfaceInfo
|