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

<<11121314151617181920>>

  /external/kernel-headers/original/uapi/video/
adf.h 93 * @connected: whether a display is now connected to the interface
97 __u8 connected; member in struct:adf_hotplug_event
  /external/libnfc-nxp/src/
phHal4Nfc_Emulation.c 113 /*Previous POLL Config has not completed or device is connected,
149 PHDBG_INFO("Hal4:In Connected state.Returning Busy");
241 /*Previous POLL CFG has not completed or device is connected,
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 126 connection_request = 1, // connected socket via DNSServiceConnect()
127 reg_record_request, // reg/remove record only valid for connected sockets
181 // socket connected by DNSServiceCreateConnection(). Must be unique in the scope of the connection, such that and
  /frameworks/base/core/java/android/net/
LocalSocket.java 117 * that has not yet been connected.
126 throw new IOException("already connected");
307 * connected sockets.
  /frameworks/base/docs/html/training/monitoring-device-state/
battery-monitoring.jd 36 is negligible, so in most cases you can maximize your refresh rate whenever the device is connected
73 connected to an AC charger, reduce the rate if the charge is over USB, and lower it
82 <p>The {@link android.os.BatteryManager} broadcasts an action whenever the device is connected or
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
BluetoothTile.java 96 final boolean connected = mController.isBluetoothConnected();
103 if (connected) {
129 if (connected) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java 55 * on-demand (that is, when the USB cable is connected). It uses the alert
195 boolean connected = intent.getExtras().getBoolean(UsbManager.USB_CONNECTED);
196 if (!connected) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphExporter.java 162 // additional (connected) ports not listed in the signature (which is allowed by default,
166 // add (connected) ports from filter
184 // add (connected) ports from filter
Signature.java 36 * {@code PORT_OPTIONAL} indicates that a port may be connected by the user.
74 /** Indicates that the port must be connected in the graph. */
76 /** Indicates that the port may be connected in the graph . */
  /frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
RemoteDisplayProviderService.java 127 "Test Display 9 (flaky when connected)");
128 mTestDisplay9.setDescription("Aborts spontaneously while connected");
201 // flakes out when connected
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
ExternalDevice.cpp 92 WTRACE("external device is not connected");
222 bool connected = mConnected; local
233 if (connected == mConnected) {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
ExternalDevice.cpp 105 WLOGTRACE("external device is not connected");
224 bool connected = mConnected; local
235 if (connected == mConnected) {
  /hardware/libhardware/include/hardware/
hwcomposer.h 485 * connected or disconnected. The PRIMARY display is always connected and
489 * The connected parameter indicates whether the display has just been
490 * connected (1) or disconnected (0).
503 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected);
697 * on the connected display. These handles must remain valid as long as the
698 * display is connected.
719 * hotpluggable display type and no display is connected, an error shall be
730 * connected display. The config parameter is one of the config handles
742 * If disp is a hotpluggable display type and no display is connected,
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSetupActivity.java 63 // Whether to auto finish when the user selected a network and successfully connected
69 // Whether the user connected to a network. This excludes the auto-connecting by the system.
71 // Whether the device is connected to WiFi
  /packages/services/Telephony/src/com/android/phone/common/mail/
MailTransport.java 76 * configured identically, but not opened or connected in any way.
149 * connected socket. It is harmless to call this method redundantly if the hostname has already
156 * @param socket An SSL socket which has been connected to a server
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
def.h 41 PA_CONTEXT_UNCONNECTED, /**< The context hasn't been connected yet */
50 /** 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 */
197 * connected to, and possibly ignore the format the sample spec
270 * checked whether the device this stream is connected to should
280 /**< If the sink/source this stream is connected to is suspended
574 * sign issues!) When connected to a monitor source sink_usec contains
592 * playback streams and record streams connected to a monitor
721 * the volume of all connected inputs. \since 0.9.15 *
    [all...]
  /system/bt/bta/include/
bta_av_co.h 332 ** It's very likely that the connected headset with this handle
370 ** needs to send the initial delay report to the connected SRC.
383 ** needs to send the initial delay report to the connected SRC.
  /cts/tests/tests/app/src/android/app/cts/
ServiceTest.java 177 // Expect to see the TestConnection connected.
183 // Expect to see the second TestConnection connected.
207 // Expect to see the TestConnection connected.
233 // Expect to see the TestConnection connected.
  /cts/tests/tests/hardware/src/android/hardware/multiprocess/camera/cts/
Camera1Activity.java 70 TAG + " camera connected");
  /cts/tests/tests/voicesettings/src/android/voicesettings/cts/
BatterySaverModeTest.java 63 // Since CTS test needs the device to be connected to the host computer via USB,
  /developers/build/prebuilts/gradle/BasicMediaRouter/
README.md 12 Once connected, use the "Change Color" button to change the background color of the secondary screen.
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 65 * Name of the connected device
208 // Check that we're actually connected before trying anything
311 // save the connected device's name
314 Toast.makeText(activity, "Connected to "
  /developers/build/prebuilts/gradle/FindMyPhone/
README.md 7 it is still connected to your wearable, you can also start an activity on the wearable to sound an
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 65 * Name of the connected device
208 // Check that we're actually connected before trying anything
311 // save the connected device's name
314 Toast.makeText(activity, "Connected to "
  /developers/samples/android/media/BasicMediaRouter/
README.md 12 Once connected, use the "Change Color" button to change the background color of the secondary screen.

Completed in 234 milliseconds

<<11121314151617181920>>