Lines Matching defs:filePath
1503 String filePath = Environment.getRootDirectory()
1506 int sampleId = mSoundPool.load(filePath, 0);
1508 Log.w(TAG, "Soundpool could not load file: "+filePath);
2888 String filePath = Environment.getRootDirectory() + SOUND_EFFECTS_PATH + SOUND_EFFECT_FILES[SOUND_EFFECT_FILES_MAP[effectType][0]];
2889 mediaPlayer.setDataSource(filePath);