/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
syslog.h | 91 int connected; member in struct:syslog_data
|
/system/bt/stack/btm/ |
btm_ble_bgconn.c | 48 // on the host to determine if a device is pending to be connected or not. This 96 const bool connected = BTM_IsAclConnectionUp(connection->address.address, BT_TRANSPORT_LE); local 97 if (!connected) {
|
/external/libnfc-nci/src/nfa/include/ |
nfa_cho_api.h | 47 #define NFA_CHO_CONNECTED_EVT 0x03 /* data link connected */ 179 tNFA_CHO_CONNECTED connected; /* NFA_CHO_CONNECTED_EVT */ member in union:__anon12803
|
nfa_p2p_api.h | 170 tNFA_P2P_CONN connected; /* NFA_P2P_CONNECTED_EVT */ member in union:__anon12851 471 ** Well-Known Service list encoded as a 16-bit field of connected LLCP. 486 ** on connected remote LLCP.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
WifiTile.java | 135 state.connected = wifiConnected; 162 if (state.connected) { 198 boolean connected; field in class:WifiTile.CallbackInfo 209 .append(",connected=").append(connected) 227 mInfo.connected = qsIcon.visible;
|
/frameworks/base/services/core/jni/ |
com_android_server_hdmi_HdmiCecController.cpp | 66 // Whether to hdmi device is connected to the given port. 97 mEvent.hotplug.connected = event.hotplug.connected; 166 jboolean connected = (jboolean) event.connected; local 168 gHdmiCecControllerClassInfo.handleHotplug, port, connected); 267 // Whether to hdmi device is connected to the given port.
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.h | 62 virtual void onHotplugReceived(int disp, bool connected) = 0; 316 int connected); 320 inline void hotplug(int disp, int connected); 333 bool connected; member in struct:android::HWComposer::DisplayData
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
asyncore.py | 226 connected = False variable in class:dispatcher 246 self.connected = True 248 # passed be connected. 255 self.connected = False 269 elif self.connected: 270 status.append('connected') 345 self.connected = False 404 self.connected = False 441 # accepting sockets are never connected, they "spawn" new 442 # sockets that are connected [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
asyncore.py | 226 connected = False variable in class:dispatcher 246 self.connected = True 248 # passed be connected. 255 self.connected = False 269 elif self.connected: 270 status.append('connected') 345 self.connected = False 404 self.connected = False 441 # accepting sockets are never connected, they "spawn" new 442 # sockets that are connected [all...] |
/system/bt/stack/gap/ |
gap_int.h | 128 BOOLEAN connected; member in struct:__anon69371
|
/bionic/libc/kernel/uapi/video/ |
adf.h | 70 __u8 connected; member in struct:adf_hotplug_event
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BluetoothChatService.java | 38 * thread for performing data transmissions when connected. 81 public static final int STATE_CONNECTED = 3; // now connected to a remote device 163 * @param device The BluetoothDevice that has been connected 165 public synchronized void connected(BluetoothSocket socket, BluetoothDevice method in class:BluetoothChatService 167 if (D) Log.d(TAG, "connected, Socket Type: " + socketType); 189 // Send the name of the connected device back to the UI Activity 302 // Listen to the server socket if we're not connected 319 // Situation normal. Start the connected thread. 320 connected(socket, socket.getRemoteDevice(), method 325 // Either not ready or already connected. Terminate new socket 413 connected(mmSocket, mmDevice, mSocketType); method [all...] |
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
BluetoothChatService.java | 39 * thread for performing data transmissions when connected. 68 public static final int STATE_CONNECTED = 3; // now connected to a remote device 167 * @param device The BluetoothDevice that has been connected 169 public synchronized void connected(BluetoothSocket socket, BluetoothDevice method in class:BluetoothChatService 171 Log.d(TAG, "connected, Socket Type:" + socketType); 199 // Send the name of the connected device back to the UI Activity 321 // Listen to the server socket if we're not connected 338 // Situation normal. Start the connected thread. 339 connected(socket, socket.getRemoteDevice(), method 344 // Either not ready or already connected. Terminate new socket 431 connected(mmSocket, mmDevice, mSocketType); method [all...] |
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
BluetoothChatService.java | 39 * thread for performing data transmissions when connected. 68 public static final int STATE_CONNECTED = 3; // now connected to a remote device 167 * @param device The BluetoothDevice that has been connected 169 public synchronized void connected(BluetoothSocket socket, BluetoothDevice method in class:BluetoothChatService 171 Log.d(TAG, "connected, Socket Type:" + socketType); 199 // Send the name of the connected device back to the UI Activity 321 // Listen to the server socket if we're not connected 338 // Situation normal. Start the connected thread. 339 connected(socket, socket.getRemoteDevice(), method 344 // Either not ready or already connected. Terminate new socket 431 connected(mmSocket, mmDevice, mSocketType); method [all...] |
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChatService.java | 38 * thread for performing data transmissions when connected. 68 public static final int STATE_CONNECTED = 3; // now connected to a remote device 149 * @param device The BluetoothDevice that has been connected 151 public synchronized void connected(BluetoothSocket socket, BluetoothDevice method in class:BluetoothChatService 153 if (D) Log.d(TAG, "connected, Socket Type:" + socketType); 175 // Send the name of the connected device back to the UI Activity 296 // Listen to the server socket if we're not connected 313 // Situation normal. Start the connected thread. 314 connected(socket, socket.getRemoteDevice(), method 319 // Either not ready or already connected. Terminate new socket 406 connected(mmSocket, mmDevice, mSocketType); method [all...] |
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/ |
BluetoothChatService.java | 39 * thread for performing data transmissions when connected. 68 public static final int STATE_CONNECTED = 3; // now connected to a remote device 167 * @param device The BluetoothDevice that has been connected 169 public synchronized void connected(BluetoothSocket socket, BluetoothDevice method in class:BluetoothChatService 171 Log.d(TAG, "connected, Socket Type:" + socketType); 199 // Send the name of the connected device back to the UI Activity 321 // Listen to the server socket if we're not connected 338 // Situation normal. Start the connected thread. 339 connected(socket, socket.getRemoteDevice(), method 344 // Either not ready or already connected. Terminate new socket 431 connected(mmSocket, mmDevice, mSocketType); method [all...] |
/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/valgrind/coregrind/m_gdbserver/ |
server.c | 644 const Bool connected = remote_connected(); local 648 if (!connected) 651 if (!connected) { [all...] |
/frameworks/base/core/java/android/ddm/ |
DdmHandleViewDebug.java | 107 public void connected() { method in class:DdmHandleViewDebug
|
/frameworks/base/core/java/com/android/internal/util/ |
AsyncChannel.java | 60 * which client it's connected too. For example the server needs to 71 * <li>Server calls AsyncChannel#connected</li> 96 * Command sent when the channel is half connected. Half connected 149 * msg.replyTo = messenger disconnecting or null if it was never connected. 214 * @param srcHandler is the hander to receive CONNECTED & DISCONNECTED 252 * @param srcHandler is the hander to receive CONNECTED & DISCONNECTED 261 // We are connected 262 connected(srcContext, srcHandler, dstMessenger); method 272 * @param srcHandler is the hander to receive CONNECTED & DISCONNECTE 377 connected(srcContext, srcHandler, dstMessenger); method 395 public void connected(Context srcContext, Handler srcHandler, Messenger dstMessenger) { method in class:AsyncChannel [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_utils.h | 79 bool connected; //Applies only to pluggable disp. member in struct:qhwc::DisplayAttributes 80 //Connected does not mean it ready to use.
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_utils.h | 79 bool connected; //Applies only to secondary displays member in struct:qhwc::DisplayAttributes 80 //Connected does not mean it ready to use. 413 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected || 414 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected);
|
/libcore/luni/src/main/java/java/net/ |
URLConnection.java | 46 * <p>{@code URLConnection} must be configured before it has connected to the 109 * Specifies whether this {@code URLConnection} is already connected to the 113 protected boolean connected; field in class:URLConnection 178 * URLConnection} is connected to. First, it attempts to get the content 189 if (!connected) { 206 * URLConnection} is connected to. First, it attempts to get the content 223 if (!connected) { 462 if (connected) { 463 throw new IllegalStateException("Already connected"); 903 * if this {@code URLConnection} has already been connected [all...] |
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLEngineTest.java | 49 assertTrue(connected(a, b)); method 53 assertFalse(connected(a, b)); method 56 public boolean connected(SSLEngine a, SSLEngine b) { method in class:SSLEngineTest
|
/system/bt/btif/src/ |
btif_sock_l2cap.c | 85 unsigned connected :1; //is connected? member in struct:l2cap_socket 331 sock->connected = FALSE; 488 accept_rs->connected = TRUE; 535 accept_rs->connected = TRUE; 571 sock->connected = TRUE; 590 sock->connected = TRUE; 1002 if (sock->connected) { [all...] |