Searched refs:playing (Results 1 – 4 of 4) sorted by relevance
67 int64_t playing = 0; in mergeRecord() local68 if (item.getInt64("android.media.mediaplayer.playingMs", &playing)) in mergeRecord()69 ALOGV("found playingMs of %" PRId64, playing); in mergeRecord()70 if (playing >= 0) { in mergeRecord()71 summation.addInt64("android.media.mediaplayer.playingMs",playing); in mergeRecord()
101 <!-- @deprecated This permission is for playing outside. -->
47 ## loading and playing frames
214 mMediaItemPlayingView = mergeView.findViewById(R.id.playing); in ViewHolder()