OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GoogleOneShotRemoteEngine
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.h
26
class CONTENT_EXPORT
GoogleOneShotRemoteEngine
35
explicit
GoogleOneShotRemoteEngine
(net::URLRequestContextGetter* context);
36
virtual ~
GoogleOneShotRemoteEngine
();
56
DISALLOW_COPY_AND_ASSIGN(
GoogleOneShotRemoteEngine
);
google_one_shot_remote_engine.cc
147
const int
GoogleOneShotRemoteEngine
::kAudioPacketIntervalMs = 100;
148
int
GoogleOneShotRemoteEngine
::url_fetcher_id_for_tests = 0;
150
GoogleOneShotRemoteEngine
::
GoogleOneShotRemoteEngine
(
155
GoogleOneShotRemoteEngine
::~
GoogleOneShotRemoteEngine
() {}
157
void
GoogleOneShotRemoteEngine
::SetConfig(
162
void
GoogleOneShotRemoteEngine
::StartRecognition() {
174
// TODO(pauljensen):
GoogleOneShotRemoteEngine
should be constructed with
227
void
GoogleOneShotRemoteEngine
::EndRecognition()
[
all
...]
Completed in 324 milliseconds