diff options
| author | Lajos Molnar <lajos@google.com> | 2015-04-24 14:40:52 -0700 |
|---|---|---|
| committer | Lajos Molnar <lajos@google.com> | 2015-04-24 14:47:38 -0700 |
| commit | e0112b51a1e966192feadedcf72f65cb63a214dc (patch) | |
| tree | ada93ce59d12ed440f5e19f72caa12d2e39e30d4 /api/current.txt | |
| parent | 197b3daed756c44f45d5689f56f7824840ab77fe (diff) | |
| download | frameworks_base-e0112b51a1e966192feadedcf72f65cb63a214dc.zip frameworks_base-e0112b51a1e966192feadedcf72f65cb63a214dc.tar.gz frameworks_base-e0112b51a1e966192feadedcf72f65cb63a214dc.tar.bz2 | |
MediaSync: rename onReturnAudioBuffer to onAudioBufferConsumed
Bug: 19666434
Change-Id: I117d4a1ab29e5c8e02879d2321316b669c8e43ae
Diffstat (limited to 'api/current.txt')
| -rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 2fec250..6884e3b 100644 --- a/api/current.txt +++ b/api/current.txt @@ -16407,7 +16407,7 @@ package android.media { public static abstract class MediaSync.Callback { ctor public MediaSync.Callback(); - method public abstract void onReturnAudioBuffer(android.media.MediaSync, java.nio.ByteBuffer, int); + method public abstract void onAudioBufferConsumed(android.media.MediaSync, java.nio.ByteBuffer, int); } public static abstract interface MediaSync.OnErrorListener { |
