Home
last modified time | relevance | path

Searched refs:notifyDisconnected (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DController2Link.java98 public void notifyDisconnected(int seq) { in notifyDisconnected() method in Controller2Link
100 mIController.notifyDisconnected(seq); in notifyDisconnected()
176 public void notifyDisconnected(int seq) { in notifyDisconnected() method in Controller2Link.Controller2Stub
H A DMediaSession2.java155 info.notifyDisconnected(); in close()
431 controllerInfo.notifyDisconnected(); in onConnect()
766 void notifyDisconnected() { in notifyDisconnected() method in MediaSession2.ControllerInfo
770 mControllerBinder.notifyDisconnected(getNextSeqNumber()); in notifyDisconnected()
H A DMediaSession2Service.java433 caller.notifyDisconnected(0); in connect()
/aosp12/frameworks/base/apex/media/aidl/private/android/media/
H A DIMediaController2.aidl33 void notifyDisconnected(int seq) = 1; in notifyDisconnected() method
/aosp12/packages/services/Car/tests/obd2_app/src/com/google/android/car/obd2app/
H A DStatusNotification.java55 default void notifyDisconnected() { in notifyDisconnected() method
H A DObd2CollectionTask.java74 mStatusNotification.notifyDisconnected(); in run()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DNetworkAgentInfo.java385 notifyDisconnected(); in binderDied()
421 notifyDisconnected(); in disconnect()
433 private void notifyDisconnected() { in notifyDisconnected() method in NetworkAgentInfo
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java3266 notifyDisconnected(disconnectCause); in setTelephonyConnectionDisconnected()
3614 private void notifyDisconnected(android.telecom.DisconnectCause cause) { in notifyDisconnected() method in TelephonyConnection