Searched refs:sampleId (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
H A DAndroidAudioRenderer.java353 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { argument
354 AudioNode src = soundpoolStillLoading.remove(sampleId);
358 + " had sampleId which was not in the HashMap of loading items");

Completed in 310 milliseconds