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

<<11121314151617181920>>

  /system/bt/doc/
power_management.md 114 - `bta_dm_pm_ssr` iterates the managed services array to find all connected
129 all connected profiles.
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 89 // ACTION_GATT_CONNECTED: connected to a GATT server.
100 updateConnectionState(R.string.connected);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 89 // ACTION_GATT_CONNECTED: connected to a GATT server.
100 updateConnectionState(R.string.connected);
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 108 mConnectIndicator.setText(R.string.connected);
306 Log.d(TAG, "Health Service not connected.");
323 Log.d(TAG, "Health Service not connected.");
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java 89 // ACTION_GATT_CONNECTED: connected to a GATT server.
100 updateConnectionState(R.string.connected);
  /external/webrtc/webrtc/p2p/base/
turnport.h 39 STATE_CONNECTED, // Socket connected, ready to send stun requests.
81 bool connected() const { function in class:cricket::TurnPort
  /frameworks/base/core/java/android/ddm/
DdmHandleViewDebug.java 102 public void connected() { method in class:DdmHandleViewDebug
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.h 258 void setConnected(bool connected); // For use by Device only
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SavedNetworkEvaluator.java 202 // same network as the currently connected one) get the same BSSID award.
235 WifiConfiguration currentNetwork, String currentBssid, boolean connected,
ScoredNetworkEvaluator.java 109 WifiConfiguration currentNetwork, String currentBssid, boolean connected,
  /hardware/interfaces/camera/device/1.0/default/
CameraDevice_1_0.h 76 void setConnectionStatus(bool connected);
159 // Set by provider (when external camera is connected/disconnected)
  /hardware/interfaces/graphics/composer/2.1/default/
Hwc.h 158 hwc2_display_t display, int32_t connected);
  /hardware/interfaces/sensors/1.0/default/
Sensors.cpp 211 if (!dyn->connected) {
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 79 bool connected; //Applies only to pluggable disp. member in struct:qhwc::DisplayAttributes
80 //Connected does not mean it ready to use.
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 176 // Only proceed if we are supposed to be connected.
211 Log.addEvent(call, LogUtils.Events.INFO, "Already connected, ignoring request.");
273 pw.append(mIsConnected ? "" : "not ").append("connected, ");
313 // At this point we know that we need to be connected to the InCallService
397 // We just disconnected. Check if we are expected to be connected, and reconnect.
407 pw.append(mIsConnected ? "" : "not ").append("connected]\n");
470 Log.i(this, "already connected");
516 pw.append(mIsConnected ? "" : "not ").append("connected]\n");
564 boolean connected = false;
566 connected = connected || subConnection.isConnected()
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httptest/
server.go 155 // requests) and new connections (those which connected
162 // a connected connection in StateNew with no
  /prebuilts/go/darwin-x86/src/net/
udpsock.go 169 // WriteMsgUDP writes a packet to addr via c if c isn't connected, or
170 // to c's remote destination address if c is connected (in which case
unixsock_test.go 112 if peer != nil { // peer is connected-mode
162 if peer != nil { // peer is connected-mode
246 b := []byte("CONNECTED-MODE SOCKET")
  /prebuilts/go/linux-x86/src/net/http/httptest/
server.go 155 // requests) and new connections (those which connected
162 // a connected connection in StateNew with no
  /prebuilts/go/linux-x86/src/net/
udpsock.go 169 // WriteMsgUDP writes a packet to addr via c if c isn't connected, or
170 // to c's remote destination address if c is connected (in which case
unixsock_test.go 112 if peer != nil { // peer is connected-mode
162 if peer != nil { // peer is connected-mode
246 b := []byte("CONNECTED-MODE SOCKET")
  /system/bt/service/test/
low_energy_client_unittest.cc 61 const char* address, bool connected) {
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 448 final boolean connected = Boolean.valueOf(parts[2]);
456 expectedState = State.CONNECTED;
457 expectedDetailedState = DetailedState.CONNECTED;
463 if (expectAvailable != connected) {
465 expectAvailable, connected));
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
ConnectivityManagerTest.java 146 * Make sure WiFi is connected to an access point if it is not already. If
198 assertTrue(ni.getState() == State.CONNECTED);
210 assertTrue(ni.getState() == State.CONNECTED);
345 // network even if it was already connected as a state-based action when the callback
378 ConnectivityManager.TYPE_WIFI, NetworkInfo.State.CONNECTED);
393 // network even if it was already connected as a state-based action when the callback
543 /** Enable WiFi and wait for it to become connected to a network. */
550 ConnectivityManager.TYPE_WIFI, NetworkInfo.State.CONNECTED);
555 boolean connected = false;
561 connected = receiver.waitForState()
    [all...]
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 877 """Checks if a device is connected.
881 @returns: True if device is connected. False otherwise.
885 connected = props.Get(self.BLUEZ_DEVICE_IFACE, 'Connected')
886 logging.info('Got connected = %r', connected)
887 return bool(connected)
    [all...]

Completed in 1883 milliseconds

<<11121314151617181920>>