Searched refs:disconnected (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/ddm/
H A DDdmHandleExit.java55 public void disconnected() {} method in class:DdmHandleExit
H A DDdmHandleNativeHeap.java54 public void disconnected() {} method in class:DdmHandleNativeHeap
H A DDdmHandleAppName.java56 public void disconnected() {} method in class:DdmHandleAppName
H A DDdmHandleHello.java77 public void disconnected() { method in class:DdmHandleHello
H A DDdmHandleProfiling.java69 public void disconnected() {} method in class:DdmHandleProfiling
H A DDdmHandleThread.java62 public void disconnected() {} method in class:DdmHandleThread
H A DDdmHandleHeap.java74 public void disconnected() {} method in class:DdmHandleHeap
H A DDdmHandleViewDebug.java106 public void disconnected() { method in class:DdmHandleViewDebug
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkSelector.java105 * or null if disconnected
107 * disconnected
176 boolean connected, boolean disconnected) {
208 } else if (disconnected) {
423 * @param disconnected True if the device is disconnected
430 boolean connected, boolean disconnected, boolean untrustedNetworkAllowed) {
445 if (!isNetworkSelectionNeeded(scanDetails, wifiInfo, connected, disconnected)) {
175 isNetworkSelectionNeeded(List<ScanDetail> scanDetails, WifiInfo wifiInfo, boolean connected, boolean disconnected) argument
428 selectNetwork(List<ScanDetail> scanDetails, HashSet<String> bssidBlacklist, WifiInfo wifiInfo, boolean connected, boolean disconnected, boolean untrustedNetworkAllowed) argument
/frameworks/av/services/audioflinger/
H A DEffects.h231 bool disconnected() const { return mDisconnected; } function in class:EffectHandle
H A DEffects.cpp128 if (h == NULL || h->disconnected()) {
203 if (h != NULL && !h->disconnected()) {
674 if (h != NULL && !h->disconnected()) {
727 if (h != NULL && !h->disconnected()) {
909 if (handle != NULL && !handle->disconnected()) {
1135 if (handle != NULL && !handle->disconnected()) {
1308 ALOGW("%s Effect handle %p disconnected after thread destruction", __FUNCTION__, this);
2041 if (handle != NULL && !handle->disconnected()) {
/frameworks/base/media/java/android/media/
H A DMediaRouter.java1359 boolean disconnected = !address.equals(activeDisplayAddress)
1361 updateWifiDisplayRoute(route, d, status, disconnected);
1442 boolean disconnected) {
1460 if ((!enabled || disconnected) && route.isSelected()) {
1921 * or disconnected even though the route itself has not changed.
1440 updateWifiDisplayRoute( RouteInfo route, WifiDisplay display, WifiDisplayStatus wfdStatus, boolean disconnected) argument
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java141 * Command sent when the channel becomes disconnected. This is sent when the
142 * channel is forcibly disconnected by the system or as a reply to CMD_CHANNEL_DISCONNECT.
438 public void disconnected() { method in class:AsyncChannel
464 // Tell source we're disconnected.
874 * Reply to the src handler that we are disconnected
880 // Can't reply if already disconnected. Avoid NullPointerException.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java1075 mAc.disconnected();
1288 // Inform all contexts we've failed disconnected
1863 // this can only happen if our exit has been called - we're already disconnected
H A DDcTracker.java309 // quit and won't report disconnected until next enabling.
1733 * disconnected.
1736 * were already all disconnected.
1763 // TODO - only do cleanup if not disconnected
1824 str = "cleanUpConnection: teardown, disconnected, !ready";
2164 // If any call actually requested to be disconnected, means we can't
2166 // to be disconnected.
2384 * Return true if data connection need to be setup after disconnected due to
3365 // At least one context was not disconnected return false
3369 // All contexts were disconnected s
[all...]

Completed in 1886 milliseconds