HomeSort by relevance Sort by last modified time
    Searched defs:is_connected (Results 1 - 10 of 10) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/components/
connected.py 18 'is_connected',
84 def is_connected(G): function
100 >>> print(nx.is_connected(G))
  /external/selinux/libsemanage/src/
handle.h 61 int is_connected; member in struct:semanage_handle
  /system/bt/btif/src/
btif_hf_client.c 165 static BOOLEAN is_connected(bt_bdaddr_t *bd_addr) function
217 if (is_connected(bd_addr))
250 if (is_connected(bd_addr))
272 if (is_connected(bd_addr))
305 if (is_connected(bd_addr))
    [all...]
btif_hf.c 189 ** Function is_connected
196 static BOOLEAN is_connected(bt_bdaddr_t *bd_addr) function
764 if (!is_connected(bd_addr))
804 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
838 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
872 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
902 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
943 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
    [all...]
  /external/lldb/source/Target/
Platform.cpp 309 const bool is_connected = IsConnected(); local
310 if (is_connected)
312 strm.Printf(" Connected: %s\n", is_connected ? "yes" : "no");
340 const bool is_connected = IsConnected(); local
349 if (is_connected && !m_os_version_set_while_connected)
355 fetch = is_connected;
563 const bool is_connected = IsConnected(); local
572 if (is_connected && !m_system_arch_set_while_connected)
578 fetch = is_connected;
  /system/bt/btif/include/
btif_hl.h 201 BOOLEAN is_connected; member in struct:__anon69138
  /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/stack/btm/
btm_ble_int.h 201 BOOLEAN is_connected; member in struct:__anon69333
  /external/libnfc-nci/src/include/
bt_types.h 465 UINT32 is_connected; member in struct:__anon12753
  /system/bt/stack/include/
bt_types.h 489 UINT32 is_connected; member in struct:__anon69490
    [all...]

Completed in 183 milliseconds