Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dzynq_sdhci.c196 .set_delay = &arasan_sdhci_set_tapdelay,
Dsdhci.c438 if (host->ops && host->ops->set_delay)
439 host->ops->set_delay(host);
/external/u-boot/include/
Dsdhci.h269 void (*set_delay)(struct sdhci_host *host); member
/external/pdfium/fxjs/
Dcjs_document.h145 CJS_Result set_delay(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
Dcjs_field.h191 CJS_Result set_delay(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
Dcjs_document.cpp768 CJS_Result CJS_Document::set_delay(CJS_Runtime* pRuntime, in set_delay() function in CJS_Document
Dcjs_field.cpp1138 CJS_Result CJS_Field::set_delay(CJS_Runtime* pRuntime, in set_delay() function in CJS_Field
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl.cc748 msg->set_delay(capture_nonlocked_.stream_delay_ms); in ProcessStreamLocked()