Home
last modified time | relevance | path

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

12

/frameworks/av/media/libaaudio/examples/write_sine/src/
Dwrite_sine_callback.cpp56 bool disconnected = false; in testOpenPlayClose() local
144 disconnected = (result == AAUDIO_ERROR_DISCONNECTED); in testOpenPlayClose()
225 return disconnected ? AAUDIO_ERROR_DISCONNECTED : result; in testOpenPlayClose()
/frameworks/base/core/java/android/service/games/
DIGameService.aidl30 void disconnected(); in disconnected() method
DGameService.java102 public void disconnected() {
/frameworks/native/services/sensorservice/
Dsenserservice_flags.aconfig7 …iption: "This flag controls if the dynamic sensor data will be clean up after HAL is disconnected."
/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/corenetworking/platform/
Denums.proto40 CS_DISCONNECTED = 2; // vpn connection is disconnected
/frameworks/proto_logging/stats/enums/debug/
Denums.proto63 * The adb session has been disconnected.
/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md44 … | Sets mobile signal icon to carrier network change UX when disconnected (```show``` to …
51 … | Sets the icon in the bluetooth slot (```connected```, ```disconnected```, any other v…
/frameworks/proto_logging/stats/atoms/power/
Dpower_extension_atoms.proto79 // cancel the timeout because of client disconnected
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
DStylusManager.kt295 "Bluetooth stylus ${if (btConnected) "connected" else "disconnected"}:" + in <lambda>()
/frameworks/proto_logging/stats/atoms/corenetworking/platform/
Dvpn_extension_atoms.proto46 // The VPN connection state(connected/disconnected)
/frameworks/av/services/audioflinger/
DEffects.cpp147 if (h != NULL && !h->disconnected()) { in setEnabled_l()
215 if (h == NULL || h->disconnected()) { in addHandle()
358 if (h != NULL && !h->disconnected()) { in controlHandle_l()
546 if (handle != NULL && !handle->disconnected()) { in dump()
665 if (!mHandles[i]->disconnected()) { in updateState_l()
1237 if (h != NULL && !h->disconnected()) { in command()
2835 if (handle != NULL && !handle->disconnected()) { in setEffectSuspended_l()
DIAfEffect.h375 virtual bool disconnected() const = 0;
DEffects.h385 bool disconnected() const final { return mDisconnected; } in disconnected() function
/frameworks/base/media/java/android/media/
DMediaRouter.java1509 boolean disconnected = !address.equals(activeDisplayAddress) in updateWifiDisplayStatus()
1511 updateWifiDisplayRoute(route, d, status, disconnected); in updateWifiDisplayStatus()
1592 boolean disconnected) { in updateWifiDisplayRoute() argument
1610 if ((!enabled || disconnected) && route.isSelected()) { in updateWifiDisplayRoute()
/frameworks/proto_logging/stats/enums/wifi/
Denums.proto199 // STA is disconnected
/frameworks/base/core/java/com/android/internal/util/
DAsyncChannel.java447 public void disconnected() { in disconnected() method in AsyncChannel
/frameworks/opt/telephony/proto/src/
Dtelephony.proto792 // IMS connected/disconnected
1644 // Data call was disconnected because radio was resetting,
1648 // Data call was disconnected by modem because tethered mode was up
1947 // IMS connected/disconnected
2493 // IMS connected/disconnected
/frameworks/proto_logging/stats/atoms/wearservices/
Dwearservices_extension_atoms.proto90 * Logged whenever a call is disconnected.
/frameworks/proto_logging/stats/atoms/hotword/
Dhotword_atoms.proto193 // Indicates that the system disconnected the service.
/frameworks/base/services/core/java/com/android/server/app/
DGameServiceProviderInstanceImpl.java349 mGameServiceConnector.post(IGameService::disconnected).whenComplete((result, t) -> { in stopLocked()
/frameworks/base/proto/src/
Dsystem_messages.proto92 // Notify the user that always-on VPN has disconnected.
/frameworks/proto_logging/stats/express/catalog/
Djob_scheduler.cfg254 description: "Number of times the JobService disconnected unexpectedly"

12