OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SoundClips
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Camera2/src/com/android/camera/
SoundPlayer.java
25
* camera actions, please refer to {@link
SoundClips
}.
38
final int audioType =
SoundClips
.getAudioTypeForSoundPool();
SoundClips.java
33
public class
SoundClips
{
60
* This class implements
SoundClips
.Player using MediaActionSound,
106
* This class implements
SoundClips
.Player using SoundPool, which
/packages/apps/Camera/src/com/android/camera/
SoundClips.java
31
public class
SoundClips
{
51
* This class implements
SoundClips
.Player using MediaActionSound,
93
* This class implements
SoundClips
.Player using SoundPool, which
EffectsRecorder.java
178
private
SoundClips
.Player mSoundPlayer;
313
mSoundPlayer =
SoundClips
.getPlayer(context);
[
all
...]
PanoramaModule.java
170
private
SoundClips
.Player mSoundPlayer;
737
mSoundPlayer.play(
SoundClips
.START_VIDEO_RECORDING);
741
mSoundPlayer.play(
SoundClips
.STOP_VIDEO_RECORDING);
[
all
...]
Completed in 429 milliseconds