HomeSort by relevance Sort by last modified time
    Searched full:connected (Results 576 - 600 of 2892) sorted by null

<<21222324252627282930>>

  /system/bt/osi/include/
socket.h 44 // be NULL. If the socket was connected, it will be disconnected.
53 // a connected socket on success, NULL on failure. The returned object must be
  /system/bt/stack/gatt/
gatt_main.c 47 static void gatt_le_connect_cback (UINT16 chan, BD_ADDR bd_addr, BOOLEAN connected,
319 /* acl link is connected disable the idle timeout */
326 /* acl link is connected but no application needs to use the link
402 ** connected (conn = TRUE)/disconnected (conn = FALSE).
405 static void gatt_le_connect_cback (UINT16 chan, BD_ADDR bd_addr, BOOLEAN connected,
419 (bd_addr[4]<<8)+bd_addr[5], (connected) ? "connected" : "disconnected");
431 if (connected)
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 107 if (mNetworkInfo.getState() == NetworkInfo.State.CONNECTED)
187 if (mNetworkInfo.getState() == NetworkInfo.State.CONNECTED) return;
191 && mNetworkInfo.getState() != NetworkInfo.State.CONNECTED)
193 assertTrue(mNetworkInfo.getState() == NetworkInfo.State.CONNECTED);
450 * To pass this CTS test, a connected WiFi link is required.
  /device/generic/goldfish/camera/
QemuClient.cpp 217 /* Make sure that client is not connected already. */
219 ALOGE("%s: Qemu client is already connected", __FUNCTION__);
261 ALOGE("%s: Qemu client is not connected", __FUNCTION__);
285 ALOGE("%s: Qemu client is not connected", __FUNCTION__);
375 /* Queries list of cameras connected to the host. */
QemuClient.h 216 * connected to the host. Another one is an 'emulated camera' type of
217 * service that provides interface to a camera connected to the host. At
313 /* Lists camera devices connected to the host.
315 * list - Upon success contains a list of cameras connected to the host. The
345 /* List cameras connected to the host. */
  /docs/source.android.com/src/devices/tv/
HDMI-CEC.jd 47 together all connected devices and minimizes compatibility issues. Android has
67 <p><code>HdmiControlService</code> is connected with the rest of the system like TV Input Framework (TIF), Audio service, and Power service to implement the various features the standard
92 <li> HDMI-CEC is connected with the hardware via a hardware abstraction layer (HAL)
218 * by connected HDMI devices. It is therefore likely to change if the cable
289 * Returns HDMI_CONNECTED if a device is connected, otherwise HDMI_NOT_CONNECTED.
  /frameworks/base/core/java/android/net/
Network.java 302 * connected.
314 * {@link ConnectivityManager#bindProcessToNetwork}. The socket must not be connected.
327 * {@link ConnectivityManager#bindProcessToNetwork}. The socket must not be connected.
334 // Apparently, the kernel doesn't update a connected UDP socket's
336 throw new SocketException("Socket is connected");
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc.cpp 171 ctx->dpyAttr[dpy].connected) {
404 ctx->dpyAttr[dpy].connected) {
504 ret = -1; //Not connected
505 if(ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected) {
522 if(disp == HWC_DISPLAY_EXTERNAL && !ctx->dpyAttr[disp].connected) {
  /cts/apps/CameraITS/pymodules/its/
device.py 46 # connected devices.
643 Return the device ID provided in the command line if it's connected. If no
645 connected, return the device ID by parsing the result of "adb devices".
647 Raise an exception if no device is connected; or the device ID provided in
648 the command line is not connected; or no device ID is provided in the
649 command line and there are more than 1 device connected.
659 # Get a list of connected devices
670 raise its.error.Error("No device is connected!")
672 raise its.error.Error(device_id + " is not connected!")
674 raise its.error.Error("More than 1 device are connected. "
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 78 CONNECTED,
174 if (mState == CONNECTED) {
236 if (mState != CONNECTED || mMode != MODE_RTSP) {
264 || (mState == CONNECTED && !mOutFragments.empty())
617 mState = CONNECTED;
623 CHECK_EQ(mState, CONNECTED);
693 CHECK(mState == CONNECTED || mState == DATAGRAM);
705 if (mState == CONNECTED && mMode == MODE_DATAGRAM) {
712 } else if (mState == CONNECTED && mMode == MODE_WEBSOCKET) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClient.java 145 * Extra with information if connected audio is WBS.
302 * conversation leaving peers connected to each other.
470 * second connection, this implementation will disconnect already connected
519 * Return the list of connected remote devices
521 * @return list of connected devices; empty list if nothing is connected.
704 * CONNECTED state
    [all...]
  /frameworks/base/docs/html/training/game-controllers/
controller-input.jd 12 <li><a href="#input">Verify a Game Controller is Connected</a></li>
108 <h2 id="input">Verify a Game Controller is Connected</h2>
116 <p>To verify that a connected input device is a game controller, call
135 the connected input devices are game controllers. If so, the method retrieves
137 ID with a player in your game, and process game actions for each connected
139 that are simultaneously connected on the same Android device, see
163 supported by a connected game controller. This might be useful, for example, if
166 <p>To detect if a specific key code or axis code is supported by a connected
170 supported on a connected game controller by calling
173 supported on a connected game controller by first callin
    [all...]
  /libcore/luni/src/main/java/java/net/
URLConnection.java 46 * <p>{@code URLConnection} must be configured before it has connected to the
109 * Specifies whether this {@code URLConnection} is already connected to the
113 protected boolean connected; field in class:URLConnection
178 * URLConnection} is connected to. First, it attempts to get the content
189 if (!connected) {
206 * URLConnection} is connected to. First, it attempts to get the content
223 if (!connected) {
462 if (connected) {
463 throw new IllegalStateException("Already connected");
903 * if this {@code URLConnection} has already been connected
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java 303 * {@code matchingCandidates} into connected components. This only happens when a given
306 * Two raw contacts are considered connected if they share at least one email address, phone
307 * number or identity. Create new contact for each connected component except the very first
313 // Find the connected component based on the aggregation exceptions or
327 // Create new contact for each connected component. Use the first reusable contactId if
328 // possible. If no reusable contactId found, create new contact for the connected component.
329 // Update aggregate data for all the contactIds touched by this connected component,
336 // connected component, we might as well reuse it.
426 // If "SEPARATE" exception is found inside an connected component [component],
427 // remove the [component] from [connectedRawContacts], and create a new connected
    [all...]
  /system/bt/btif/src/
btif_hf.c 191 ** Description Internal function to check if HF is connected
193 ** Returns TRUE if connected
306 ** Description Returns idx for latest connected HF
358 BTIF_TRACE_EVENT("BTHF: %s: slc connected for idx = %d",
429 BTIF_TRACE_WARNING("%s: AG open failed, but another device connected. status=%d state=%d connected device=%s",
834 /* Check if SLC is connected */
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c 65 /* Set socket state to Connected */
696 /* Set the socket state to connected */
732 /* Search a socket in connected state and the good SSAP */
735 /* Test if the socket is in Connected state and if its SSAP number is the good one */
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth.jd 112 {@link android.bluetooth.BluetoothServerSocket} will return a connected {@link
156 clients when they have been connected to or disconnected from the service (that
308 <p>Remember there is a difference between being paired and being connected. To
311 establishing an encrypted connection with each other. To be connected means that
409 not perform discovery while connected.</p>
476 client are considered connected to each other when they each have a connected
514 provide a connected {@link android.bluetooth.BluetoothSocket}. When the {@link
559 return a connected {@link android.bluetooth.BluetoothSocket}.</p>
565 connected {@link android.bluetooth.BluetoothSocket} that's been returned by {@lin
    [all...]
  /frameworks/base/packages/SystemUI/res/values/
strings.xml 133 <string name="usb_device_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> when this USB device is connected?</string>
136 <string name="usb_accessory_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> when this USB accessory is connected?</string>
241 <!-- Content description of the bluetooth icon when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
242 <string name="accessibility_bluetooth_connected">Bluetooth connected.</string>
279 <!-- Content description of the wifi label showing what we are connected to. [CHAR LIMIT=NONE] -->
280 <string name="accessibility_wifi_name">Connected to <xliff:g id="wifi" example="Home Network">%s</xliff:g>.</string>
282 <!-- Content description of the bluetooth label showing what we are connected to. [CHAR LIMIT=NONE] -->
283 <string name="accessibility_bluetooth_name">Connected to <xliff:g id="bluetooth" example="Car Audio">%s</xliff:g>.</string>
299 <!-- Content description of the Ethernet connection when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
300 <string name="accessibility_ethernet_connected">Ethernet connected.</string
    [all...]
  /external/google-breakpad/android/
run-checks.sh 106 - Require an Android device connected to your machine, and the 'adb'
127 If you have a device connected, the script will probe it to determine
133 If you don't have a device connected, the test program will be built (but
271 panic "Can't extract ABI from connected device!"
294 # No device connected, choose default ABI
366 # connected device.
422 # or there is no connected device.
  /frameworks/av/services/radio/
RadioService.cpp 412 // client already connected: reject
426 // It is possible to open more than one tuner at a time but only one tuner can be connected
428 // The base rule is that a newly connected tuner always wins, i.e. always gets a tuner
432 // - If the newly connected client requests the audio source (audio == true):
437 // - If the newly connected client does not request the audio source (audio == false):
631 void RadioService::Module::notifyDeviceConnection(bool connected,
635 connected ? AUDIO_POLICY_DEVICE_STATE_AVAILABLE :
  /hardware/qcom/display/msm8960/libexternal/
external.cpp 639 void ExternalDisplay::setExternalDisplay(bool connected, int extFbNum)
643 ALOGD_IF(DEBUG, "%s: connected = %d", __FUNCTION__, connected);
645 mConnected = connected;
647 mHwcContext->dpyAttr[mExtDpyNum].connected = connected;
695 ALOGD_IF(DEBUG,"%s: wfd...connected..!",__FUNCTION__);
  /hardware/qcom/display/msm8974/libexternal/
external.cpp 652 void ExternalDisplay::setExternalDisplay(bool connected, int extFbNum)
656 ALOGD_IF(DEBUG, "%s: connected = %d", __FUNCTION__, connected);
658 mConnected = connected;
660 mHwcContext->dpyAttr[mExtDpyNum].connected = connected;
708 ALOGD_IF(DEBUG,"%s: wfd...connected..!",__FUNCTION__);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
NetworkActivity.java 173 int resId = lastIsEthernetConnected ? R.string.connected : R.string.not_connected;
190 int resId = lastIsWifiConnected ? R.string.connected : R.string.not_connected;
259 .description(R.string.connected).build())
305 .description(R.string.connected).build())
406 .description(R.string.connected).build()
475 * Create a list of available Wifi networks sorted by connection status (a connected Wifi
509 // If a network is connected, it will be the first on the list.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 646 self.assertFalse(server.connected)
649 #self.assertFalse(client.connected)
654 self.assertFalse(server.connected)
656 self.assertTrue(client.connected)
661 self.assertFalse(server.connected)
663 self.assertFalse(client.connected)
668 self.assertFalse(server.connected)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/
bipartite.py 44 Nodes from the set A are connected to nodes in the set B by
110 Nodes from the set A are connected to nodes in the set B by
112 nodes in set B until all stubs are connected.
180 Nodes from set A are connected to nodes in the set B by connecting
182 set B until all stubs are connected.
252 Nodes from the set A are connected to nodes in the set B by
255 connected.

Completed in 2881 milliseconds

<<21222324252627282930>>