HomeSort by relevance Sort by last modified time
    Searched defs:AudioPolicyInterface (Results 1 - 2 of 2) sorted by null

  /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);
  /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
83 virtual ~AudioPolicyInterface() {}
367 extern "C" AudioPolicyInterface* createAudioPolicyManager(AudioPolicyClientInterface *clientInterface);
368 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface);

Completed in 318 milliseconds