Home
last modified time | relevance | path

Searched defs:aLine (Results 1 – 8 of 8) sorted by relevance

/external/openthread/src/posix/platform/
Dspi_interface.cpp197 int SpiInterface::SetupGpioHandle(int aFd, uint8_t aLine, uint32_t aHandleFlags, const char *aLabel) in SetupGpioHandle()
217 uint8_t aLine, in SetupGpioEvent()
253 void SpiInterface::InitResetPin(const char *aCharDev, uint8_t aLine) in InitResetPin()
267 void SpiInterface::InitIntPin(const char *aCharDev, uint8_t aLine) in InitIntPin()
/external/openthread/src/posix/
Dcli_readline.cpp59 static void InputCallback(char *aLine) in InputCallback()
Dclient.cpp118 void InputCallback(char *aLine) in InputCallback()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DDiffer.java174 private int aLine = 1; field in Differ
/external/openthread/tools/ot-fct/
Dcli.cpp291 void Cli::ProcessLine(char *aLine) in ProcessLine()
/external/openthread/src/core/meshcop/
Dsecure_transport.cpp1014 void SecureTransport::HandleMbedtlsDebug(void *aContext, int aLevel, const char *aFile, int aLine, … in HandleMbedtlsDebug()
1019 void SecureTransport::HandleMbedtlsDebug(int aLevel, const char *aFile, int aLine, const char *aStr) in HandleMbedtlsDebug()
/external/skia/src/pathops/
DSkIntersections.h161 SkDLine aLine, bLine; in lineLine() local
/external/openthread/src/cli/
Dcli.cpp291 void Interpreter::ProcessLine(char *aLine) in ProcessLine()