Searched refs:mSpinelInterface (Results 1 – 2 of 2) sorted by relevance
42 mSpinelInterface = std::make_shared<ot::Posix::SpiInterface>(mUrl); in ThreadChip()44 mSpinelInterface = std::make_shared<ot::Posix::HdlcInterface>(mUrl); in ThreadChip()46 mSpinelInterface = std::make_shared<SocketInterface>(mUrl); in ThreadChip()52 CHECK_NE(mSpinelInterface, nullptr); in ThreadChip()106 if (mSpinelInterface->Init(handleReceivedFrameJump, this, mRxFrameBuffer) != in initChip()139 mSpinelInterface->Deinit(); in deinitChip()155 error = mSpinelInterface->SendFrame(reinterpret_cast<const uint8_t*>(in_frame.data()), in sendSpinelFrame()176 if (mSpinelInterface->HardwareReset() == OT_ERROR_NOT_IMPLEMENTED) { in hardwareReset()186 mSpinelInterface->UpdateFdSet(&context); in Update()192 mSpinelInterface->Process(&context); in Process()
59 std::shared_ptr<ot::Spinel::SpinelInterface> mSpinelInterface; member in aidl::android::hardware::threadnetwork::ThreadChip