/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/base/core/java/android/ddm/ |
D | DdmHandleExit.java | 55 public void disconnected() {} in disconnected() method in DdmHandleExit
|
D | DdmHandleNativeHeap.java | 54 public void disconnected() {} in disconnected() method in DdmHandleNativeHeap
|
D | DdmHandleAppName.java | 59 public void disconnected() {} in disconnected() method in DdmHandleAppName
|
D | DdmHandleThread.java | 62 public void disconnected() {} in disconnected() method in DdmHandleThread
|
D | DdmHandleProfiling.java | 69 public void disconnected() {} in disconnected() method in DdmHandleProfiling
|
D | DdmHandleHello.java | 81 public void disconnected() { in disconnected() method in DdmHandleHello
|
D | DdmHandleHeap.java | 74 public void disconnected() {} in disconnected() method in DdmHandleHeap
|
D | DdmHandleViewDebug.java | 106 public void disconnected() { in disconnected() method in DdmHandleViewDebug
|
/frameworks/base/core/proto/android/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/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiNetworkSelector.java | 304 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/ |
D | enums.proto | 63 * The adb session has been disconnected.
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | CameraClient.cpp | 546 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/ |
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 | 112 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()
|
D | Effects.h | 370 bool disconnected() const { return mDisconnected; } in disconnected() function
|
/frameworks/base/media/java/android/media/ |
D | MediaRouter.java | 1462 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/ |
D | telephony.proto | 775 // 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/ |
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/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiConnectivityManagerTest.java | 2034 boolean connected, boolean disconnected, boolean untrustedNetworkAllowed) 2090 boolean connected, boolean disconnected, boolean untrustedNetworkAllowed)
|
/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/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DataConnection.java | 1692 mAc.disconnected(); in exit()
|