Home
last modified time | relevance | path

Searched refs:ID_NOT_LOADED (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
DSoundClips.java107 private static final int ID_NOT_LOADED = 0; field in SoundClips.SoundPoolPlayer
126 mSoundIDToPlay = ID_NOT_LOADED; in SoundPoolPlayer()
155 if (mSoundIDs[index] == ID_NOT_LOADED) { in play()
173 mSoundIDs[i] = ID_NOT_LOADED; in onLoadComplete()
188 mSoundIDToPlay = ID_NOT_LOADED; in onLoadComplete()
/packages/apps/Camera2/src/com/android/camera/
DSoundClips.java120 private static final int ID_NOT_LOADED = 0; field in SoundClips.SoundPoolPlayer
137 mSoundIDToPlay = ID_NOT_LOADED; in SoundPoolPlayer()
166 if (mSoundIDs[index] == ID_NOT_LOADED) { in play()
184 mSoundIDs[i] = ID_NOT_LOADED; in onLoadComplete()
199 mSoundIDToPlay = ID_NOT_LOADED; in onLoadComplete()