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

  /cts/suite/audio_quality/lib/include/audio/
Buffer.h 97 return mStereo;
129 bool mStereo;
AudioProtocol.h 33 bool mStereo;
  /frameworks/base/core/java/android/hardware/radio/
RadioManager.java 456 private final boolean mStereo;
465 mStereo = stereo;
476 return mStereo;
507 mStereo = in.readByte() == 1;
528 dest.writeByte((byte) (mStereo ? 1 : 0));
542 return "FmBandDescriptor [ "+ super.toString() + " mStereo=" + mStereo
551 result = prime * result + (mStereo ? 1 : 0);
568 if (mStereo != other.isStereoSupported())
586 private final boolean mStereo;
    [all...]
  /frameworks/base/core/jni/
android_hardware_Radio.cpp 92 jfieldID mStereo;
104 jfieldID mStereo;
363 env->GetBooleanField(jBandConfig, gRadioFmBandConfigFields.mStereo);
373 env->GetBooleanField(jBandConfig, gRadioAmBandConfigFields.mStereo);
916 gRadioFmBandConfigFields.mStereo = GetFieldIDOrDie(env, fmBandConfigClass, "mStereo", "Z")
    [all...]

Completed in 1209 milliseconds