Home
last modified time | relevance | path

Searched defs:soundID (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/jni/soundpool/tests/
Dsoundpool_stress.cpp68 int32_t getNumberEvents(int32_t soundID) { in getNumberEvents()
133 const int32_t soundID = soundPool->load( in testStreams() local
156 for (int32_t soundID : soundIDs) { in testStreams() local
183 for (int32_t soundID : soundIDs) { in testStreams() local
210 for (int32_t soundID : soundIDs) { in testStreams() local
/frameworks/base/media/jni/soundpool/
DSoundDecoder.cpp75 const int32_t soundID = mSoundIDs.front(); in run() local
92 void SoundDecoder::loadSound(int32_t soundID) in loadSound()
DSoundManager.cpp50 int32_t soundID; in load() local
70 bool SoundManager::unload(int32_t soundID) in unload()
DSoundPool.cpp110 bool SoundPool::unload(int32_t soundID) in unload()
117 int32_t SoundPool::play(int32_t soundID, float leftVolume, float rightVolume, in play()
DSound.cpp32 Sound::Sound(int32_t soundID, int fd, int64_t offset, int64_t length) in Sound()
DStreamManager.cpp156 int32_t soundID, float leftVolume, float rightVolume, in queueForPlay()
DStream.cpp156 int32_t streamID, const std::shared_ptr<Sound> &sound, int32_t soundID, in setPlay()
/frameworks/base/media/java/android/media/
DSoundPool.java288 public native final boolean unload(int soundID); in unload()
314 public final int play(int soundID, float leftVolume, float rightVolume, in play()
518 private native final int _play(int soundID, float leftVolume, float rightVolume, in _play()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...