OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 123 milliseconds