Home
last modified time | relevance | path

Searched refs:otSysMainloopProcess (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ot-br-posix/tests/gtest/
H A Dfake_posix_platform.cpp83 void otSysMainloopProcess(otInstance *, const otSysMainloopContext *) in otSysMainloopProcess() function
/aosp_15_r20/external/openthread/src/posix/platform/include/openthread/
H A Dopenthread-system.h199 void otSysMainloopProcess(otInstance *aInstance, const otSysMainloopContext *aMainloop);
/aosp_15_r20/external/openthread/src/posix/
H A Dmain.c418 otSysMainloopProcess(instance, &mainloop); in main()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dsystem.cpp470 void otSysMainloopProcess(otInstance *aInstance, const otSysMainloopContext *aMainloop) in otSysMainloopProcess() function
/aosp_15_r20/external/ot-br-posix/src/ncp/
H A Drcp_host.cpp360 otSysMainloopProcess(mInstance, &aMainloop); in Process()