HomeSort by relevance Sort by last modified time
    Searched full:holdoff (Results 1 - 11 of 11) sorted by null

  /external/srec/srec/include/
fpi_tgt.h 93 int holdOffPeriod; /* Copy of 'holdOff' argument */
94 int holdOff; /* countdown of 'holdOffPeriod */
133 void setupEndOfUtterance(fepFramePkt* frmPkt, long timeout, long holdOff);
simapi.h     [all...]
frontapi.h 234 * Returns The minimum recognition holdoff period, i.e. the minimum
238 * Computes the Recognition Holdoff Parameter value. Setting the par in
    [all...]
  /external/srec/srec/clib/
fpi_tgt.c 245 void setupEndOfUtterance(fepFramePkt* frmPkt, long timeout, long holdOff)
249 ASSERT(holdOff >= 0);
251 frmPkt->holdOffPeriod = holdOff;
252 frmPkt->holdOff = 0;
266 frmPkt->holdOff = frmPkt->holdOffPeriod;
330 * is only active when the 'holdOff' member is 0.
334 if (frmPkt->holdOff <= 0)
359 ASSERT(frmPkt->holdOff > 0);
360 frmPkt->holdOff--;
  /external/srec/srec/ca/
utt_basi.c 219 void CA_SetEndOfUtteranceByLevelTimeout(CA_Utterance *hUtt, long timeout, long holdOff)
226 setupEndOfUtterance(hUtt->data.gen_utt.frame, timeout, holdOff);
  /external/ppp/pppd/
pppd.h 227 extern int need_holdoff; /* Need holdoff period after link terminates */
303 extern int holdoff; /* Dead time before restarting */
304 extern bool holdoff_specified; /* true if user gave a holdoff value */
    [all...]
options.c 103 int holdoff = 30; /* # seconds to pause before reconnecting */ variable
104 bool holdoff_specified; /* true if a holdoff value has been given */
202 { "holdoff", o_int, &holdoff,
    [all...]
main.c 147 int need_holdoff; /* need holdoff period before restarting */
606 t = need_holdoff? holdoff: 0;
615 new_phase(PHASE_DORMANT); /* allow signal to end holdoff */
909 * holdoff_end - called via a timeout when the holdoff period ends.
    [all...]
tty.c 457 /* default holdoff to 0 if no connect script has been given */
459 holdoff = 0;
    [all...]
pppd.8 395 .B holdoff \fIn
398 or \fIdemand\fR option is used. The holdoff period is not applied if
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
shmFwCtrl.c     [all...]

Completed in 3056 milliseconds