Lines Matching refs:device
47 // device will result in multiple calls to this method.
102 // Notify the audio policy service that this device has been removed.
104 // |device| is the audio device whose state is to be changed.
105 // |state| is the current state of |device|.
106 virtual void NotifyAudioPolicyService(audio_devices_t device,
109 // Connect an audio device by calling aps and add it to the appropriate set
112 // |device| is the audio device that has been added.
113 void ConnectAudioDevice(audio_devices_t device);
115 // Disconnect an audio device by calling aps and remove it from the
119 // |device| is the audio device that has been disconnected.
120 void DisconnectAudioDevice(audio_devices_t device);