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 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);

Completed in 892 milliseconds