HomeSort by relevance Sort by last modified time
    Searched refs:connected (Results 101 - 125 of 799) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/bt/stack/gap/
gap_ble.cc 42 bool connected; member in struct:__anon113640::__anon113642
88 if (cb.connected && cb.conn_id == conn_id) return &cb;
278 if (clcb.connected) {
288 bool connected, tGATT_DISCONN_REASON reason,
293 if (connected) {
295 p_clcb->connected = true;
299 p_clcb->connected = false;
370 p_clcb->connected = true;
378 if (p_clcb->connected && p_clcb->cl_op_uuid == 0)
510 * Description Start a process to read a connected peripheral's preferre
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
MultiDisplayObserver.cpp 338 status_t MultiDisplayObserver::notifyHotPlug( bool connected)
347 if (connected == mDeviceConnected) {
353 if (!connected) mExternalHdmiTiming = false;
355 mDeviceConnected = connected;
357 return mMDSConnObserver->updateHdmiConnectionStatus(connected);
402 status_t MultiDisplayObserver::notifyWidiConnectionStatus( bool connected)
408 return mMDSConnObserver->updateWidiConnectionStatus(connected);
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 100 << "The client must not be connected before you can call Connect()";
158 if (state_ != CONNECTED)
183 return state_ == CONNECTED &&
345 // The body of the response will be a list of already connected peers.
354 bool connected; local
356 &connected) && id != my_id_) {
377 state_ = CONNECTED;
400 bool connected = false; local
402 &connected)) {
403 if (connected) {
    [all...]
  /external/autotest/client/profilers/powertop/src/
urbnum.c 42 uint64_t urbs, active, connected; member in struct:device_data
57 ptr->previous_connected = ptr->connected;
85 ptr->connected = strtoull(name, NULL, 10);
180 (0.00001 + dev->connected - dev->previous_connected), dev->human_name);
209 (0.00001 + dev->connected - dev->previous_connected),
  /external/autotest/client/site_tests/network_3GDormancyDance/
network_3GDormancyDance.py 71 elif args[0] == 'Connected':
119 raise error.TestFail('Connected while not in state Connecting')
120 print 'Connected'
142 connected = False
151 connected = True
162 if powered and connected:
165 elif powered and (not connected):
168 elif (not powered) and (not connected):
  /external/autotest/site_utils/
dump_to_cloudsql.py 45 connected: Whether we currently hold a live DB connection.
50 self.connected = False
75 if self.connected:
76 self.connected = False
84 self.connected = True
209 if not manager.connected:
  /external/syslinux/gpxe/src/net/infiniband/
ib_cmrc.c 86 /** QP is connected */
87 int connected; member in struct:ib_cmrc_connection
164 DBGC ( cmrc, "CMRC %p connected\n", cmrc );
165 cmrc->connected = 1;
169 cmrc->connected = 0;
281 if ( ! cmrc->connected ) {
337 * connected.
339 return ( cmrc->connected ? IB_MAX_PAYLOAD_SIZE : 0 );
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
NetworkMonitorAutoDetect.java 70 private final boolean connected; field in class:NetworkMonitorAutoDetect.NetworkState
78 public NetworkState(boolean connected, int type, int subtype) {
79 this.connected = connected;
85 return connected;
150 * Returns all connected networks.
163 * INVALID_NET_ID if no current default network connected.
187 // There should not be multiple connected networks of the
352 * Returns NetID of device's current default connected network used for
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_virtual.cpp 57 if(ctx->dpyAttr[dpy].connected && (displays[dpy] == NULL)) {
58 ctx->dpyAttr[dpy].connected = false;
86 if(ctx->dpyAttr[dpy].connected == false) {
87 ctx->dpyAttr[dpy].connected = true;
145 if(ctx->dpyAttr[dpy].connected
hwc_uevents.cpp 110 /* Display not connected */
111 if(!ctx->dpyAttr[dpy].connected){
132 /* Display already connected */
133 if(ctx->dpyAttr[dpy].connected) {
153 //fail, since Layer Mixer#0 is still connected to WriteBack.
191 ctx->dpyAttr[dpy].connected = true;
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_virtual.cpp 57 if(ctx->dpyAttr[dpy].connected && (displays[dpy] == NULL)) {
58 ctx->dpyAttr[dpy].connected = false;
86 if(ctx->dpyAttr[dpy].connected == false) {
87 ctx->dpyAttr[dpy].connected = true;
144 if(ctx->dpyAttr[dpy].connected
hwc_uevents.cpp 110 /* Display not connected */
111 if(!ctx->dpyAttr[dpy].connected){
132 /* Display already connected */
133 if(ctx->dpyAttr[dpy].connected) {
153 //fail, since Layer Mixer#0 is still connected to WriteBack.
191 ctx->dpyAttr[dpy].connected = true;
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothRouteManagerTest.java 157 public BluetoothDevice[] connectedDevices; // array of connected devices
271 // Device 1, 2, 3 are connected in that order. Device 1 is activated, then device 2.
324 // Device 1, 2, 3 are connected in that order. Device 3 is activated.
477 .setName("New device connected while audio off")
524 .setName("Device loses HFP audio but remains connected. No fallback.")
539 .setName("Device loses HFP audio but remains connected. Fallback.")
571 .setName("Switch to another device before first device has connected")
618 .setName("Connection to device2 times out but device 1 still connected.")
    [all...]
  /external/walt/ios/WALT/
WALTClient.m 76 @property (readwrite, nonatomic, getter=isConnected) BOOL connected;
133 - (void)setConnected:(BOOL)connected {
134 if (_connected != connected) {
135 [self willChangeValueForKey:@"connected"];
136 _connected = connected;
137 [self didChangeValueForKey:@"connected"];
143 self.connected = YES;
156 self.connected = NO;
166 self.connected = NO;
178 self.connected = NO
    [all...]
  /external/autotest/server/site_tests/platform_ExternalUSBBootStress/
platform_ExternalUSBBootStress.py 21 # The servo hubs come up as diffs in connected components. These
60 connected = set_hub_power()
70 connected = set_hub_power(check_host_detection=True)
72 diff_list = set(connected).difference(set(off_list))
74 raise error.TestError('No connected devices were detected. Make '
75 'sure the devices are connected to USB_KEY '
77 logging.info('Connected devices list: %s' % diff_list)
113 raise error.TestFail('The list of connected items does not '
117 logging.info('Connected devices for iteration %d: %s' %
  /external/wpa_supplicant_8/src/fst/
fst.c 23 Boolean connected,
28 extra.peer_state.connected = connected;
187 fst_printf_iface(iface, MSG_DEBUG, MACSTR " became connected",
  /frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp 63 virtual void dispatchHotplug(nsecs_t timestamp, int32_t id, bool connected);
101 void NativeDisplayEventReceiver::dispatchHotplug(nsecs_t timestamp, int32_t id, bool connected) {
108 gDisplayEventReceiverClassInfo.dispatchHotplug, timestamp, id, connected);
  /frameworks/base/native/android/
choreographer.cpp 71 virtual void dispatchHotplug(nsecs_t timestamp, int32_t id, bool connected);
163 void Choreographer::dispatchHotplug(nsecs_t, int32_t id, bool connected) {
164 ALOGV("choreographer %p ~ received hotplug event (id=%" PRId32 ", connected=%s), ignoring.",
165 this, id, toString(connected));
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
Drm.cpp 115 ILOGTRACE("device %d is not connected", device);
122 output->connected = true;
228 } else if (output->connected) {
267 if (!output->connected) {
268 ELOGTRACE("device is not connected");
311 if (!output->connected) {
312 ELOGTRACE("device is not connected");
429 if (output->connected == false) {
430 ELOGTRACE("device is not connected");
461 if (output->connected == false)
    [all...]
  /libcore/ojluni/src/main/java/java/io/
PipedInputStream.java 32 * A piped input stream should be connected
46 * thread that was providing data bytes to the connected
56 boolean connected = false; field in class:PipedInputStream
84 * next byte of data will be stored when received from the connected
100 * that it is connected to the piped output
114 * connected to the piped output stream
135 * connected}.
137 * java.io.PipedInputStream) connected} to a
146 * {@linkplain #connect(java.io.PipedOutputStream) connected} and
150 * connected} to a <code>PipedOutputStream</code> before being used
    [all...]
  /packages/apps/Settings/src/com/android/settings/connecteddevice/
UsbModePreferenceController.java 121 boolean connected = intent != null
123 if (connected != mConnected) {
124 mConnected = connected;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothDetailsControllerTestBase.java 78 private boolean connected; field in class:BluetoothDetailsControllerTestBase.DeviceConfig
97 this.connected = newValue;
118 return connected;
  /system/bt/service/ipc/binder/
bluetooth_low_energy_binder_server.cc 122 bool connected) {
123 VLOG(2) << __func__ << " address: " << address << " connected: " << connected; local
133 String16(address, std::strlen(address)), connected);
  /libcore/ojluni/src/main/java/java/net/
AbstractPlainSocketImpl.java 120 boolean connected = false;
127 connected = true;
129 if (!connected) {
172 boolean connected = false;
183 connected = true;
185 if (!connected) {
364 // created, bound & connected to true.
  /compatibility/cdd/5_multimedia/
5_8_secure-media.md 12 as HDCP 2.x or higher for the displays connected through wireless protocols

Completed in 1508 milliseconds

1 2 3 45 6 7 8 91011>>