Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DPlaybackActivityMonitor.java484 sEventLogger.enqueue(new PlayerOpPlayAudioEvent(piid, hasOpPlayAudio, binderUid)); in playerHasOpPlayAudio()
1369 private static final class PlayerOpPlayAudioEvent extends EventLogger.Event { class in PlaybackActivityMonitor
1375 PlayerOpPlayAudioEvent(int piid, boolean hasOp, int uid) { in PlayerOpPlayAudioEvent() method in PlaybackActivityMonitor.PlayerOpPlayAudioEvent