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

  /external/chromium_org/chromeos/audio/
cras_audio_handler.h 267 bool HasDeviceChange(const AudioNodeList& new_nodes, bool is_input);
cras_audio_handler.cc 733 bool CrasAudioHandler::HasDeviceChange(const AudioNodeList& new_nodes,
783 bool output_devices_changed = HasDeviceChange(nodes, false);
784 bool input_devices_changed = HasDeviceChange(nodes, true);

Completed in 41 milliseconds