HomeSort by relevance Sort by last modified time
    Searched refs: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/audio/
AudioPolicyManagerDefault.cpp 24 extern "C" AudioPolicyInterface* createAudioPolicyManager(AudioPolicyClientInterface *clientInterface)
29 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface)
AudioPolicyCompatClient.h 25 #include <hardware_legacy/AudioPolicyInterface.h>
audio_policy_hal.cpp 27 #include <hardware_legacy/AudioPolicyInterface.h>
50 AudioPolicyInterface *apm;
  /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
  /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/services/audiopolicy/
AudioPolicyInterface.h 30 // The AudioPolicyInterface and AudioPolicyClientInterface classes define the communication interfaces
32 // The platform specific audio policy manager must implement methods of the AudioPolicyInterface class.
40 // System state changes and user actions are notified to audio policy manager with methods of the AudioPolicyInterface.
56 class AudioPolicyInterface
71 virtual ~AudioPolicyInterface() {}
346 extern "C" AudioPolicyInterface* createAudioPolicyManager(AudioPolicyClientInterface *clientInterface);
347 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface);
  /frameworks/av/services/audiopolicy/service/
AudioPolicyInterfaceImpl.cpp 285 AudioPolicyInterface::input_type_t inputType;
316 case AudioPolicyInterface::API_INPUT_LEGACY:
318 case AudioPolicyInterface::API_INPUT_TELEPHONY_RX:
320 case AudioPolicyInterface::API_INPUT_MIX_CAPTURE:
326 case AudioPolicyInterface::API_INPUT_MIX_EXT_POLICY_REROUTE:
332 case AudioPolicyInterface::API_INPUT_INVALID:
AudioPolicyService.h 35 #include <hardware_legacy/AudioPolicyInterface.h>
59 // BnAudioPolicyService (see AudioPolicyInterface for method descriptions)
579 AudioPolicyInterface *mAudioPolicyManager;
  /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...]

Completed in 1356 milliseconds