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

<<21222324252627282930>>

  /frameworks/base/telephony/java/com/android/ims/
ImsCallProfile.java 47 * It is a default type and can be selected when the device is connected to the IMS network.
106 * vms : Indicates if the session is connected to the voice mail system or not.
176 * remote_uri : Connected user identity (it can be used for the conference)
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
InputPort.java 24 * InputPort instances receive Frame data from connected OutputPort instances of a previous filter.
204 * Returns true, if the port is connected.
242 * This is the name that was specified when the input port was connected.
  /frameworks/native/include/gui/
BufferQueueProducer.h 139 // called except for getAllocator. A consumer must already be connected.
143 // it's still connected to a producer).
156 // connected to the specified producer API.
Surface.h 60 * However, once a Surface is connected, it'll prevent other Surfaces
61 * referring to the same IGraphicBufferProducer to become connected and
71 * IGraphicBufferProducer while the Surface is connected.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 171 if (state == PhoneConstants.DataState.CONNECTED) {
349 case CONNECTED:
367 return PhoneConstants.DataState.CONNECTED;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 564 case CONNECTED:
566 if (DBG) log("overall state is CONNECTED");
567 return DctConstants.State.CONNECTED;
688 if (getOverallState() == DctConstants.State.CONNECTED) {
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
PhysicalDevice.cpp 193 ITRACE("device is not connected");
219 ITRACE("device is not connected");
490 mConnected ? "connected" : "disconnected");
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
PhysicalDevice.cpp 189 ILOGTRACE("device is not connected");
216 ILOGTRACE("device is not connected");
476 mConnected ? "connected" : "disconnected");
  /libcore/luni/src/main/java/java/net/
DatagramSocketImpl.java 238 * the address of the target host which has to be connected.
240 * the port on the target host which has to be connected.
242 * if the datagram socket cannot be connected to the
  /packages/apps/Email/provider_src/com/android/email/mail/transport/
MailTransport.java 75 * and {@link #setHost(String)} were invoked), but not opened or connected in any way.
199 * connected socket. You MUST call this if you did not supply a hostname
207 * @param socket An SSL socket which has been connected to a server
  /packages/apps/Nfc/nci/jni/
PeerToPeer.cpp 693 ALOGD ("%s: wait for connected event mConnectingEvent: 0x%p", fn, pClient.get());
994 // If this is a client, he may not be connected yet, so unblock him just in case
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
ConnectivityListener.java 202 * Return the MAC address of the currently connected Wifi AP.
286 * Return a list of wifi networks. Ensure that if a wifi network is connected that it appears
319 // The currently connected network should always be included.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
context.h 117 * A context must be connected to a server before any operation can be
233 /** Return the server name this context is connected to. */
239 /** Return the protocol version of the connected server. */
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 106 * The service status has changed (emulator connected/disconnected.)
152 * Indicates when <em>any</all> of the SDK controller channels is connected
155 * @return True if any of the SDK controller channels is connected with the
  /system/core/adb/
transport_local.cpp 39 * local transport it is connected. The list is used to detect when we're
106 D("client: connected on remote on fd %d\n", fd);
258 /* Host is connected. Register the transport, and start the
  /packages/apps/TvSettings/Settings/res/values/
strings.xml 142 <!-- Description for Connected accessory[CHAR LIMIT=50] -->
143 <string name="accessory_connected">Connected</string>
271 <!-- Connected [CHAR LIMIT=50] -->
272 <string name="connected">Connected</string>
273 <!-- Not connected [CHAR LIMIT=50] -->
274 <string name="not_connected">Not connected</string>
360 <!-- Label for action to accept the currently connected wifi network [CHAR LIMIT=50] -->
419 <!-- Title to show indicating the user is connected [CHAR LIMIT=100] -->
420 <string name="wifi_summary_title_connected">Network connected</string
    [all...]
  /cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceStressTest.java 35 * Requires a physical device to be connected.
  /cts/tests/tests/hardware/src/android/hardware/multiprocess/
ErrorLoggingService.java 402 Log.i(TAG, "Service connected.");
489 * connected.
532 * connected. Likewise, after the service has been bound, this method will block until
558 * connected. Likewise, after the service has been bound, this method will block until
  /developers/build/prebuilts/gradle/DataLayer/Application/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java 176 LOGD(TAG, "Google API Client was connected");
256 mDataItemListAdapter.add(new Event("Connected", peer.toString()));
368 // Trigger an AsyncTask that will query for a list of connected nodes and send a
369 // "start-activity" message to each connected node.
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiPortConnector.java 79 * a {@link MidiConnection} that represents the connected
  /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
WiFiDirectBroadcastReceiver.java 93 // we are connected with the other device, request connection
  /developers/samples/android/media/Camera2Basic/
template-params.xml 71 devices connected to an Android device. It replaces the deprecated
  /developers/samples/android/wearable/wear/DataLayer/Application/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java 176 LOGD(TAG, "Google API Client was connected");
256 mDataItemListAdapter.add(new Event("Connected", peer.toString()));
368 // Trigger an AsyncTask that will query for a list of connected nodes and send a
369 // "start-activity" message to each connected node.
  /development/ndk/platforms/android-3/include/linux/
atmdev.h 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
  /development/ndk/platforms/android-3/include/
syslog.h 91 int connected; member in struct:syslog_data

Completed in 326 milliseconds

<<21222324252627282930>>