Home
last modified time | relevance | path

Searched defs:GetBusSpeed (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/hardware/interfaces/threadnetwork/aidl/default/
H A Dsocket_interface.hpp133 uint32_t GetBusSpeed(void) const { return 1000000; } in GetBusSpeed() function in aidl::android::hardware::threadnetwork::SocketInterface
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dhdlc_interface.hpp142 uint32_t GetBusSpeed(void) const { return mBaudRate; } in GetBusSpeed() function in ot::Posix::HdlcInterface
H A Dvendor_interface_example.cpp94 uint32_t VendorInterface::GetBusSpeed(void) const { return 1000000; } in GetBusSpeed() function in ot::Posix::VendorInterface
H A Dspi_interface.hpp143 uint32_t GetBusSpeed(void) const { return ((mSpiDevFd >= 0) ? mSpiSpeedHz : 0); } in GetBusSpeed() function in ot::Posix::SpiInterface
/aosp_15_r20/external/openthread/src/android/thread_network_hal/
H A Dvendor_interface.cpp74 uint32_t VendorInterface::GetBusSpeed(void) const { return sHalInterface->GetBusSpeed(); } in GetBusSpeed() function in ot::Posix::VendorInterface
H A Dhal_interface.cpp146 uint32_t HalInterface::GetBusSpeed(void) const in GetBusSpeed() function in ot::Posix::HalInterface
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp1949 uint32_t RadioSpinel::GetBusSpeed(void) const { return GetSpinelDriver().GetSpinelInterface()->GetB… in GetBusSpeed() function in ot::Spinel::RadioSpinel