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

  /device/moto/wingray/libaudio/
AudioHardware.cpp 56 mOutput(0), /*mCurOut/InDevice*/ mCpcapCtlFd(-1), mHwOutRate(0), mHwInRate(0),
90 if (::ioctl(mCpcapCtlFd, CPCAP_AUDIO_IN_GET_RATE, &mHwInRate) < 0) {
698 mHwInRate = ecnsRate;
701 mHwOutRate = mHwInRate;
705 LOGD("EC/NS active, requests rate as %d for in/out", mHwInRate);
711 mHwInRate = getActiveInputRate();
714 LOGV("No EC/NS, set input rate %d, output %d.", mHwInRate, mHwOutRate);
718 mHwInRate = 8000;
745 btScoOn, mHwInRate);
    [all...]
AudioHardware.h 357 int mHwInRate;

Completed in 40 milliseconds