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

<<11121314151617181920>>

  /hardware/intel/img/hwcomposer/merrifield/common/base/
Drm.h 87 int connected; member in struct:android::intel::Drm::DrmOutput
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
Drm.h 93 int connected; member in struct:android::intel::Drm::DrmOutput
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_qclient.cpp 102 int connected; local
103 connected = ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected ? 1 : 0;
104 outParcel->writeInt32(connected);
  /hardware/qcom/display/msm8084/libqservice/
IQHDMIClient.h 42 virtual void onHdmiHotplug(int connected) = 0;
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeSystemFacade.java 51 info.setDetailedState(DetailedState.CONNECTED, null, null);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
net.h 49 SS_CONNECTED, /* connected to socket */
wimax.h 171 * scan. In this state, the device cannot be actively connected to
179 * fast, the device can transition directly to CONNECTED
181 * @WIMAX_ST_CONNECTED: The device is connected to a network.
221 * CONNECTED x x x -
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
net.h 51 SS_CONNECTED, /* connected to socket */
wimax.h 171 * scan. In this state, the device cannot be actively connected to
179 * fast, the device can transition directly to CONNECTED
181 * @WIMAX_ST_CONNECTED: The device is connected to a network.
221 * CONNECTED x x x -
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/community/tests/
test_kclique.py 25 # clique percolation with k=2 is just connected components
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/schema/
debuggerConnector.exsd 9 Extension Point to provide a way to connect a debugger to a VM running on a connected device.
sourceRevealer.exsd 9 Extension Point to provide a way to display the source code of a VM running on a connected device.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
IDebuggerConnector.java 21 * on a connected device.
  /system/bt/btif/include/
btif_hh.h 84 * connected hid devices
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
ChargingConstraintTestActivity.java 44 // Register receiver for connected/disconnected power events.
142 /** Run test for when the <bold>device is not connected to power.</bold>. */
154 /** Run test for when the <bold>device is connected to power.</bold> */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pBroadcastReceiverTest.java 116 * Wait until a station gets connected.
129 if (dev.status == WifiP2pDevice.CONNECTED) {
160 if (dev.status != WifiP2pDevice.CONNECTED) {
  /device/asus/fugu/libaudio/
ATVAudioPolicyManager.cpp 132 // Check if remote is actually connected or we should move on
138 ALOGV("getDeviceForInputSource No active connected device, passing onto submix");
148 // User a wired headset (physical remote) if available, connected and active
  /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/
BuildsView.java 462 boolean connected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IPerformancesConstants.DEFAULT_DATABASE_CONNECTION);
465 this.updateBuild.setEnabled(connected);
472 this.updateAllBuilds.setEnabled(connected);
490 boolean connected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IPerformancesConstants.DEFAULT_DATABASE_CONNECTION);
497 System.out.println(" - connected = "+connected);
502 final boolean sameConnection = connected == DB_Results.DB_CONNECTION;
535 boolean updated = DB_Results.updateDbConstants(connected, eclipseVersion, databaseLocation);
539 if (!connected) {
545 message.append( connected ? "opened." : "closed.")
    [all...]
  /external/libmtp/examples/
tracks.c 109 /* Successfully connected at least one device, so continue */
111 fprintf(stdout, "mtp-tracks: Successfully connected\n");
115 /* iterate through connected MTP devices */
  /frameworks/base/docs/html/guide/topics/connectivity/usb/
index.jd 31 accessory mode, the connected USB hardware (an Android USB accessory in this case) acts as the
51 USB hardware connected to your Android-powered device. This will prevent you from having an
62 <li>Enter <code>adb connect &lt;device-ip-address&gt;:5555</code> You should now be connected
  /frameworks/base/docs/html/training/monitoring-device-state/
connectivity-monitoring.jd 35 But if you aren't connected to the Internet, or the connection is too slow to complete your
39 connected to the Internet, and if so, what type of connection is in place.</p>
44 <p>There's no need to schedule an update based on an Internet resource if you aren't connected to
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DummyDevice.cpp 123 ILOGTRACE("dummy device is not connected");
145 ILOGTRACE("dummy device is not connected");
223 mConnected ? "connected" : "disconnected");
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmServer.java 34 private static final int CONNECTED = 1;
115 case CONNECTED:
116 handler.connected();
  /packages/apps/Email/provider_src/com/android/email/provider/
RefreshStatusMonitor.java 117 LogUtils.d(TAG, "RefreshStatusMonitor: mailboxId=%d NOT CONNECTED",
119 // The device is not connected to the Internet. A sync will never succeed.
124 // The device is connected to the Internet. It might take a short while for
  /packages/apps/Nfc/src/com/android/nfc/handover/
PeripheralHandoverService.java 203 public void onBluetoothPeripheralHandoverComplete(boolean connected) {
207 mBluetoothHeadsetConnected = connected;
214 if (transport == BluetoothDevice.TRANSPORT_LE && !connected) {

Completed in 357 milliseconds

<<11121314151617181920>>