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

  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp 53 static const uint32_t SND_DEVICE_BT = 3;
660 } else if ((device == SND_DEVICE_BT) || (device == SND_DEVICE_BT_EC_OFF)) {
814 if (device == (uint32_t)SND_DEVICE_BT) {
821 if (device == (int) SND_DEVICE_BT) {
    [all...]
  /hardware/msm7k/libaudio/
AudioHardware.cpp 54 SND_DEVICE_BT(-1),
426 set_volume_rpc(SND_DEVICE_BT, SND_METHOD_VOICE, vol);
479 if (device == (uint32_t)SND_DEVICE_BT || device == (uint32_t)SND_DEVICE_CARKIT) {
511 sndDevice = SND_DEVICE_BT;
546 sndDevice = SND_DEVICE_BT;
    [all...]
AudioHardware.h 255 int SND_DEVICE_BT;

Completed in 264 milliseconds