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

/frameworks/base/media/java/android/media/
H A DAudioManager.java1428 public void loadSoundEffects() { method in class:AudioManager
1431 service.loadSoundEffects();
1433 Log.e(TAG, "Dead object in loadSoundEffects"+e);
H A DAudioService.java1007 loadSoundEffects();
1016 public boolean loadSoundEffects() { method in class:AudioService
1021 Log.w(TAG, "loadSoundEffects() called before boot complete");
1030 Log.w(TAG, "loadSoundEffects() could not allocate sound pool");
1045 Log.w(TAG, "loadSoundEffects() could not create SoundPool listener or thread");
1115 "loadSoundEffects(), Error "
2274 loadSoundEffects();

Completed in 44 milliseconds