Home
last modified time | relevance | path

Searched defs:otPlatRadioGetRssi (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp145 int8_t otPlatRadioGetRssi(otInstance *aInstance) in otPlatRadioGetRssi() function
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp365 int8_t otPlatRadioGetRssi(otInstance *aInstance) in otPlatRadioGetRssi() function
/openthread-latest/examples/platforms/simulation/
Dradio.c530 int8_t otPlatRadioGetRssi(otInstance *aInstance) in otPlatRadioGetRssi() function
/openthread-latest/src/posix/platform/
Dradio.cpp315 int8_t otPlatRadioGetRssi(otInstance *aInstance) in otPlatRadioGetRssi() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp393 int8_t otPlatRadioGetRssi(otInstance *) { return 0; } in otPlatRadioGetRssi() function
/openthread-latest/tests/unit/
Dtest_platform.cpp171 OT_TOOL_WEAK int8_t otPlatRadioGetRssi(otInstance *) { return 0; } in otPlatRadioGetRssi() function