Home
last modified time | relevance | path

Searched defs:ReceiveFrameCallback (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_interface.hpp64 typedef void (*ReceiveFrameCallback)(void *aContext); typedef in ot::Spinel::SpinelInterface
/aosp_15_r20/external/openthread/src/android/thread_network_hal/
H A Dhal_interface.cpp240 void HalInterface::ReceiveFrameCallback(const std::vector<uint8_t> &aFrame) in ReceiveFrameCallback() function in ot::Posix::HalInterface