Searched refs:connect (Results 201 - 206 of 206) sorted by relevance

123456789

/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp307 // Set the device status to NOT_PRESENT, clients will no longer be able to connect
872 ALOGE("CameraService::connect X (PID %d) rejected (don't trust clientUid %d)",
879 ALOGE("CameraService::connect X (PID %d) rejected (camera HAL module not loaded)",
885 ALOGE("CameraService::connect X (PID %d) rejected (invalid camera ID %s)", callingPid,
898 ALOGE("CameraService::connect X (PID %d) rejected (camera %s is disabled by device "
906 ALOGE("CameraService::connect X (PID %d) rejected (cannot connect from "
919 ALOGE("CameraService::connect X (PID %d) rejected (invalid camera ID %s)", callingPid,
926 ALOGE("CameraService::connect X (PID %d) rejected (camera %s is not connected)",
930 ALOGE("CameraService::connect
1156 status_t CameraService::connect( function in class:android::CameraService
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java589 ac.connect(mContext, getHandler(), message.replyTo);
1218 if (DBG) logd(getName() + " sending connect");
1221 loge("Dropping connect requeset " + config);
1729 // So, try another way to connect for interoperability.
2001 loge("Dropping connect requeset " + config);
2329 if (DBG) logd(getName() + " ignore connect");
2336 if (DBG) logd(getName() + " ignore connect");
2757 // Remove only the peer we failed to connect to so that other devices discovered
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java182 // connect anyway?" dialog after the user selects a network that doesn't validate.
1362 // if we will connect to this through another route, add a direct route
3841 nfi.asyncChannel.connect(mContext, mTrackerHandler, nfi.messenger);
3926 na.asyncChannel.connect(mContext, mTrackerHandler, na.messenger);
4363 // trying to connect if they know they cannot match it.
4641 // capabilities, so it only needs to be done once on initial connect, not every time the
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java528 s.connect(l);
535 //ignore failure to close after failure to connect
/frameworks/av/media/libstagefright/
H A DACodec.cpp5453 if (client.connect() != OK) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java321 * In CONNECT_MODE, the STA can scan and connect to an access point
843 /* CONNECT_MODE - connect to any 'known' AP when it becomes available */
845 /* SCAN_ONLY_MODE - don't connect to any APs; scan, but only while apps hold lock */
847 /* SCAN_ONLY_WITH_WIFI_OFF - scan, but don't connect to any APs */
870 * periodic wake up scan so that the device can connect to a new access
1742 // Last connect attempt is used to prevent scan requests:
1743 // - for a period of 10 seconds after attempting to connect
2371 * alternate APs to connect
4012 /* don't attempt autojoin if last connect attempt was just scheduled */
4634 // here because those should only be called if we're attempting to connect o
[all...]

Completed in 288 milliseconds

123456789