Searched refs:AudioPolicyInterface (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/services/audiopolicy/manager/
H A DAudioPolicyFactory.cpp21 extern "C" AudioPolicyInterface* createAudioPolicyManager(
27 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface)
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp297 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
[all...]
H A DAudioPolicyService.h55 // BnAudioPolicyService (see AudioPolicyInterface for method descriptions)
575 AudioPolicyInterface *mAudioPolicyManager;
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h28 // 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 class in namespace:android
79 virtual ~AudioPolicyInterface() {}
356 extern "C" AudioPolicyInterface* createAudioPolicyManager(AudioPolicyClientInterface *clientInterface);
357 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioSession.cpp20 #include <AudioPolicyInterface.h>
H A DAudioOutputDescriptor.cpp20 #include <AudioPolicyInterface.h>
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h29 #include "AudioPolicyInterface.h"
78 class AudioPolicyManager : public AudioPolicyInterface, public AudioPolicyManagerObserver
89 // AudioPolicyInterface

Completed in 4387 milliseconds