Home
last modified time | relevance | path

Searched refs:died (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/media/libmedia/include/media/
DIMediaDeathNotifier.h32 virtual void died() = 0;
Dmediarecorder.h235 void died();
Dmediaplayer.h220 void died();
/frameworks/av/media/libmedia/
DIMediaDeathNotifier.cpp90 notifier->died(); in binderDied()
Dmediarecorder.cpp844 void MediaRecorder::died() in died() function in android::MediaRecorder
Dmediaplayer.cpp992 void MediaPlayer::died() in died() function in android::MediaPlayer
/frameworks/wilhelm/src/android/
Dandroid_GenericMediaPlayer.h67 void died() { in died() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags60 ## 3: USER_SYSTEM_UNBOUND Secondary user loses connection after system sysui has died
/frameworks/proto_logging/stats/enums/app/
Dapp_enums.proto296 * Application process died due to unknown reason.
310 * Application process died due to the result of an OS signal; for example,
322 * Application process died because of an unhandled exception in Java code.
327 * Application process died because it's crashed due to a native code crash.
575 * had died; this would be set only when the reason is {@link #REASON_DEPENDENCY_DIED}.
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DSystemRequestObserverTest.kt114 fun `does not add votes to storage if binder died when requestDisplayModes called`() { in does not add votes to storage if binder died when requestDisplayModes called()
/frameworks/base/core/proto/android/server/
Dbiometrics.proto88 * The client binder died, and sensors were authenticating at the time. Cancel has been
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java816 private void unregisterClientLocked(IMediaRouterClient client, boolean died) { in unregisterClientLocked() argument
825 disposeClientLocked(clientRecord, died); in unregisterClientLocked()
979 private void disposeClientLocked(ClientRecord clientRecord, boolean died) { in disposeClientLocked() argument
981 if (died) { in disposeClientLocked()
DMediaRouter2ServiceImpl.java1186 private void unregisterRouter2Locked(@NonNull IMediaRouter2 router, boolean died) { in unregisterRouter2Locked() argument
1192 "Ignoring unregistering unknown router: %s, died: %b", router, died)); in unregisterRouter2Locked()
1200 routerRecord.mPackageName, routerRecord.mRouterId, died)); in unregisterRouter2Locked()
1659 private void unregisterManagerLocked(@NonNull IMediaRouter2Manager manager, boolean died) { in unregisterManagerLocked() argument
1665 "Ignoring unregistering unknown manager: %s, died: %b", manager, died)); in unregisterManagerLocked()
1677 died)); in unregisterManagerLocked()
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags21 # Application process died
/frameworks/proto_logging/stats/atoms/hotword/
Dhotword_atoms.proto84 // Indicates that the service was restarted due to audio service died.
/frameworks/proto_logging/stats/
Datoms.proto6082 * Logs when the ActivityManagerService detects that an app died.