OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSoundRecorder
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java
56
private SoundRecorder
mSoundRecorder
;
94
mSoundRecorder
.startRecording();
108
mSoundRecorder
.stopRecording();
120
mSoundRecorder
.startPlay();
132
mSoundRecorder
.stopPlaying();
137
mSoundRecorder
.stopRecording();
218
mSoundRecorder
= new SoundRecorder(this, VOICE_FILE_NAME, this);
249
if (
mSoundRecorder
!= null) {
250
mSoundRecorder
.cleanup();
251
mSoundRecorder
= null
[
all
...]
/developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java
56
private SoundRecorder
mSoundRecorder
;
94
mSoundRecorder
.startRecording();
108
mSoundRecorder
.stopRecording();
120
mSoundRecorder
.startPlay();
132
mSoundRecorder
.stopPlaying();
137
mSoundRecorder
.stopRecording();
218
mSoundRecorder
= new SoundRecorder(this, VOICE_FILE_NAME, this);
249
if (
mSoundRecorder
!= null) {
250
mSoundRecorder
.cleanup();
251
mSoundRecorder
= null
[
all
...]
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
MainActivity.java
56
private SoundRecorder
mSoundRecorder
;
94
mSoundRecorder
.startRecording();
108
mSoundRecorder
.stopRecording();
120
mSoundRecorder
.startPlay();
132
mSoundRecorder
.stopPlaying();
137
mSoundRecorder
.stopRecording();
218
mSoundRecorder
= new SoundRecorder(this, VOICE_FILE_NAME, this);
249
if (
mSoundRecorder
!= null) {
250
mSoundRecorder
.cleanup();
251
mSoundRecorder
= null
[
all
...]
Completed in 38 milliseconds