HomeSort by relevance Sort by last modified time
    Searched defs:AudioPolicyClientInterface (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
37 // This implementation makes use of the AudioPolicyClientInterface to control the activity and
173 class AudioPolicyClientInterface
176 virtual ~AudioPolicyClientInterface() {}
255 extern "C" AudioPolicyInterface* createAudioPolicyManager(AudioPolicyClientInterface *clientInterface);
  /frameworks/av/services/audiopolicy/
AudioPolicyInterface.h 30 // The AudioPolicyInterface and AudioPolicyClientInterface classes define the communication interfaces
33 // This implementation makes use of the AudioPolicyClientInterface to control the activity and
234 class AudioPolicyClientInterface
237 virtual ~AudioPolicyClientInterface() {}
336 extern "C" AudioPolicyInterface* createAudioPolicyManager(AudioPolicyClientInterface *clientInterface);

Completed in 339 milliseconds