HomeSort by relevance Sort by last modified time
    Searched refs:NanDataPathConfirmInd (Results 1 - 15 of 15) sorted by null

  /hardware/interfaces/wifi/1.2/
IWifiNanIfaceEventCallback.hal 35 * @param event: NanDataPathConfirmInd containing event details.
37 oneway eventDataPathConfirm_1_2(NanDataPathConfirmInd event);
types.hal 20 import @1.0::NanDataPathConfirmInd;
83 struct NanDataPathConfirmInd {
87 @1.0::NanDataPathConfirmInd V1_0;
  /hardware/interfaces/wifi/1.0/
IWifiNanIfaceEventCallback.hal 303 * @param event: NanDataPathConfirmInd containing event details.
305 oneway eventDataPathConfirm(NanDataPathConfirmInd event);
types.hal     [all...]
  /hardware/interfaces/wifi/1.2/vts/functional/
wifi_nan_iface_hidl_test.cpp 392 const ::android::hardware::wifi::V1_0::NanDataPathConfirmInd& event)
396 parent_.nanDataPathConfirmInd = event;
412 const ::android::hardware::wifi::V1_2::NanDataPathConfirmInd& event)
456 ::android::hardware::wifi::V1_0::NanDataPathConfirmInd
457 nanDataPathConfirmInd;
458 ::android::hardware::wifi::V1_2::NanDataPathConfirmInd
  /hardware/interfaces/wifi/1.2/default/
hidl_struct_util.h 154 const legacy_hal::NanDataPathConfirmInd& legacy_ind,
155 NanDataPathConfirmInd* hidl_ind);
wifi_legacy_hal.h 96 std::function<void(const NanDataPathConfirmInd&)>
wifi_nan_iface.cpp 417 [weak_ptr_this](const legacy_hal::NanDataPathConfirmInd& msg) {
423 NanDataPathConfirmInd hidl_struct;
    [all...]
wifi_legacy_hal.cpp 279 std::function<void(const NanDataPathConfirmInd&)>
281 void onAysncNanEventDataPathConfirm(NanDataPathConfirmInd* event) {
    [all...]
hidl_struct_util.cpp     [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nancommand.h 102 int getNdpConfirm(struct nlattr **tb_vendor, NanDataPathConfirmInd *event);
nan_ind.cpp     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareNativeCallback.java 22 import android.hardware.wifi.V1_0.NanDataPathConfirmInd;
480 public void eventDataPathConfirm(NanDataPathConfirmInd event) {
498 public void eventDataPathConfirm_1_2(android.hardware.wifi.V1_2.NanDataPathConfirmInd event) {
  /hardware/interfaces/wifi/1.0/vts/functional/
wifi_nan_iface_hidl_test.cpp 397 const NanDataPathConfirmInd& event) override {
400 parent_.nanDataPathConfirmInd = event;
440 NanDataPathConfirmInd nanDataPathConfirmInd;
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h     [all...]

Completed in 228 milliseconds