Searched refs:WifiRttController (Results 1 – 4 of 4) sorted by relevance
31 WifiRttController::WifiRttController(const std::string& iface_name, in WifiRttController() function in aidl::android::hardware::wifi::WifiRttController36 std::shared_ptr<WifiRttController> WifiRttController::create( in create()39 std::shared_ptr<WifiRttController> ptr = in create()40 ndk::SharedRefBase::make<WifiRttController>(iface_name, bound_iface, legacy_hal); in create()41 std::weak_ptr<WifiRttController> weak_ptr_this(ptr); in create()46 void WifiRttController::invalidate() { in invalidate()52 bool WifiRttController::isValid() { in isValid()56 void WifiRttController::setWeakPtr(std::weak_ptr<WifiRttController> ptr) { in setWeakPtr()61 WifiRttController::getEventCallbacks() { in getEventCallbacks()65 std::string WifiRttController::getIfaceName() { in getIfaceName()[all …]
35 class WifiRttController : public BnWifiRttController {37 WifiRttController(const std::string& iface_name,41 static std::shared_ptr<WifiRttController> create(85 void setWeakPtr(std::weak_ptr<WifiRttController> ptr);91 std::weak_ptr<WifiRttController> weak_ptr_this_;94 DISALLOW_COPY_AND_ASSIGN(WifiRttController);
285 std::vector<std::shared_ptr<WifiRttController>> rtt_controllers_;
1128 std::shared_ptr<WifiRttController> rtt = in createRttControllerInternal()1129 WifiRttController::create(getFirstActiveWlanIfaceName(), bound_iface, legacy_hal_); in createRttControllerInternal()