Searched refs:soundDir (Results 1 – 2 of 2) sorted by relevance
165 for (String soundDir : SOUND_DIRS) { in loadSound()166 int id = mSoundPool.load(soundDir + soundFileName, 1); in loadSound()
949 File soundDir = new File("/sys/class/udc/" + controllerName + "/gadget/sound"); in getMidiCardDevice() local950 if (!soundDir.exists()) { in getMidiCardDevice()955 File[] cardDirs = FileUtils.listFilesOrEmpty(soundDir, in getMidiCardDevice()