History log of /frameworks/base/media/jni/android_media_MediaMetricsJNI.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
10353e36018224b86ef2918d1d68107459d445cf 14-Apr-2017 Ray Essick <essick@google.com> Rework getMetrics() api per API council

Reworking the media metrics getMetrics() calls (currently in MediaCodec,
MediaExtractor, MediaPlayer, and MediaRecorder) to fit new direction
from the API Council.

Drop the MediaMetricsSet that we had in the first round; go back
to a PersistableBundle as the return type. Moves the key definitions
from MediaMetricsSet.MediaCodec to MediaCodec.MetricsConstants

Bug: 37083862
Test: ran the corresponding CTS tests
Change-Id: I7905959ad2109887dd8fd16f0eb2831247abab2a
/frameworks/base/media/jni/android_media_MediaMetricsJNI.cpp
0e0fee1e3a04023c9ec122d3bd7da54e9565c3e7 26-Jan-2017 Ray Essick <essick@google.com> API access to mediametrics

provide SDK/API access to media metrics for user apps. This lets the
apps metrics data for their instances of player and codecs. Others
to come.

Bug: 34715803
Test: booted, invoked new APIs to verify desired results
Change-Id: Iaae6406aadef30adc893952961ac154a7c4c761d
/frameworks/base/media/jni/android_media_MediaMetricsJNI.cpp