Home
last modified time | relevance | path

Searched refs:NanBootstrappingConfirmInd (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DNanBootstrappingConfirmInd.aidl36 parcelable NanBootstrappingConfirmInd {
DIWifiNanIfaceEventCallback.aidl71 oneway void eventBootstrappingConfirm(in android.hardware.wifi.NanBootstrappingConfirmInd event); in eventBootstrappingConfirm()
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DNanBootstrappingConfirmInd.aidl36 parcelable NanBootstrappingConfirmInd {
DIWifiNanIfaceEventCallback.aidl71 oneway void eventBootstrappingConfirm(in android.hardware.wifi.NanBootstrappingConfirmInd event); in eventBootstrappingConfirm()
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DNanBootstrappingConfirmInd.aidl36 parcelable NanBootstrappingConfirmInd {
DIWifiNanIfaceEventCallback.aidl71 oneway void eventBootstrappingConfirm(in android.hardware.wifi.NanBootstrappingConfirmInd event); in eventBootstrappingConfirm()
/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DNanBootstrappingConfirmInd.aidl26 parcelable NanBootstrappingConfirmInd {
DIWifiNanIfaceEventCallback.aidl19 import android.hardware.wifi.NanBootstrappingConfirmInd;
419 void eventBootstrappingConfirm(in NanBootstrappingConfirmInd event); in eventBootstrappingConfirm()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.h214 const legacy_hal::NanBootstrappingConfirmInd& legacy_ind,
215 NanBootstrappingConfirmInd* aidl_ind);
Dwifi_nan_iface.cpp547 [weak_ptr_this](const legacy_hal::NanBootstrappingConfirmInd& msg) { in registerCallbackHandlers()
553 NanBootstrappingConfirmInd aidl_struct; in registerCallbackHandlers()
Dwifi_legacy_hal.h135 using ::NanBootstrappingConfirmInd;
483 std::function<void(const NanBootstrappingConfirmInd&)> on_event_bootstrapping_confirm;
Dwifi_legacy_hal.cpp400 std::function<void(const NanBootstrappingConfirmInd&)>
402 void onAsyncNanEventBootstrappingConfirm(NanBootstrappingConfirmInd* event) { in onAsyncNanEventBootstrappingConfirm()
Daidl_struct_util.cpp3468 const legacy_hal::NanBootstrappingConfirmInd& legacy_ind, in convertLegacyNanBootstrappingConfirmIndToAidl()
3469 NanBootstrappingConfirmInd* aidl_ind) { in convertLegacyNanBootstrappingConfirmIndToAidl()
/hardware/interfaces/wifi/aidl/vts/functional/
Dwifi_nan_iface_aidl_test.cpp37 using aidl::android::hardware::wifi::NanBootstrappingConfirmInd;
237 const NanBootstrappingConfirmInd& event) override { in eventBootstrappingConfirm()
429 NanBootstrappingConfirmInd nan_bootstrapping_confirm_ind_;
/hardware/interfaces/wifi/aidl/default/tests/
Dwifi_nan_iface_unit_tests.cpp127 MOCK_METHOD1(eventBootstrappingConfirm, ndk::ScopedAStatus(const NanBootstrappingConfirmInd&));
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h3063 } NanBootstrappingConfirmInd; typedef
3098 void (*EventBootstrappingConfirm) (NanBootstrappingConfirmInd* event);
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp1595 NanBootstrappingConfirmInd bs_confirm_event; in handleEvent()
1596 memset(&bs_confirm_event, 0, sizeof(NanBootstrappingConfirmInd)); in handleEvent()
7382 NanBootstrappingConfirmInd bs_confirm_event; in handleEvent()
7383 memset(&bs_confirm_event, 0, sizeof(NanBootstrappingConfirmInd)); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6475 void OnNanEventBootstrappingConfirmation(NanBootstrappingConfirmInd* event) { in OnNanEventBootstrappingConfirmation()