HomeSort by relevance Sort by last modified time
    Searched full:connected (Results 476 - 500 of 5403) sorted by null

<<11121314151617181920>>

  /prebuilts/sdk/current/support/v7/mediarouter/res/values-en-rIN/
values-en-rIN.xml 4 <string msgid="5088427771788648085" name="mr_cast_button_connected">"Cast button. Connected"</string>
  /system/bt/service/
adapter.h 60 // state changes from disconnected to connected, then |connected| will be
63 Adapter* adapter, const std::string& device_address, bool connected);
111 // currently connected. This is not a const method as it modifies the state of
adapter.cc 68 Adapter* adapter, const std::string& device_address, bool connected) {
312 bool connected = (state == BT_ACL_STATE_CONNECTED); variable
314 << " - connected: " << (connected ? "true" : "false");
326 if (connected)
335 OnDeviceConnectionStateChanged(this, device_address, connected));
390 // List of devices addresses that are currently connected.
  /system/bt/service/common/android/bluetooth/
IBluetoothGattServerCallback.aidl 46 void OnConnectionStateChanged(String device_address, boolean 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);
  /system/bt/stack/srvc/
srvc_eng_int.h 39 bool connected; member in struct:__anon114018
  /system/chre/host/common/include/chre_host/
socket_client.h 54 * Called when the socket is successfully (re-)connected.
89 * connected successfully, or onConnectionAborted() will be invoked if the
110 * @return true if the socket is currently connected
115 * Send a message on the connected socket. Safe to call from any thread.
  /system/media/brillo/audio/audioservice/aidl/android/brillo/brilloaudioservice/
IAudioServiceCallback.aidl 25 // Oneway call triggered when audio devices are connected to the system.
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BtFunhausBaseTest.py 129 OFF or if a device is not connected to any remote Bluetooth devices,
141 connected
151 "Bluetooth device not connected. Failing test.")
166 connected
  /tools/test/connectivity/acts/framework/acts/test_utils/car/
car_media_utils.py 89 Convenience Function to see if the 2 devices are connected on
96 True if Connected
97 False if Not connected
101 log.info("A2dp Connected device {}".format(device["name"]))
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarPairedConnectDisconnectTest.py 23 1.1. Check that devices are connected.
126 # Check if we got connected.
128 self.car.log.info("Not all profiles connected.")
134 "HFP Client or A2DP SRC connected successfully.")
BtCarHfpTest.py 64 1. Devices are connected.
103 1. Devices are connected.
127 1. Devices are connected.
151 1. Devices are connected.
175 1. Devices are connected.
199 1. Devices are connected.
219 2. Wait for the call to get connected (check on both 'a' and 'b')
  /tools/test/connectivity/acts/tests/google/wifi/
WifiAutoJoinTest.py 26 NETWORK_ERROR = "Device is not connected to reference network"
156 "Device is not connected to required bssid {}".format(bssid))
179 3. Check that device is connected to right BSSID and maintain stable
203 3. Check that device is connected to right BSSID and maintain stable
226 3. Check that device is connected to right BSSID and maintain stable
251 3. Check that device is connected to right BSSID and maintain stable
275 3. Check that device is connected to right BSSID and maintain stable
298 3. Check that device is connected to right BSSID and maintain stable.
321 4. Check that device is not connected to any network.
338 "Device is connected to network {}".format(current_network)
    [all...]
  /tools/test/connectivity/tools/lab/metrics/
verify_metric.py 21 """Gathers the information of connected devices via ADB"""
  /external/autotest/client/deps/ibusclient/src/
ibusclient.cc 397 bool connected = false; local
400 connected = ibus_bus_is_connected(ibus);
405 printf("%s\n", connected ? "YES" : "NO");
407 } else if (!connected) {
408 printf("FAIL (Not connected)\n");
412 // Other commands need the bus to be connected.
414 assert(connected);
  /external/syslinux/core/lwip/src/include/lwip/
tcp.h 113 /** Function prototype for tcp connected callback functions. Called when a pcb
114 * is connected to the remote side after initiating a connection attempt by
118 * @param tpcb The connection pcb which is connected
142 /* Function to call when a listener has been connected.
144 * @param pcb a new tcp_pcb that now is connected
254 tcp_connected_fn connected; member in struct:tcp_pcb
343 u16_t port, tcp_connected_fn connected);
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
WebSocketRTCClient.java 45 NEW, CONNECTED, CLOSED, ERROR
123 if (roomState == ConnectionState.CONNECTED) {
173 roomState = ConnectionState.CONNECTED;
189 if (roomState != ConnectionState.CONNECTED) {
190 reportError("Sending offer SDP in non connected state.");
239 if (roomState != ConnectionState.CONNECTED) {
240 reportError("Sending ICE candidate in non connected state.");
  /external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.cc 95 // Returns a string in the form "name,id,connected\n".
256 // Let the newly connected peer know about other members of the channel.
276 if (!m->connected()) {
286 printf("Total connected: %s\n", size_t2str(members_.size()).c_str());
317 if (!member.connected()) {
341 assert(!member->connected());
358 assert((*i)->connected());
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 101 // As part of the setup we disconnected from wifi; make sure we are connected to mobile and
273 * @return true if we successfully connected to a given network.
281 State.CONNECTED, ConnectionUtil.LONG_TIMEOUT));
286 * Helper method to make sure we are connected to mobile data.
292 State.CONNECTED, ConnectionUtil.LONG_TIMEOUT));
293 assertTrue("Not connected to mobile", mConnectionUtil.isConnectedToMobile());
294 assertFalse("Still connected to wifi.", mConnectionUtil.isConnectedToWifi());
  /frameworks/native/libs/gui/include/gui/
BufferQueueCore.h 71 // The API number used to indicate the currently connected producer
74 // The API number used to indicate that no producer is connected
109 // connected, mDequeueCondition must be broadcast.
157 // mConsumerControlledByApp indicates whether the connected consumer is
166 // mConsumerListener is used to notify the connected consumer of
179 // mConnectedApi indicates the producer API that is currently connected
252 // producer is connected to the BufferQueue. This value is used to derive
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierServiceBindHelper.java 266 if (immediate || !connection.connected) {
313 private boolean connected; field in class:CarrierServiceBindHelper.CarrierServiceConnection
317 log("Connected to carrier app: " + name.flattenToString());
318 connected = true;
324 connected = false;
329 return "CarrierServiceConnection[connected=" + connected + "]";
  /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);
  /hardware/qcom/display/msm8996/hdmi_cec/
qhdmi_cec.cpp 305 void cec_hdmi_hotplug(cec_context_t *ctx, int connected)
308 if(!ctx->system_control && connected == 0)
313 event.hotplug.connected = connected ? HDMI_CONNECTED : HDMI_NOT_CONNECTED;
382 int connected = 0; local
386 snprintf (connected_path, sizeof(connected_path),"%s/connected",
389 connected = atoi(connected_data);
392 connected ? "connected":"disconnected");
396 return connected;
    [all...]
  /hardware/qcom/display/msm8998/hdmi_cec/
qhdmi_cec.cpp 307 void cec_hdmi_hotplug(cec_context_t *ctx, int connected)
310 if(!ctx->system_control && connected == 0)
315 event.hotplug.connected = connected ? HDMI_CONNECTED : HDMI_NOT_CONNECTED;
384 int connected = 0; local
388 snprintf (connected_path, sizeof(connected_path),"%s/connected",
391 connected = atoi(connected_data);
394 connected ? "connected":"disconnected");
398 return connected;
    [all...]
  /hardware/qcom/display/sdm845/hdmi_cec/
qhdmi_cec.cpp 307 void cec_hdmi_hotplug(cec_context_t *ctx, int connected)
310 if(!ctx->system_control && connected == 0)
315 event.hotplug.connected = connected ? HDMI_CONNECTED : HDMI_NOT_CONNECTED;
384 int connected = 0; local
388 snprintf (connected_path, sizeof(connected_path),"%s/connected",
391 connected = atoi(connected_data);
394 connected ? "connected":"disconnected");
398 return connected;
    [all...]

Completed in 1346 milliseconds

<<11121314151617181920>>