HomeSort by relevance Sort by last modified time
    Searched defs:connected (Results 126 - 150 of 189) sorted by null

1 2 3 4 56 7 8

  /system/bt/btif/src/
btif_sock_rfc.c 66 int connected : 1; member in struct:__anon69201
234 accept_rs->f.connected = true;
515 slot->f.connected = true;
783 if (slot->f.connected) {
799 if (!slot->f.connected || !flush_incoming_que_on_wr_signal(slot)) {
  /frameworks/base/core/java/android/app/
LoadedApk.java 1074 public void connected(ComponentName name, IBinder service) throws RemoteException { method in class:LoadedApk.ServiceDispatcher.InnerConnection
1146 public void connected(ComponentName name, IBinder service) { method in class:LoadedApk.ServiceDispatcher
    [all...]
  /external/iproute2/ip/
iproute.c 1356 int connected = 0; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTile.java 495 public boolean connected; field in class:QSTile.SignalState
506 || o.connected != connected || o.activityIn != activityIn
511 o.connected = connected;
524 rt.insert(rt.length() - 1, ",connected=" + connected); local
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java 357 int connected, configured; local
360 connected = 0;
362 } else if ("CONNECTED".equals(state)) {
363 connected = 1;
366 connected = 1;
374 msg.arg1 = connected;
377 sendMessageDelayed(msg, (connected == 0) ? UPDATE_DELAY : 0);
571 if (DEBUG) Slog.d(TAG, "broadcasting " + intent + " connected: " + mConnected
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 85 bool connected; //Applies only to pluggable disp. member in struct:qhwc::DisplayAttributes
86 //Connected does not mean it ready to use.
588 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected ||
589 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected);
  /libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java 60 // The remote address to be connected.
70 boolean connected = false; field in class:DatagramChannelImpl
135 return connected;
142 // status must be un-connected.
143 if (connected) {
166 // Keep the connected state held by the channel and the socket up to date.
172 * Initialize the state associated with being connected, optionally syncing the socket if there
177 connected = true;
207 connected = false;
298 throw new IllegalArgumentException("Connected to " + connectAddress
    [all...]
  /system/bt/stack/gatt/
gatt_utils.c 703 ** Description This function find the connected bda
815 BOOLEAN connected=FALSE; local
822 connected = TRUE;
826 return connected;
    [all...]
gatt_int.h 473 BOOLEAN connected; member in struct:__anon69398
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 102 // connected and validated, respectively.
566 * Update the Inet conditions and what network we are connected to.
686 BitSet connected = new BitSet(); local
689 connected.set(mWifiSignalController.mTransportType);
691 mWifiSignalController.updateConnectivity(connected, connected);
694 connected.set(controller.mTransportType);
696 controller.updateConnectivity(connected, connected);
706 mDemoWifiState.connected = mDemoWifiState.level >= 0
    [all...]
  /hardware/libhardware/include/hardware/
hdmi_cec.h 246 * true if the cable is connected; otherwise false.
248 int connected; member in struct:hotplug_event
335 * by connected HDMI devices. It is therefore likely to change if the cable
406 * Returns HDMI_CONNECTED if a device is connected, otherwise HDMI_NOT_CONNECTED.
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 86 bool connected; //Applies only to pluggable disp. member in struct:qhwc::DisplayAttributes
87 //Connected does not mean it ready to use.
627 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected ||
628 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 94 bool connected; //Applies only to pluggable disp. member in struct:qhwc::DisplayAttributes
95 //Connected does not mean it ready to use.
579 // HDMI when it is connected as primary or external.
670 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected ||
671 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected);
676 return ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected;
hwc_utils.cpp 273 // -If HDMI cable is connected, read display configs from edid data
274 // -If HDMI cable is not connected then use default data in vscreeninfo
279 int connected = ctx->mHDMIDisplay->getConnectedState(); local
280 if(connected == 1) {
283 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].connected = true;
286 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].connected = false;
290 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].connected = true;
331 ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected = false;
333 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected = false;
    [all...]
  /system/bt/bta/gatt/
bta_gattc_int.h 303 BTA_GATTC_CONN_ST, /* connected state */
312 BOOLEAN connected; member in struct:__anon68682
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 391 * database for the connected APN
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bthdef.h 444 UCHAR connected; member in struct:_BTH_L2CAP_EVENT_INFO
454 UCHAR connected; member in struct:_BTH_HCI_EVENT_INFO
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/toybox/generated/
globals.h 555 int sockfd, connected, from_ok, route_cmd; member in struct:ip_data
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 

Completed in 661 milliseconds

1 2 3 4 56 7 8