Home
last modified time | relevance | path

Searched refs:has_keyboard_ (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/audio_processing/include/
Daudio_processing.h761 has_keyboard_(has_keyboard), in sample_rate_hz_()
769 void set_has_keyboard(bool value) { has_keyboard_ = value; } in set_has_keyboard()
777 bool has_keyboard() const { return has_keyboard_; } in has_keyboard()
784 has_keyboard_ == other.has_keyboard_;
797 bool has_keyboard_; variable