Home
last modified time | relevance | path

Searched refs:publishType (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DNanPublishRequest.aidl38 android.hardware.wifi.NanPublishType publishType;
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DNanPublishRequest.aidl38 android.hardware.wifi.NanPublishType publishType;
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DNanPublishRequest.aidl38 android.hardware.wifi.NanPublishType publishType;
/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DNanPublishRequest.aidl37 NanPublishType publishType;
/hardware/interfaces/wifi/1.0/
DREADME-NAN.md133 * NanPublishType publishType = <i>variable</i>
Dtypes.hal1114 NanPublishType publishType;
1116 * For publishType of |NanPublishType.SOLICITED| or |NanPublishType.UNSOLICITED_SOLICITED|
/hardware/interfaces/wifi/1.2/
DREADME-NAN.md141 * NanPublishType publishType = <i>variable</i>
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_i.h356 u32 publishType:2; member
Dnan_req.cpp799 pFwReq->publishServiceReqParams.publishType = pReq->publish_type; in putNanPublish()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_i.h394 u32 publishType:2; member
Dnan_req.cpp833 pFwReq->publishServiceReqParams.publishType = pReq->publish_type; in putNanPublish()
/hardware/interfaces/wifi/1.6/vts/functional/
Dwifi_nan_iface_hidl_test.cpp671 nanPublishRequest.publishType = NanPublishType::UNSOLICITED; in TEST_P()
/hardware/interfaces/wifi/aidl/vts/functional/
Dwifi_nan_iface_aidl_test.cpp648 nanPublishRequest.publishType = NanPublishType::UNSOLICITED; in TEST_P()
/hardware/interfaces/wifi/1.6/
Dtypes.hal1057 NanPublishType publishType;
1060 * For publishType of |NanPublishType.SOLICITED| or |NanPublishType.UNSOLICITED_SOLICITED|
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp1861 legacy_request->publish_type = convertAidlNanPublishTypeToLegacy(aidl_request.publishType); in convertAidlNanPublishRequestToLegacy()