Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dsdhci.c353 if (host->ops && host->ops->set_delay)
354 host->ops->set_delay(host);
Dzynq_sdhci.c224 .set_delay = &arasan_sdhci_set_tapdelay,
/external/u-boot/include/
Dsdhci.h252 void (*set_delay)(struct sdhci_host *host); member
/external/pdfium/fxjs/
Dcjs_document.h51 CJS_Return set_delay(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
Dcjs_field.h98 CJS_Return set_delay(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
Dcjs_document.cpp771 CJS_Return Document::set_delay(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_delay() function in Document
Dcjs_field.cpp942 CJS_Return Field::set_delay(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_delay() function in Field
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl.cc748 msg->set_delay(capture_nonlocked_.stream_delay_ms); in ProcessStreamLocked()