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

  /hardware/msm7k/libaudio-qdsp5v2/
AudioPolicyManager.cpp 175 if (mA2dpOutput != 0) {
197 if (mA2dpOutput != 0) {
241 if (output == mA2dpOutput &&
  /frameworks/base/services/audioflinger/
AudioPolicyManagerBase.cpp 85 if (mA2dpOutput != 0 &&
87 mpClientInterface->suspendOutput(mA2dpOutput);
119 if (mA2dpOutput != 0 &&
121 mpClientInterface->restoreOutput(mA2dpOutput);
279 if (mA2dpOutput != 0 && mScoDeviceAddress != "") {
281 mpClientInterface->suspendOutput(mA2dpOutput);
283 mpClientInterface->restoreOutput(mA2dpOutput);
526 LOGW_IF((mA2dpOutput == 0), "getOutput() A2DP device in multiple %x selected but A2DP output not opened", device);
539 LOGW_IF((mA2dpOutput == 0), "getOutput() A2DP device %x selected but A2DP output not opened", device);
540 output = mA2dpOutput;
    [all...]
  /hardware/msm7k/libaudio-qsd8k/
AudioPolicyManager.cpp 175 if (mA2dpOutput != 0) {
197 if (mA2dpOutput != 0) {
248 if (output == mA2dpOutput &&
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 287 audio_io_handle_t mA2dpOutput; // A2DP output handler

Completed in 11 milliseconds