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 &&
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 520 LOGW_IF((mA2dpOutput == 0), "getOutput() A2DP device in multiple %x selected but A2DP output not opened", device);
533 LOGW_IF((mA2dpOutput == 0), "getOutput() A2DP device %x selected but A2DP output not opened", device);
534 output = mA2dpOutput;
565 if (mA2dpOutput != 0 && !a2dpUsedForSonification() &&
567 setStrategyMute(STRATEGY_MEDIA, true, mA2dpOutput);
625 if (mA2dpOutput != 0 && !a2dpUsedForSonification() &&
629 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 346 audio_io_handle_t mA2dpOutput; // A2DP output handler

Completed in 409 milliseconds