Home
last modified time | relevance | path

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

/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/proto_logging/stats/enums/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/proto_logging/stats/enums/debug/
Denums.proto63 * The adb session has been disconnected.
/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.cpp137 if (h != NULL && !h->disconnected()) { in setEnabled_l()
205 if (h == NULL || h->disconnected()) { in addHandle()
342 if (h != NULL && !h->disconnected()) { in controlHandle_l()
528 if (handle != NULL && !handle->disconnected()) { in dump()
1276 if (h != NULL && !h->disconnected()) { in command()
2600 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.java1523 boolean disconnected = !address.equals(activeDisplayAddress) in updateWifiDisplayStatus()
1525 updateWifiDisplayRoute(route, d, status, disconnected); in updateWifiDisplayStatus()
1606 boolean disconnected) { in updateWifiDisplayRoute() argument
1624 if ((!enabled || disconnected) && route.isSelected()) { in updateWifiDisplayRoute()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto792 // IMS connected/disconnected
1641 // Data call was disconnected because radio was resetting,
1645 // Data call was disconnected by modem because tethered mode was up
1944 // IMS connected/disconnected
2468 // 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/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/base/proto/src/metrics_constants/
Dmetrics_constants.proto6020 // ACTION: USB-C Connector disconnected.
6036 // ACTION: USB-C Audio device disconnected
7365 // FIELD: The duration between the start of dialing and the call being disconnected.
7370 // FIELD: The cause of a disconnected call.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java2256 mAc.disconnected(); in exit()
/frameworks/proto_logging/stats/
Datoms.proto1212 // Filled for both connected and disconnected cases.
1216 // Filled for both connected and disconnected cases.
1904 // The reason the call disconnected. Eg. ERROR, MISSED, REJECTED, BUSY.
2079 // The connection is inactive, or disconnected.
/frameworks/base/core/api/
Dsystem-current.txt13042 field public static final String STATUS_DISCONNECTED = "disconnected";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt88459 Lcom/android/internal/util/AsyncChannel;->disconnected()V