Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/include/
Daudio_processing.h515 has_keyboard_(has_keyboard), in sample_rate_hz_()
523 void set_has_keyboard(bool value) { has_keyboard_ = value; } in set_has_keyboard()
531 bool has_keyboard() const { return has_keyboard_; } in has_keyboard()
538 has_keyboard_ == other.has_keyboard_;
551 bool has_keyboard_; variable