Home
last modified time | relevance | path

Searched defs:aInstances (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openthread/src/ncp/
H A Dexample_vendor_hook.cpp145 NcpVendorUart(ot::Instance **aInstances, uint8_t count) in NcpVendorUart()
169 extern "C" void otAppNcpInitMulti(otInstance **aInstances, uint8_t count) in otAppNcpInitMulti()
H A Dncp_hdlc.cpp82 extern "C" void otNcpHdlcInitMulti(otInstance **aInstances, uint8_t aCount, otNcpHdlcSendCallback a… in otNcpHdlcInitMulti()
125 NcpHdlc::NcpHdlc(Instance **aInstances, uint8_t aCount, otNcpHdlcSendCallback aSendCallback) in NcpHdlc()
H A Dncp_base.cpp243 NcpBase::NcpBase(Instance **aInstances, uint8_t aCount) in NcpBase()
/aosp_15_r20/external/openthread/examples/apps/ncp/
H A Dncp.c66 void otAppNcpInitMulti(otInstance **aInstances, uint8_t aCount) in otAppNcpInitMulti()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_multipan_rcp_instances.cpp133 explicit TestNcp(ot::Instance **aInstances, uint8_t aCount) in TestNcp()