Home
last modified time | relevance | path

Searched defs:BeepContext (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/media/audio/
Dfake_audio_input_stream.cc29 struct BeepContext { struct
30 BeepContext() : beep_once(false), automatic(true) {} in BeepContext() argument
31 base::Lock beep_lock;
32 bool beep_once;
33 bool automatic;