summaryrefslogtreecommitdiff
path: root/media/jni/soundpool
AgeCommit message (Expand)Author
2021-03-17SoundPool: Avoid busy waiting during stream restartAndy Hung
2021-03-16SoundPool: Improve single stream SoundPool handlingAndy Hung
2021-03-11SoundPool: Fix clang-tidyAndy Hung
2021-02-23Merge "Do not add quotes around flags argument" am: af4f8b9510Chih-hung Hsieh
2021-02-21Do not add quotes around flags argumentChih-Hung Hsieh
2021-02-21Merge ab/7061308 into stage.Xin Li
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour
2020-12-18Add package name when initializing SoundPool.jiabin
2020-11-24Convert mask types from uint32_t to enum typeMikhail Naganov
2020-06-24Update to use nativehelper/JNIPlatformHelp.hOrion Hodson
2020-06-01SoundPool: fix fcntl argumentAndy Hung
2020-06-01SoundPool: Fix verbose logging compilationAndy Hung
2020-05-27SoundPool: Add clang-tidy and fixAndy Hung
2020-04-27MediaMetrics: Track AudioTrack and AudioRecord callersAndy Hung
2020-03-20SoundPool: Fix stream playback thread startup waitAndy Hung
2020-03-11SoundPool: Set completion flag before promiseAndy Hung
2020-03-03SoundPool: Fix StreamManager JavaThread shutdownAndy Hung
2020-01-16Don't link with mediametrics headers symlinksMarco Nelissen
2019-12-12Merge "Revert "Revert "SoundPool: Use caller thread for sound playback"""Andy Hung
2019-12-12Revert "Revert "SoundPool: Use caller thread for sound playback""Andy Hung
2019-12-09Merge "Revert "SoundPool: Use caller thread for sound playback""Stefania Halac
2019-12-07Revert "SoundPool: Use caller thread for sound playback"Deepika Likhite
2019-12-03SoundPool: Improve testsAndy Hung
2019-11-18SoundPool: Use caller thread for sound playbackAndy Hung
2019-10-25Merge "Add required header_libs" am: 04d8813a01 am: 67da76a19d am: 8526f75455Marco Nelissen
2019-10-24Add required header_libsMarco Nelissen
2019-10-23SoundPool: Add native stress testAndy Hung
2019-10-22SoundPool: Refactor classAndy Hung
2019-09-13Improve visibility of IMemory security risksYtai Ben-Tsvi
2019-09-13SoundPool: Do not sleep on stop for USAGE_GAME or on BUFFER_ENDAndy Hung
2019-09-10SoundPool: Do not sleep on stop for USAGE_GAME or on BUFFER_ENDAndy Hung
2019-02-07SoundPool: Ramp volume down when forcibly reclaiming trackAndy Hung
2019-02-05audiopolicy: get rid of hardcoded attributes <--> stream typesFrançois Gaffie
2018-12-09Add channel mask in SoundPool sample.jiabin
2018-04-09soundpool: fix muted channelEric Laurent
2017-12-07SoundPool: remove unused header file.Wei Jia
2017-12-06SoundPool: remove unused header fileWei Jia
2017-10-12Remove libmedia and libstagefright dependency from extractorsDongwon Kang
2017-07-18Merge "Reference nativehelper/jni.h as jni.h"Steven Moreland
2017-07-17Reference nativehelper/jni.h as jni.hSteven Moreland
2017-05-17Merge "Convert libsoundpool to Android.bp" am: dde9ee9edd am: e9ffa404aeColin Cross
2017-05-17Convert libsoundpool to Android.bpColin Cross
2017-05-05Update path for libmediandk headersColin Cross
2017-05-05Update path for libmediandk headersColin Cross
2016-11-14Refactor SoundPool for appOps handling through PlayerBaseJean-Michel Trivi
2016-11-04Use libaudioclientMarco Nelissen
2016-11-03Use libaudioclientMarco Nelissen
2016-08-29Fix google-explicit-constructor warnings in soundpool.Chih-Hung Hsieh
2016-04-11Increase the SoundPoolThread queue size to 128 entries.Philip Cuadra
2016-03-29Stop SoundPool decode if NdkMediaCodec returns null buffersAndy Hung