Searched refs:disconnected (Results 1 - 18 of 18) 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/av/media/libaaudio/examples/write_sine/src/
H A Dwrite_sine_callback.cpp47 bool disconnected = false; local
123 disconnected = (result == AAUDIO_ERROR_DISCONNECTED);
200 return disconnected ? AAUDIO_ERROR_DISCONNECTED : result;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkSelector.java108 * or null if disconnected
110 * disconnected
201 boolean connected, boolean disconnected) {
233 } else if (disconnected) {
509 * @param disconnected True if the device is disconnected
516 boolean connected, boolean disconnected, boolean untrustedNetworkAllowed) {
532 if (!isNetworkSelectionNeeded(scanDetails, wifiInfo, connected, disconnected)) {
200 isNetworkSelectionNeeded(List<ScanDetail> scanDetails, WifiInfo wifiInfo, boolean connected, boolean disconnected) argument
514 selectNetwork(List<ScanDetail> scanDetails, HashSet<String> bssidBlacklist, WifiInfo wifiInfo, boolean connected, boolean disconnected, boolean untrustedNetworkAllowed) argument
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp549 bool disconnected = (mHardware == nullptr); local
552 if (!disconnected) {
578 if (!disconnected) {
591 } else if (!disconnected) {
/frameworks/av/services/audioflinger/
H A DEffects.cpp141 if (h == NULL || h->disconnected()) {
216 if (h != NULL && !h->disconnected()) {
899 if (h != NULL && !h->disconnected()) {
952 if (h != NULL && !h->disconnected()) {
1208 if (handle != NULL && !handle->disconnected()) {
1444 if (handle != NULL && !handle->disconnected()) {
1620 ALOGW("%s Effect handle %p disconnected after thread destruction", __FUNCTION__, this);
2357 if (handle != NULL && !handle->disconnected()) {
H A DEffects.h238 bool disconnected() const { return mDisconnected; } function in class:EffectHandle
/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.
437 public void disconnected() { method in class:AsyncChannel
463 // Tell source we're disconnected.
878 * Reply to the src handler that we are disconnected
884 // Can't reply if already disconnected. Avoid NullPointerException.
/frameworks/base/media/java/android/media/
H A DMediaRouter.java233 // BT disconnected
1404 boolean disconnected = !address.equals(activeDisplayAddress)
1406 updateWifiDisplayRoute(route, d, status, disconnected);
1487 boolean disconnected) {
1505 if ((!enabled || disconnected) && route.isSelected()) {
1966 * or disconnected even though the route itself has not changed.
1485 updateWifiDisplayRoute( RouteInfo route, WifiDisplay display, WifiDisplayStatus wfdStatus, boolean disconnected) argument
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConnectivityManagerTest.java324 * Wifi enters disconnected state while screen is on.
335 // Set WiFi to disconnected state
364 * Screen turned on while WiFi in disconnected state.
372 // Set WiFi to disconnected state
451 // Set WiFi to disconnected state to trigger PNO scan
459 // Set WiFi to disconnected state to trigger PNO scan
490 // Set WiFi to disconnected state to trigger PNO scan
499 // Set WiFi to disconnected state to trigger PNO scan
530 // Set WiFi to disconnected state to trigger PNO scan
542 // Set WiFi to disconnected stat
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java1232 mAc.disconnected();
1454 // Inform all contexts we've failed disconnected
2126 // this can only happen if our exit has been called - we're already disconnected
H A DDcTracker.java1544 * disconnected.
1547 * were already all disconnected.
1579 // TODO - only do cleanup if not disconnected
1641 str = "cleanUpConnection: teardown, disconnected, !ready";
2022 // If any call actually requested to be disconnected, means we can't
2024 // to be disconnected.
2245 * Return true if data connection need to be setup after disconnected due to
3285 // At least one context was not disconnected return false
3289 // All contexts were disconnected so return true
3796 dcac.disconnected();
[all...]

Completed in 272 milliseconds