Searched defs:bluetooth (Results 1 - 1 of 1) sorted by relevance

/device/moto/wingray/libaudio/
H A DAudioHardware.cpp394 ALOGD("Turn on bluetooth NREC");
747 // Changing I2S to port connection when bluetooth starts or stopS must be done simultaneously
769 ALOGV("%s: bluetooth state changed. is_bt_bypass %d bit_format %d",
776 ALOGE("could not set bluetooth bypass %s", strerror(errno));
979 bool speaker, bool bluetooth, bool spdif, int sampleRate)
982 speaker?"yes":"no", bluetooth?"yes":"no", spdif?"yes":"no", sampleRate);
986 if (mIsSpkrEnabled != speaker || mIsBtEnabled != bluetooth || mIsSpdifEnabled != spdif) {
994 mIsBtEnabledReq = bluetooth;
1284 ALOGE("could not flush bluetooth: %s", strerror(errno));
1400 // including bluetooth o
978 setDriver_l( bool speaker, bool bluetooth, bool spdif, int sampleRate) argument
1563 setDriver_l(bool mic, bool bluetooth, int sampleRate) argument
[all...]

Completed in 6 milliseconds