Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp2120 void RadioSpinel::HandleSavedFrame(const uint8_t *aFrame, uint16_t aLength, void *aContext) in HandleSavedFrame() function in ot::Spinel::RadioSpinel
2125 void RadioSpinel::HandleSavedFrame(const uint8_t *aFrame, uint16_t aLength) { HandleNotification(aF… in HandleSavedFrame() function in ot::Spinel::RadioSpinel
/aosp_15_r20/external/ot-br-posix/src/ncp/
H A Dncp_spinel.cpp251 void NcpSpinel::HandleSavedFrame(const uint8_t *aFrame, uint16_t aLength, void *aContext) in HandleSavedFrame() function in otbr::Ncp::NcpSpinel