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

  /hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp 63 // pertaining to sonification strategy see handleIncallSonification()
67 handleIncallSonification(stream, false, true);
147 // pertaining to sonification strategy see handleIncallSonification()
156 handleIncallSonification(stream, true, true);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 407 void handleIncallSonification(int stream, bool starting, bool stateChange);
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 378 void handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange);
    [all...]
AudioPolicyManager.cpp 561 // pertaining to sonification strategy see handleIncallSonification()
565 handleIncallSonification((audio_stream_type_t)stream, false, true);
647 // pertaining to sonification strategy see handleIncallSonification()
651 handleIncallSonification((audio_stream_type_t)stream, true, true);
    [all...]

Completed in 134 milliseconds