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
232
bool
HasDeviceChange
(const AudioNodeList& new_nodes, bool is_input);
cras_audio_handler.cc
550
bool CrasAudioHandler::
HasDeviceChange
(const AudioNodeList& new_nodes,
633
bool output_devices_changed =
HasDeviceChange
(nodes, false);
634
bool input_devices_changed =
HasDeviceChange
(nodes, true);
Completed in 910 milliseconds