Searched refs:NanBootstrappingConfirmInd (Results 1 – 18 of 18) sorted by relevance
36 parcelable NanBootstrappingConfirmInd {
71 oneway void eventBootstrappingConfirm(in android.hardware.wifi.NanBootstrappingConfirmInd event); in eventBootstrappingConfirm()
26 parcelable NanBootstrappingConfirmInd {
19 import android.hardware.wifi.NanBootstrappingConfirmInd;419 void eventBootstrappingConfirm(in NanBootstrappingConfirmInd event); in eventBootstrappingConfirm()
214 const legacy_hal::NanBootstrappingConfirmInd& legacy_ind,215 NanBootstrappingConfirmInd* aidl_ind);
547 [weak_ptr_this](const legacy_hal::NanBootstrappingConfirmInd& msg) { in registerCallbackHandlers()553 NanBootstrappingConfirmInd aidl_struct; in registerCallbackHandlers()
135 using ::NanBootstrappingConfirmInd;483 std::function<void(const NanBootstrappingConfirmInd&)> on_event_bootstrapping_confirm;
400 std::function<void(const NanBootstrappingConfirmInd&)>402 void onAsyncNanEventBootstrappingConfirm(NanBootstrappingConfirmInd* event) { in onAsyncNanEventBootstrappingConfirm()
3468 const legacy_hal::NanBootstrappingConfirmInd& legacy_ind, in convertLegacyNanBootstrappingConfirmIndToAidl()3469 NanBootstrappingConfirmInd* aidl_ind) { in convertLegacyNanBootstrappingConfirmIndToAidl()
37 using aidl::android::hardware::wifi::NanBootstrappingConfirmInd;237 const NanBootstrappingConfirmInd& event) override { in eventBootstrappingConfirm()429 NanBootstrappingConfirmInd nan_bootstrapping_confirm_ind_;
127 MOCK_METHOD1(eventBootstrappingConfirm, ndk::ScopedAStatus(const NanBootstrappingConfirmInd&));
3063 } NanBootstrappingConfirmInd; typedef3098 void (*EventBootstrappingConfirm) (NanBootstrappingConfirmInd* event);
1595 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()
6475 void OnNanEventBootstrappingConfirmation(NanBootstrappingConfirmInd* event) { in OnNanEventBootstrappingConfirmation()