/external/kernel-headers/original/uapi/linux/ |
atmdev.h | 198 #define ATM_VS_CONNECTED 1 /* VC is connected */ 205 "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
|
/external/libdrm/man/ |
drm.xml | 61 hardware type. Each connected GPU is then presented to user-space via 85 <para>Managing connected monitors and displays and changing the current
|
/external/libnfc-nci/halimpl/pn54x/tml/ |
phTmlNfc.h | 159 /* Port name connected to PN54X 161 * Platform specific canonical device name to which PN54X is connected.
|
/external/libnfc-nci/src/nfa/int/ |
nfa_cho_int.h | 43 NFA_CHO_ST_CONNECTED, /* Data link connected */ 201 tNFA_CHO_SUBSTATE substate; /* substate in connected state */
|
/external/libvncserver/x11vnc/ |
pm.c | 88 " clients are connected.\n"); 228 " clients are connected.\n");
|
/external/lldb/source/Plugins/Platform/gdb-server/ |
PlatformRemoteGDBServer.h | 119 // name if connected. 140 std::string m_platform_description; // After we connect we can get a more complete description of what we are connected to
|
/external/selinux/libselinux/man/man5/ |
selabel_x.5 | 6 selabel_x \- userspace SELinux labeling interface and configuration file format for the X Window System contexts backend. This backend is also used to determine the default context for labeling remotely connected X clients 29 This backend is also used to determine the default context for labeling remotely connected X clients.
|
/external/tcpdump/win32/Include/ |
errno.h | 111 #define EISCONN 106 /* Transport endpoint is already connected */ 112 #define ENOTCONN 107 /* Transport endpoint is not connected */
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattServerCallback.java | 27 * Callback indicating when a remote device has been connected or disconnected. 29 * @param device Remote device that has been connected or disconnected.
|
BluetoothInputDevice.java | 300 * device is already connected or Bluetooth is not turned on. 332 * Bluetooth device is not in connected state etc. When this API returns, 481 if (DBG) Log.d(TAG, "Proxy object connected"); 537 * Send Get_Protocol_Mode command to the connected HID input device. 561 * Send Set_Protocol_Mode command to the connected HID input device. 585 * Send Get_Report command to the connected HID input device. 612 * Send Set_Report command to the connected HID input device. 638 * Send Send_Data command to the connected HID input device.
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleHello.java | 60 public void connected() { method in class:DdmHandleHello 62 Log.v("ddm-hello", "Connected!");
|
/frameworks/base/core/java/android/net/ |
StaticIpConfiguration.java | 78 * directly-connected route for the IP address's local subnet and a default route. If the 79 * default gateway is not covered by the directly-connected route, it will also contain a host
|
/frameworks/base/docs/html/tools/performance/batterystats-battery-historian/ |
index.jd | 87 <li>Restart adb and check for connected devices. 90 <br>If you don't see any devices, make sure your phone is connected, and USB Debugging
|
/frameworks/base/packages/BackupRestoreConfirmation/res/values/ |
strings.xml | 23 <string name="backup_confirm_text">A full backup of all data to a connected desktop computer has been requested. Do you want to allow this to happen\?\n\nIf you did not request the backup yourself, do not allow the operation to proceed.</string> 30 <string name="restore_confirm_text">A full restore of all data from a connected desktop computer has been requested. Do you want to allow this to happen\?\n\nIf you did not request the restore yourself, do not allow the operation to proceed. This will replace any data currently on the device!</string>
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
A2dpProfile.java | 60 if (V) Log.d(TAG,"Bluetooth service connected"); 62 // We just bound to the service, so refresh the UI for any connected A2DP devices.
|
CachedBluetoothDevice.java | 176 // Disconnect PBAP server in case its connected 444 * Checks whether we are connected to this device (any profile counts). 446 * @return Whether it is connected. 644 // Connected above not connected 831 boolean profileConnected = false; // at least one profile is connected 832 boolean a2dpNotConnected = false; // A2DP is preferred but not connected 833 boolean headsetNotConnected = false; // Headset is preferred but not connected
|
HeadsetProfile.java | 63 if (V) Log.d(TAG,"Bluetooth service connected"); 65 // We just bound to the service, so refresh the UI for any connected HFP devices.
|
HidProfile.java | 55 if (V) Log.d(TAG,"Bluetooth service connected"); 57 // We just bound to the service, so refresh the UI for any connected HID devices.
|
MapProfile.java | 63 if (V) Log.d(TAG,"Bluetooth service connected"); 65 // We just bound to the service, so refresh the UI for any connected MAP devices.
|
SapProfile.java | 62 if (V) Log.d(TAG,"Bluetooth service connected"); 64 // We just bound to the service, so refresh the UI for any connected SAP devices.
|
/frameworks/base/services/core/java/com/android/server/job/controllers/ |
ConnectivityController.java | 55 /** Track whether the latest active network is connected. */ 193 pw.println("connected: " + mNetworkConnected + " unmetered: " + mNetworkUnmetered);
|
/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...] |
/frameworks/base/telephony/java/com/android/ims/ |
ImsConferenceState.java | 61 * "connected" : Endpoint is a participant in the conference. Depending on the media policies, 77 public static final String STATUS_CONNECTED = "connected";
|
/frameworks/ex/common/java/com/android/common/ |
NetworkConnectivityListener.java | 80 mState = State.CONNECTED; 112 CONNECTED,
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
ISipSession.aidl | 43 * Gets the SIP profile that this session is connected to. Only available 46 * @return the SIP profile that this session is connected to
|