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

<<11121314151617181920>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 219 * Returns the number of milliseconds the call has been connected,
220 * or 0 if the call has never connected.
221 * If the call is still connected, then returns the elapsed
277 * If this Connection is connected, then it is associated with
281 * connected
331 * Returns true if Connection is connected and is INCOMING or WAITING
369 connected, or this is an incoming call */
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 385 mState = CONNECTED;
395 mState = CONNECTED;
405 mState = CONNECTED;
420 mState = CONNECTED;
434 mState = CONNECTED;
447 mState = CONNECTED;
473 if (mState >= CONNECTED) {
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_virtual.cpp 68 if(ctx->dpyAttr[dpy].connected && (displays[dpy] == NULL)) {
69 ctx->dpyAttr[dpy].connected = false;
107 if(ctx->dpyAttr[dpy].connected == false) {
108 ctx->dpyAttr[dpy].connected = true;
158 if(ctx->dpyAttr[dpy].connected
259 ctx->dpyAttr[dpy].connected &&
294 ctx->dpyAttr[dpy].connected &&
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_virtual.cpp 79 if(ctx->dpyAttr[dpy].connected && (displays[dpy] == NULL)) {
80 ctx->dpyAttr[dpy].connected = false;
118 if(ctx->dpyAttr[dpy].connected == false) {
119 ctx->dpyAttr[dpy].connected = true;
170 if(ctx->dpyAttr[dpy].connected
299 ctx->dpyAttr[dpy].connected) {
333 ctx->dpyAttr[dpy].connected &&
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc.cpp 181 * rely on isActive and connected attributes of dpyAttr to
258 if (LIKELY(list && list->numHwLayers > 1) && ctx->dpyAttr[dpy].connected &&
266 // If the cable is connected after HWC initialization and before
271 if ((cableConnected == 1) && !ctx->dpyAttr[dpy].connected) {
312 ctx->dpyAttr[dpy].connected) {
442 // If VDS is connected, do not clear WB object as it
461 if(ctx->dpyAttr[dpy].connected) {
462 // When HDMI is connected as primary we clean up resources
491 if(ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected) {
670 ctx->dpyAttr[dpy].connected &
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
def.h 40 PA_CONTEXT_UNCONNECTED, /**< The context hasn't been connected yet */
49 /** Return non-zero if the passed state is one of the connected states. \since 0.9.11 */
71 PA_STREAM_UNCONNECTED, /**< The stream is not yet connected to any sink or source */
78 /** Return non-zero if the passed state is one of the connected states. \since 0.9.11 */
222 * connected to, and possibly ignore the format the sample spec
295 * checked whether the device this stream is connected to should
305 /**< If the sink/source this stream is connected to is suspended
614 * sign issues!) When connected to a monitor source sink_usec contains
632 * playback streams and record streams connected to a monitor
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 172 disp.connected = true;
271 int connected) {
274 ctx->hwc->hotplug(disp, connected);
307 void HWComposer::hotplug(int disp, int connected) {
309 ALOGE("hotplug event received for invalid display: disp=%d connected=%d",
310 disp, connected);
316 mEventHandler.onHotplugReceived(disp, bool(connected));
356 // this can happen if an unpluggable display is not connected
357 mDisplayData[disp].connected = false;
367 mDisplayData[disp].connected = false
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformancesView.java 192 boolean connected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IPerformancesConstants.DEFAULT_DATABASE_CONNECTION);
193 DB_Results.updateDbConstants(connected, eclipseVersion, databaseLocation);
516 // boolean connected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IPerformancesConstants.DEFAULT_DATABASE_CONNECTION);
517 // DB_Results.updateDbConstants(connected, eclipseVersion, databaseLocation);
523 // boolean connected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IPerformancesConstants.DEFAULT_DATABASE_CONNECTION);
525 // DB_Results.updateDbConstants(connected, eclipseVersion, newValue);
531 // boolean connected = newValue == null ? IPerformancesConstants.DEFAULT_DATABASE_CONNECTION : newValue.equals(Boolean.TRUE);
534 // DB_Results.updateDbConstants(connected, eclipseVersion, databaseLocation);
667 // DB is not connected
669 title = "Eclipse v" + version + " - DB not connected";
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 121 "Edge already connected to NIds[NIdx].");
144 assert(NId == NIds[1] && "Edge not connected to NId");
151 "Edge not connected to NIds[NIdx].");
548 /// @brief Get the first node connected to this edge.
550 /// @return The first node connected to the given edge.
555 /// @brief Get the second node connected to this edge.
557 /// @return The second node connected to the given edge.
562 /// @brief Get the "other" node connected to this edge.
565 /// @return The iterator for the "other" node connected to this edge.
619 /// Since the degree of a node is the number of connected edges
    [all...]
  /external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
HttpURLConnectionImpl.java 69 * <h3>What does 'connected' mean?</h3>
70 * This class inherits a {@code connected} field from the superclass. That field
72 * currently connected. Instead, it indicates whether a connection has ever been
101 * connected yet, or if the most recent connection was HTTP (and not HTTPS).
218 if (connected) {
301 connected = true;
501 if (connected) {
535 if (connected) {
592 if (super.connected) throw new IllegalStateException("Already connected");
    [all...]
  /external/selinux/libsemanage/src/
modules.c 115 ERR(sh, "Not connected.");
134 ERR(sh, "Not connected.");
188 ERR(sh, "Not connected.");
206 ERR(sh, "Not connected.");
793 ERR(sh, "Not connected.");
817 ERR(sh, "Not connected.");
1061 ERR(sh, "Not connected.");
1081 ERR(sh, "Not connected.");
1098 ERR(sh, "Not connected.");
1117 ERR(sh, "Not connected.")
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc.cpp 182 ctx->dpyAttr[dpy].connected) {
225 if(ctx->dpyAttr[dpy].connected == false) {
226 ctx->dpyAttr[dpy].connected = true;
259 if(ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected &&
262 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected = false;
455 ctx->dpyAttr[dpy].connected) {
503 if(fbLayer->handle && ctx->dpyAttr[dpy].connected
600 ret = -1; //Not connected
601 if(ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected) {
618 if(disp == HWC_DISPLAY_EXTERNAL && !ctx->dpyAttr[disp].connected) {
    [all...]
  /libcore/luni/src/main/java/java/net/
DatagramSocket.java 169 * which this UDP datagram socket is connected.
171 * @return the remote address this socket is connected to or {@code null} if
172 * this socket is not connected.
207 * Gets the remote port which this socket is connected to.
210 * indicates that this socket is not connected.
290 if (address != null) { // The socket is connected
293 throw new IllegalArgumentException("Packet address mismatch with connected address");
300 // not connected so the target address is not allowed to be null
573 * Returns true if this datagram socket is connected to a remote address. See {@link #connect}.
580 * Returns the {@code SocketAddress} this socket is connected to, or null for an unconnecte
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 55 // that we're connected to.
59 // the upper layer stack is connected. Note that
60 // we may be connected to a libnfchandle without being
61 // connected to a technology - technology changes
157 // Get the handle and connect, if not already connected
159 // We're not yet connected to this handle, there are
161 // 1) We are not connected to anything yet - allow
162 // 2) We are connected to a technology which has
166 // Not connected yet
180 // 1) We are connected to a technology which has the sam
    [all...]
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 53 // that we're connected to.
57 // the upper layer stack is connected. Note that
58 // we may be connected to a libnfchandle without being
59 // connected to a technology - technology changes
158 // Get the handle and connect, if not already connected
160 // We're not yet connected to this handle, there are
162 // 1) We are not connected to anything yet - allow
163 // 2) We are connected to a technology which has
167 // Not connected yet
178 // 1) We are connected to a technology which has the sam
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
SocketTest.java 196 "Returned Remote address from server connected to does not match expected local address",
347 // validate that when a socket is connected that it answers
349 assertTrue("Wrong connected status", client.isConnected());
360 // are already connected
369 fail("No exception when we try to connect on a connected socket: ");
448 // Validate that when a socket is connected that it answers
450 assertTrue("Wrong connected status", client.isConnected());
476 // are already connected
485 fail("No exception when we try to connect on a connected socket: ");
499 assertFalse("new socket should not be connected", s.isConnected())
    [all...]
  /system/bt/bta/gatt/
bta_gattc_act.c 52 BOOLEAN connected, tGATT_DISCONN_REASON reason,
536 /* a connected remote device */
580 /* if is a connected remote device */
712 p_clcb->p_srcb->connected = TRUE;
    [all...]
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 85 * be called on a connected instance of this class. If it is called on a
141 * connected instance of this class with a started camera device. If it is
173 * This method must be called on a connected instance of this class with a
269 /* Instance is connected when its status is either"connected", or
534 /* Object has been connected to the physical device. */
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 45 * <p> Android only supports one connected Bluetooth A2dp device at a time.
212 * A2DP profile. The API will automatically disconnect connected
216 * device is already connected or Bluetooth is not turned on.
249 * Bluetooth device is not in connected state etc. When this API returns,
522 return "connected";
536 if (DBG) Log.d(TAG, "Proxy object connected");
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestBase.java 157 // wait for network connectivity state: CONNECTING, CONNECTED, SUSPENDED, DISCONNECTING,
249 // Return true if device is currently connected to mobile network
254 // Return true if device is currently connected to Wifi
485 assertTrue("wifi state not connected with " + config.SSID,
487 State.CONNECTED, WIFI_CONNECTION_TIMEOUT));
489 // step 3: verify the current connected network is the given SSID
  /frameworks/base/obex/javax/obex/
ClientSession.java 103 throw new IOException("Already connected to server");
140 // Since we are not yet connected, the peer max packet size is unknown,
169 throw new IOException("Not connected to the server");
227 throw new IOException("Not connected to the server");
289 throw new IOException("Not connected to the server");
334 throw new IOException("Not connected to the server");
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkAgentInfo.java 49 // the CONNECTED state.
50 // 2. registered, uncreated, connected, unvalidated
51 // This state is entered when a registered NetworkAgent transitions to the CONNECTED state
54 // 3. registered, created, connected, unvalidated
66 // 4. registered, created, connected, validated
147 // Score for explicitly connected network.
  /libcore/luni/src/main/java/java/nio/
SocketChannelImpl.java 76 // The address to be connected.
93 * Constructor for creating a connected socket channel.
100 * Constructor for creating an optionally connected socket channel.
197 // socket is connected. When in non-blocking mode it will return without an exception
224 // Keep the connected state held by the channel and the socket up to date.
414 * Status check, open and "connected", when read and write.
  /cts/tests/tests/netlegacy22/api/src/android/net/cts/legacy/api22/
ConnectivityManagerLegacyTest.java 116 // Make sure WiFi is connected to an access point.
119 expectNetworkBroadcast(TYPE_MOBILE_HIPRI, NetworkInfo.State.CONNECTED,
218 NetworkInfo.State.CONNECTED :
  /external/google-breakpad/src/client/windows/crash_generation/
ReadMe.txt 16 | If connection is done synchronously, go into CONNECTED
23 | If connection is complete, go into CONNECTED state.
26 CONNECTED | Read from the pipe asynchronously.

Completed in 314 milliseconds

<<11121314151617181920>>