HomeSort by relevance Sort by last modified time
    Searched full:audiopolicyinterface (Results 1 - 15 of 15) sorted by null

  /frameworks/av/services/audiopolicy/manager/
AudioPolicyFactory.cpp 21 extern "C" AudioPolicyInterface* createAudioPolicyManager(
27 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface)
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 34 // The AudioPolicyInterface and AudioPolicyClientInterface classes define the communication interfaces
36 // The platform specific audio policy manager must implement methods of the AudioPolicyInterface class.
44 // System state changes and user actions are notified to audio policy manager with methods of the AudioPolicyInterface.
60 class AudioPolicyInterface
64 virtual ~AudioPolicyInterface() {}
255 extern "C" AudioPolicyInterface* createAudioPolicyManager(AudioPolicyClientInterface *clientInterface);
256 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface);
AudioPolicyManagerBase.h 26 #include <hardware_legacy/AudioPolicyInterface.h>
68 class AudioPolicyManagerBase: public AudioPolicyInterface
78 // AudioPolicyInterface
  /frameworks/av/services/audiopolicy/service/
AudioPolicyInterfaceImpl.cpp 297 AudioPolicyInterface::input_type_t inputType;
328 case AudioPolicyInterface::API_INPUT_LEGACY:
330 case AudioPolicyInterface::API_INPUT_TELEPHONY_RX:
332 case AudioPolicyInterface::API_INPUT_MIX_CAPTURE:
338 case AudioPolicyInterface::API_INPUT_MIX_EXT_POLICY_REROUTE:
344 case AudioPolicyInterface::API_INPUT_INVALID:
376 AudioPolicyInterface::concurrency_type__mask_t concurrency;
380 LOG_ALWAYS_FATAL_IF(concurrency & ~AudioPolicyInterface::API_INPUT_CONCURRENCY_ALL,
384 if (concurrency & AudioPolicyInterface::API_INPUT_CONCURRENCY_CALL) {
387 if (concurrency & AudioPolicyInterface::API_INPUT_CONCURRENCY_CAPTURE)
    [all...]
AudioPolicyService.h 55 // BnAudioPolicyService (see AudioPolicyInterface for method descriptions)
575 AudioPolicyInterface *mAudioPolicyManager;
  /frameworks/av/services/audiopolicy/
AudioPolicyInterface.h 28 // The AudioPolicyInterface and AudioPolicyClientInterface classes define the communication interfaces
30 // The platform specific audio policy manager must implement methods of the AudioPolicyInterface class.
38 // System state changes and user actions are notified to audio policy manager with methods of the AudioPolicyInterface.
54 class AudioPolicyInterface
79 virtual ~AudioPolicyInterface() {}
356 extern "C" AudioPolicyInterface* createAudioPolicyManager(AudioPolicyClientInterface *clientInterface);
357 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface);
  /device/asus/fugu/libaudio/
ATVAudioPolicyManager.cpp 44 extern "C" AudioPolicyInterface* createAudioPolicyManager(
50 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface)
  /hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp 39 extern "C" AudioPolicyInterface* createAudioPolicyManager(AudioPolicyClientInterface *clientInterface)
44 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface)
audio_policy_hal.cpp 27 #include <hardware_legacy/AudioPolicyInterface.h>
50 AudioPolicyInterface *apm;
  /frameworks/av/media/libaudioclient/include/media/
IAudioPolicyService.h 43 // IAudioPolicyService interface (see AudioPolicyInterface for method descriptions)
AudioSystem.h 199 // IAudioPolicyService interface (see AudioPolicyInterface for method descriptions)
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioSession.cpp 20 #include <AudioPolicyInterface.h>
AudioOutputDescriptor.cpp 20 #include <AudioPolicyInterface.h>
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 29 #include "AudioPolicyInterface.h"
78 class AudioPolicyManager : public AudioPolicyInterface, public AudioPolicyManagerObserver
89 // AudioPolicyInterface
    [all...]
AudioPolicyManager.cpp 58 // AudioPolicyInterface implementation
    [all...]

Completed in 1060 milliseconds