Searched defs:max_duration_seconds (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Drtt.cpp330 * max_duration_seconds - timeout of responder mode.
337 unsigned max_duration_seconds,
360 max_duration_seconds,
334 wifi_enable_responder(wifi_request_id id, wifi_interface_handle iface, wifi_channel_info channel_hint, unsigned max_duration_seconds, wifi_rtt_responder *responder_info) argument
/hardware/interfaces/wifi/1.0/default/
H A Dwifi_rtt_controller.cpp133 uint32_t max_duration_seconds,
142 max_duration_seconds,
271 uint32_t max_duration_seconds,
284 cmd_id, legacy_channel_info, max_duration_seconds, legacy_responder);
130 enableResponder( uint32_t cmd_id, const WifiChannelInfo& channel_hint, uint32_t max_duration_seconds, const RttResponder& info, enableResponder_cb hidl_status_cb) argument
268 enableResponderInternal( uint32_t cmd_id, const WifiChannelInfo& channel_hint, uint32_t max_duration_seconds, const RttResponder& info) argument
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Drtt.cpp219 unsigned max_duration_seconds, wifi_rtt_responder *responderInfo)
221 m_max_duration_sec(max_duration_seconds), mResponderInfo(responderInfo)
664 * max_duration_seconds - timeout of responder mode.
668 wifi_channel_info channel_hint, unsigned max_duration_seconds,
671 EnableResponderCommand command(iface, id, channel_hint, max_duration_seconds, responderInfo);
218 EnableResponderCommand(wifi_interface_handle iface, int id, wifi_channel_info channel_hint, unsigned max_duration_seconds, wifi_rtt_responder *responderInfo) argument
667 wifi_enable_responder(wifi_request_id id, wifi_interface_handle iface, wifi_channel_info channel_hint, unsigned max_duration_seconds, wifi_rtt_responder* responderInfo) argument

Completed in 92 milliseconds