Searched defs:AudioPolicyInterface (Results 1 - 1 of 1) sorted by path

/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h30 // 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 class in namespace:android
70 virtual ~AudioPolicyInterface() {}
323 extern "C" AudioPolicyInterface* createAudioPolicyManager(AudioPolicyClientInterface *clientInterface);
324 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface);

Completed in 54 milliseconds