/frameworks/av/media/libaaudio/examples/write_sine/src/ |
D | write_sine_callback.cpp | 52 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/ |
D | enums.proto | 53 * 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/ |
D | README.txt | 55 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/ |
D | readme.txt | 6 - The descriptors when the jack is disconnected.
|
/frameworks/proto_logging/stats/enums/debug/ |
D | enums.proto | 63 * The adb session has been disconnected.
|
/frameworks/base/packages/SystemUI/docs/ |
D | demo_mode.md | 41 … | 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/ |
D | Effects.cpp | 137 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()
|
D | Effects.h | 370 bool disconnected() const { return mDisconnected; } in disconnected() function
|
/frameworks/base/media/java/android/media/ |
D | MediaRouter.java | 1523 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/ |
D | telephony.proto | 792 // 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/ |
D | AsyncChannel.java | 447 public void disconnected() { in disconnected() method in AsyncChannel
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 92 // Notify the user that always-on VPN has disconnected.
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 251 // One disconnected connection 364 // One disconnected (local hangup) call 578 // One disconnected call in the foreground slot
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 6020 // 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/ |
D | DataConnection.java | 2256 mAc.disconnected(); in exit()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 1212 // 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/ |
D | system-current.txt | 13042 field public static final String STATUS_DISCONNECTED = "disconnected";
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 88459 Lcom/android/internal/util/AsyncChannel;->disconnected()V
|