Searched defs:onLoadSoundEffects (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java4107 private boolean onLoadSoundEffects() { method in class:AudioService.AudioHandler
4112 Log.w(TAG, "onLoadSoundEffects() called before boot complete");
4143 Log.w(TAG, "onLoadSoundEffects() SoundPool listener or thread creation error");
4217 "onLoadSoundEffects(), Error "+status+ " while loading samples");
4265 onLoadSoundEffects();
4377 //FIXME: onLoadSoundEffects() should be executed in a separate thread as it
4379 boolean loaded = onLoadSoundEffects();

Completed in 47 milliseconds