Home
last modified time | relevance | path

Searched refs:disconnected (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/av/media/libaaudio/examples/write_sine/src/
Dwrite_sine_callback.cpp52 bool disconnected = false; in testOpenPlayClose() local
135 disconnected = (result == AAUDIO_ERROR_DISCONNECTED); in testOpenPlayClose()
216 return disconnected ? AAUDIO_ERROR_DISCONNECTED : result; in testOpenPlayClose()
/frameworks/base/core/java/android/ddm/
DDdmHandleExit.java55 public void disconnected() {} in disconnected() method in DdmHandleExit
DDdmHandleNativeHeap.java54 public void disconnected() {} in disconnected() method in DdmHandleNativeHeap
DDdmHandleAppName.java59 public void disconnected() {} in disconnected() method in DdmHandleAppName
DDdmHandleThread.java62 public void disconnected() {} in disconnected() method in DdmHandleThread
DDdmHandleProfiling.java69 public void disconnected() {} in disconnected() method in DdmHandleProfiling
DDdmHandleHello.java81 public void disconnected() { in disconnected() method in DdmHandleHello
DDdmHandleHeap.java74 public void disconnected() {} in disconnected() method in DdmHandleHeap
DDdmHandleViewDebug.java106 public void disconnected() { in disconnected() method in DdmHandleViewDebug
/frameworks/base/core/proto/android/telecomm/
Denums.proto53 * if the call was disconnected somehow (e.g., failure or cancellation of the call by the user).
81 * Indicates that a call is currently disconnected. All states can transition to this state
96 * Indicates that the call is in the process of being disconnected and will transition next
101 * ConnectionService has confirmed the call as disconnected.
/frameworks/opt/net/ims/
DREADME.txt55 It's for providing the dummy calls which are disconnected with the IMS network after
96 It's for providing the dummy calls which are disconnected with the IMS network after
104 1-to-1 call is established. It's for providing the dummy calls which are disconnected with
/frameworks/base/tests/UsbTests/res/raw/
Dreadme.txt6 - The descriptors when the jack is disconnected.
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSelector.java304 boolean connected, boolean disconnected) { in isNetworkSelectionNeeded() argument
336 } else if (disconnected) { in isNetworkSelectionNeeded()
699 boolean connected, boolean disconnected, boolean untrustedNetworkAllowed) { in selectNetwork() argument
715 if (!isNetworkSelectionNeeded(scanDetails, wifiInfo, connected, disconnected)) { in selectNetwork()
/frameworks/base/core/proto/android/debug/
Denums.proto63 * The adb session has been disconnected.
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp546 bool disconnected = (mHardware == nullptr); in releaseRecordingFrameHandleBatch() local
549 if (!disconnected) { in releaseRecordingFrameHandleBatch()
575 if (!disconnected) { in releaseRecordingFrameHandleBatch()
588 } else if (!disconnected) { in releaseRecordingFrameHandleBatch()
/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md41 … | Sets mobile signal icon to carrier network change UX when disconnected (```show``` to …
48 … | Sets the icon in the bluetooth slot (```connected```, ```disconnected```, any other v…
/frameworks/av/services/audioflinger/
DEffects.cpp112 if (h != NULL && !h->disconnected()) { in setEnabled_l()
180 if (h == NULL || h->disconnected()) { in addHandle()
307 if (h != NULL && !h->disconnected()) { in controlHandle_l()
492 if (handle != NULL && !handle->disconnected()) { in dump()
1233 if (h != NULL && !h->disconnected()) { in command()
2469 if (handle != NULL && !handle->disconnected()) { in setEffectSuspended_l()
DEffects.h370 bool disconnected() const { return mDisconnected; } in disconnected() function
/frameworks/base/media/java/android/media/
DMediaRouter.java1462 boolean disconnected = !address.equals(activeDisplayAddress) in updateWifiDisplayStatus()
1464 updateWifiDisplayRoute(route, d, status, disconnected); in updateWifiDisplayStatus()
1545 boolean disconnected) { in updateWifiDisplayRoute() argument
1563 if ((!enabled || disconnected) && route.isSelected()) { in updateWifiDisplayRoute()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto775 // IMS connected/disconnected
1607 // Data call was disconnected because radio was resetting,
1611 // Data call was disconnected by modem because tethered mode was up
1907 // IMS connected/disconnected
2431 // IMS connected/disconnected
/frameworks/base/core/java/com/android/internal/util/
DAsyncChannel.java447 public void disconnected() { in disconnected() method in AsyncChannel
/frameworks/base/proto/src/
Dsystem_messages.proto92 // Notify the user that always-on VPN has disconnected.
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConnectivityManagerTest.java2034 boolean connected, boolean disconnected, boolean untrustedNetworkAllowed)
2090 boolean connected, boolean disconnected, boolean untrustedNetworkAllowed)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken251 // One disconnected connection
364 // One disconnected (local hangup) call
578 // One disconnected call in the foreground slot
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java1692 mAc.disconnected(); in exit()

12