Searched defs:connected (Results 26 - 29 of 29) sorted by relevance

12

/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java1647 private native void native_update_network_state(boolean connected, int type, argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp488 // set-up the displays that are already connected
501 // assume a connected display is unblanked.
737 void SurfaceFlinger::onHotplugReceived(int type, bool connected) { argument
748 if (connected == false) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java490 /* Network is not connected, supplicant assoc+auth is not complete */
1662 private void sendSupplicantConnectionChangedBroadcast(boolean connected) { argument
1665 intent.putExtra(WifiManager.EXTRA_SUPPLICANT_CONNECTED, connected);
1778 * are currently connected to a headset, since disabling
1816 //DHCP renewal in connected state
2065 * to be enabled only as long as we are connected to an access point
2069 * - When connected, the kernel is unaware and can fail to start IPv6 negotiation
3268 /* When the network is connected, re-scanning can trigger
3345 /* If a scan result is pending in connected state, the supplicant
/frameworks/base/media/java/android/media/
H A DAudioService.java337 // Devices currently connected
3487 // Reset A2DP suspend state each time a new sink is connected
3587 private boolean handleDeviceConnection(boolean connected, int device, String params) { argument
3592 if (isConnected && !connected) {
3598 } else if (!isConnected && connected) {
3610 // sent if none of these devices is connected.
3729 /* cache of the address of the last dock the device was connected to */
3800 boolean connected = (state == BluetoothProfile.STATE_CONNECTED);
3801 if (handleDeviceConnection(connected, device, address)) {
3803 if (connected) {
[all...]

Completed in 60 milliseconds

12