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

  /frameworks/base/services/core/java/com/android/server/hdmi/
OneTouchRecordAction.java 44 private final byte[] mRecordSource;
49 mRecordSource = recordSource;
60 mRecordSource),
TimerRecordingAction.java 44 private final byte[] mRecordSource;
51 mRecordSource = recordSource;
65 mRecorderAddress, mRecordSource);
69 mRecorderAddress, mRecordSource);
73 mRecorderAddress, mRecordSource);
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiTimerRecordSources.java 382 private final RecordSource mRecordSource;
387 mRecordSource = recordSource;
391 return mTimerInfo.getDataSize() + mRecordSource.getDataSize(false);
399 mRecordSource.toByteArray(false, data, index);
415 private final RecordSource mRecordSource;
421 mRecordSource = recordSource;
428 mRecordSource.toByteArray(false, data, index + 1);
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 69 ar->mRecordSource = newRecordSource;
117 switch (ar->mRecordSource) {
421 ar->mRecordSource = AUDIO_SOURCE_DEFAULT;
691 ar->mRecordSource, // source
    [all...]
  /frameworks/wilhelm/src/
classes.h 164 audio_source_t mRecordSource;
  /frameworks/base/media/java/android/media/
AudioRecord.java 199 private int mRecordSource;
668 // mRecordSource is valid
682 mRecordSource = audioSource;
    [all...]
  /frameworks/wilhelm/src/itf/
IEngine.cpp 464 thiz->mRecordSource = AUDIO_SOURCE_DEFAULT;
    [all...]

Completed in 195 milliseconds