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

  /hardware/qcom/display/msm8996/sdm/include/core/
core_interface.h 100 bool is_connected; member in struct:sdm::HWDisplayInterfaceInfo
  /hardware/qcom/display/msm8998/sdm/include/core/
core_interface.h 101 bool is_connected; member in struct:sdm::HWDisplayInterfaceInfo
  /hardware/qcom/display/sdm845/sdm/include/core/
core_interface.h 101 bool is_connected; member in struct:sdm::HWDisplayInterfaceInfo
  /system/update_engine/update_manager/
real_shill_provider.cc 97 bool is_connected = (default_service_path_.IsValid() && local
99 var_is_connected_.SetValue(is_connected);
102 if (!is_connected) {
  /external/autotest/server/cros/servo/
pd_device.py 37 def is_connected(self): member in class:PDDevice
174 def is_connected(self): member in class:PDConsoleDevice
252 connect = self.is_connected()
362 if self.is_connected() == False:
371 if self.is_connected() == False:
470 connect = self.is_connected()
  /external/libchrome/dbus/
bus.h 596 bool is_connected() { return connection_ != NULL; } function in class:dbus::Bus
  /external/selinux/libsemanage/src/
handle.h 61 int is_connected; member in struct:semanage_handle
  /external/webrtc/webrtc/examples/peerconnection/client/
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());
  /system/bt/btif/src/
btif_hf_client.cc 103 bool is_connected(const btif_hf_client_cb_t* cb);
157 if (cb == NULL || !is_connected(cb)) {
176 bool is_connected(const btif_hf_client_cb_t* cb) { function
296 if (is_connected(cb)) return BT_STATUS_BUSY;
348 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL;
378 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL;
397 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL;
419 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL;
442 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL;
472 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL
    [all...]
btif_hf.cc 164 * Function is_connected
171 static bool is_connected(RawAddress* bd_addr) { function
736 if (!is_connected(bd_addr)) {
772 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX)) {
803 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX)) {
835 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX)) {
862 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX)) {
897 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX)) {
935 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX)) {
961 if (is_connected(NULL))
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py 91 if not ad.is_connected():
445 def is_connected(self): member in class:AndroidDevice
    [all...]
  /external/devlib/devlib/
target.py 65 def is_connected(self): member in class:Target
258 if not self.is_connected:
    [all...]
  /system/bt/btif/include/
btif_hl.h 185 bool is_connected; member in struct:__anon113329
  /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_types.h 190 bool is_connected; member in struct:__anon113607
  /system/bt/stack/include/
bt_types.h 713 uint32_t is_connected; member in struct:__anon113763
    [all...]

Completed in 515 milliseconds