Lines Matching refs:WifiRttController

31 WifiRttController::WifiRttController(  in WifiRttController()  function in android::hardware::wifi::V1_4::implementation::WifiRttController
39 void WifiRttController::invalidate() { in invalidate()
45 bool WifiRttController::isValid() { return is_valid_; } in isValid()
48 WifiRttController::getEventCallbacks() { in getEventCallbacks()
52 std::string WifiRttController::getIfaceName() { return ifname_; } in getIfaceName()
54 Return<void> WifiRttController::getBoundIface(getBoundIface_cb hidl_status_cb) { in getBoundIface()
57 &WifiRttController::getBoundIfaceInternal, hidl_status_cb); in getBoundIface()
60 Return<void> WifiRttController::registerEventCallback( in registerEventCallback()
65 &WifiRttController::registerEventCallbackInternal, in registerEventCallback()
69 Return<void> WifiRttController::rangeRequest( in rangeRequest()
74 &WifiRttController::rangeRequestInternal, in rangeRequest()
78 Return<void> WifiRttController::rangeCancel( in rangeCancel()
83 &WifiRttController::rangeCancelInternal, hidl_status_cb, cmd_id, addrs); in rangeCancel()
86 Return<void> WifiRttController::getCapabilities( in getCapabilities()
90 &WifiRttController::getCapabilitiesInternal, hidl_status_cb); in getCapabilities()
93 Return<void> WifiRttController::setLci(uint32_t cmd_id, in setLci()
98 &WifiRttController::setLciInternal, hidl_status_cb, cmd_id, lci); in setLci()
101 Return<void> WifiRttController::setLcr(uint32_t cmd_id, in setLcr()
106 &WifiRttController::setLcrInternal, hidl_status_cb, cmd_id, lcr); in setLcr()
109 Return<void> WifiRttController::getResponderInfo( in getResponderInfo()
113 &WifiRttController::getResponderInfoInternal, hidl_status_cb); in getResponderInfo()
116 Return<void> WifiRttController::enableResponder( in enableResponder()
122 &WifiRttController::enableResponderInternal, hidl_status_cb, cmd_id, in enableResponder()
126 Return<void> WifiRttController::disableResponder( in disableResponder()
130 &WifiRttController::disableResponderInternal, hidl_status_cb, cmd_id); in disableResponder()
133 Return<void> WifiRttController::registerEventCallback_1_4( in registerEventCallback_1_4()
138 &WifiRttController::registerEventCallbackInternal_1_4, hidl_status_cb, in registerEventCallback_1_4()
142 Return<void> WifiRttController::rangeRequest_1_4( in rangeRequest_1_4()
147 &WifiRttController::rangeRequestInternal_1_4, in rangeRequest_1_4()
151 Return<void> WifiRttController::getCapabilities_1_4( in getCapabilities_1_4()
155 &WifiRttController::getCapabilitiesInternal_1_4, hidl_status_cb); in getCapabilities_1_4()
158 Return<void> WifiRttController::getResponderInfo_1_4( in getResponderInfo_1_4()
162 &WifiRttController::getResponderInfoInternal_1_4, hidl_status_cb); in getResponderInfo_1_4()
165 Return<void> WifiRttController::enableResponder_1_4( in enableResponder_1_4()
171 &WifiRttController::enableResponderInternal_1_4, hidl_status_cb, cmd_id, in enableResponder_1_4()
176 WifiRttController::getBoundIfaceInternal() { in getBoundIfaceInternal()
180 WifiStatus WifiRttController::registerEventCallbackInternal( in registerEventCallbackInternal()
186 WifiStatus WifiRttController::rangeRequestInternal( in rangeRequestInternal()
193 WifiStatus WifiRttController::rangeCancelInternal( in rangeCancelInternal()
206 WifiRttController::getCapabilitiesInternal() { in getCapabilitiesInternal()
211 WifiStatus WifiRttController::setLciInternal(uint32_t cmd_id, in setLciInternal()
223 WifiStatus WifiRttController::setLcrInternal(uint32_t cmd_id, in setLcrInternal()
236 WifiRttController::getResponderInfoInternal() { in getResponderInfoInternal()
241 WifiStatus WifiRttController::enableResponderInternal( in enableResponderInternal()
248 WifiStatus WifiRttController::disableResponderInternal(uint32_t cmd_id) { in disableResponderInternal()
254 WifiStatus WifiRttController::registerEventCallbackInternal_1_4( in registerEventCallbackInternal_1_4()
261 WifiStatus WifiRttController::rangeRequestInternal_1_4( in rangeRequestInternal_1_4()
268 android::wp<WifiRttController> weak_ptr_this(this); in rangeRequestInternal_1_4()
295 WifiRttController::getCapabilitiesInternal_1_4() { in getCapabilitiesInternal_1_4()
312 WifiRttController::getResponderInfoInternal_1_4() { in getResponderInfoInternal_1_4()
328 WifiStatus WifiRttController::enableResponderInternal_1_4( in enableResponderInternal_1_4()