[go: nahoru, domu]

Searched refs:connected (Results 76 - 90 of 90) sorted by relevance

1234

/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp302 value[0] = buffer[i].dynamic_sensor_meta.connected ? 1.f: 0.f;
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevice.java757 * @param connected whether to connected or not on the event
759 void onHotplug(int portId, boolean connected) { argument
809 * routing path connected to it directly or indirectly under the device hierarchy.
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DRttService.java73 ac.connected(mContext, this, msg.replyTo);
310 Log.e(TAG, "client not connected yet!");
H A DWifiStateMachine.java305 * while connected to a good AP, and handling the disconnect proper
383 // SSID Once connected, it will be set to invalid
916 /* Network is not connected, supplicant assoc+auth is not complete */
1370 * Dynamically turn on/off if switching networks while connected is allowd.
3047 boolean connected = mLastBssid != null;
3049 if (connected) {
3053 connected = false;
3062 if (connected && resultDetail.getNetworkDetail().getBSSID() == activeBssid) {
3233 // If anything has changed and we're already connected, send out a notification.
3379 private void sendSupplicantConnectionChangedBroadcast(boolean connected) { argument
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java266 private int convertConnectedToState(boolean connected) { argument
267 if (connected) {
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java180 public void onUsbMassStorageConnectionChanged(boolean connected) throws RemoteException { argument
398 * Query if a USB Mass Storage (UMS) host is connected.
399 * @return true if UMS host is connected.
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.h643 void hwc1Hotplug(int hwc1DisplayId, int connected);
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java407 // Devices currently connected
3094 boolean connected = (state == BluetoothProfile.STATE_CONNECTED);
3098 handleDeviceConnection(connected, outDevice, address, btDeviceName) &&
3099 handleDeviceConnection(connected, inDevice, address, btDeviceName);
3102 if (connected) {
4748 // Is HDMI connected?
4776 // Reset A2DP suspend state each time a new sink is connected
4990 // sent if none of these devices is connected.
5206 /* cache of the address of the last dock the device was connected to */
5644 // MUSIC stream volume level is limited when headphones are connected accordin
[all...]
/frameworks/native/services/sensorservice/
H A DSensorService.cpp603 if (mSensorEventBuffer[i].dynamic_sensor_meta.connected) {
607 ALOGI("Dynamic sensor handle 0x%x connected, type %d, name %s",
622 device.handleDynamicSensorConnection(handle, true /*connected*/);
631 device.handleDynamicSensorConnection(handle, false /*connected*/);
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java1053 c.conn.connected(s.name, b.intent.binder);
1060 // If this is the first app connected back to this binding,
1111 c.conn.connected(r.name, service);
1973 cr.conn.connected(r.name, null);
2513 //c.conn.connected(r.className, null);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp859 void SurfaceFlinger::onHotplugReceived(int32_t disp, bool connected) { argument
860 ALOGV("onHotplugReceived(%d, %s)", disp, connected ? "true" : "false");
885 if (connected) {
H A DSurfaceFlinger_hwc1.cpp482 // set-up the displays that are already connected
504 // assume a connected display is unblanked.
879 void SurfaceFlinger::onHotplugReceived(int type, bool connected) { argument
890 if (connected) {
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java784 "UpdateNetworkState, state=%s, connected=%s, info=%s, capabilities=%S",
2462 private native void native_update_network_state(boolean connected, int type, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java362 * database for the connected APN
1048 mAc.connected(null, getHandler(), msg.replyTo);
1049 if (VDBG) log("DcDefaultState: FULL_CONNECTION reply connected");
1190 // this is only called when we are either connected or suspended. Decide which.
1482 * The state machine is connected, expecting an EVENT_DISCONNECT.
1489 // If a disconnect is already pending, avoid notifying all of connected
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java146 ac.connected(mContext, this, msg.replyTo);
154 if (DBG) Log.d(TAG, "client connected: " + client);
1329 * (This is for older devices which do not support HW PNO and for connected PNO on
1904 * Indicates if the client is still connected
1905 * If the client is no longer connected then messages to it will be silently dropped

Completed in 300 milliseconds

1234