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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h33 // The AudioPolicyInterface and AudioPolicyClientInterface classes define the communication interfaces
35 // The platform specific audio policy manager must implement methods of the AudioPolicyInterface class.
43 // System state changes and user actions are notified to audio policy manager with methods of the AudioPolicyInterface.
59 class AudioPolicyInterface class in namespace:android_audio_legacy
63 virtual ~AudioPolicyInterface() {}
250 extern "C" AudioPolicyInterface* createAudioPolicyManager(AudioPolicyClientInterface *clientInterface);
251 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface);

Completed in 48 milliseconds