HomeSort by relevance Sort by last modified time
    Searched refs:mRecordSource (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/java/android/media/
AudioRecord.java 152 private int mRecordSource = MediaRecorder.AudioSource.DEFAULT;
238 mRecordSource, mSampleRate, mChannels, mAudioFormat, mNativeBufferSizeInBytes,
254 // mRecordSource is valid
268 mRecordSource = audioSource;
378 return mRecordSource;
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 69 ar->mRecordSource = newRecordSource;
79 switch (ar->mRecordSource) {
315 ar->mRecordSource = AUDIO_SOURCE_DEFAULT;
398 ar->mAudioRecord->set(ar->mRecordSource, // source
  /frameworks/wilhelm/src/
classes.h 152 audio_source_t mRecordSource; //FIXME candidate to be encapsulated in a ARecorder subclass
  /frameworks/wilhelm/src/itf/
IEngine.c 453 thiz->mRecordSource = AUDIO_SOURCE_DEFAULT;
    [all...]

Completed in 41 milliseconds