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

  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java 661 mAudioSource = null;
669 private AudioDevicePort mAudioSource;
687 mAudioSource = findAudioDevicePort(mInfo.getAudioType(), mInfo.getAudioAddress());
788 if (mAudioSource == null || mAudioSink.isEmpty() || mActiveConfig == null) {
799 if (mAudioSource.gains().length > 0 && volume != mCommittedVolume) {
801 for (AudioGain gain : mAudioSource.gains()) {
    [all...]
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 37 mAudioSource(0),
66 if ((mAudioSource != 0) && mAudioSourceStarted) {
67 mAudioSource->stop();
162 // mAudioSource != 0
326 mAudioSource = source;
497 err = mAudioSource->read(&mDecodeBuffer, &readOptions);
761 if ((mAudioSource != 0) && mAudioSourceStarted) {
762 sp<MetaData> meta = mAudioSource->getFormat();
android_AudioSfDecoder.h 103 sp<MediaSource> mAudioSource;// the decoder reading from the data source
104 // used to indicate mAudioSource was successfully started, but wasn't stopped
AacBqToPcmCbRenderer.cpp 212 mAudioSource = source;
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 536 if ((mAudioSource != NULL) && (mAudioSource != mAudioTrack)) {
577 && mAudioSource != NULL) {
581 mAudioSource->stop();
583 mAudioSource.clear();
877 && (mAudioSource == NULL || (mFlags & AUDIO_AT_EOS));
955 if (mAudioSource != NULL) {
979 mAudioSource->stop();
983 mAudioSource = mOmxSource;
984 if (mAudioSource != NULL)
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 76 mAudioSource(AUDIO_SOURCE_CNT),
120 mAudioSource = AUDIO_SOURCE_MIC;
122 mAudioSource = as;
897 if (mAudioSource != AUDIO_SOURCE_CNT) {
932 mAudioSource,
1004 CHECK(mAudioSource != AUDIO_SOURCE_CNT);
1034 if (mAudioSource >= AUDIO_SOURCE_CNT && mAudioSource != AUDIO_SOURCE_FM_TUNER) {
1035 ALOGE("Invalid audio source: %d", mAudioSource);
    [all...]
StagefrightRecorder.h 85 audio_source_t mAudioSource;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 66 private int mAudioSource = NO_AUDIO_SOURCE;
233 if (!mCaptureTimeLapse && (mAudioSource != NO_AUDIO_SOURCE)) {
234 mMediaRecorder.setAudioSource(mAudioSource);
  /packages/apps/FMRadio/src/com/android/fmradio/
FmService.java 437 AudioDevicePort mAudioSource = null;
    [all...]
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 184 sp<MediaSource> mAudioSource;
  /frameworks/av/services/audioflinger/
Threads.cpp 541 mAudioSource(AUDIO_SOURCE_DEFAULT), mId(id),
    [all...]
Threads.h 443 audio_source_t mAudioSource;
    [all...]

Completed in 706 milliseconds