Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/speech/
Dspeech_recognition_manager_impl.cc97 DCHECK(!SessionExists(session_id)); in CreateSession()
160 if (!SessionExists(session_id)) in StartSession()
184 if (!SessionExists(session_id)) in RecognitionAllowedCallback()
255 if (!SessionExists(session_id)) in AbortSession()
276 if (!SessionExists(session_id)) in StopAudioCaptureForSession()
297 if (!SessionExists(session_id)) in OnRecognitionStart()
315 if (!SessionExists(session_id)) in OnAudioStart()
328 if (!SessionExists(session_id)) in OnEnvironmentEstimationComplete()
340 if (!SessionExists(session_id)) in OnSoundStart()
352 if (!SessionExists(session_id)) in OnSoundEnd()
[all …]
Dspeech_recognition_manager_impl.h170 bool SessionExists(int session_id) const; in NON_EXPORTED_BASE()