Home
last modified time | relevance | path

Searched refs:NanBootstrappingRequestInd (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DNanBootstrappingRequestInd.aidl36 parcelable NanBootstrappingRequestInd {
DIWifiNanIfaceEventCallback.aidl70 oneway void eventBootstrappingRequest(in android.hardware.wifi.NanBootstrappingRequestInd event); in eventBootstrappingRequest()
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DNanBootstrappingRequestInd.aidl36 parcelable NanBootstrappingRequestInd {
DIWifiNanIfaceEventCallback.aidl70 oneway void eventBootstrappingRequest(in android.hardware.wifi.NanBootstrappingRequestInd event); in eventBootstrappingRequest()
/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DNanBootstrappingRequestInd.aidl27 parcelable NanBootstrappingRequestInd {
DIWifiNanIfaceEventCallback.aidl20 import android.hardware.wifi.NanBootstrappingRequestInd;
411 void eventBootstrappingRequest(in NanBootstrappingRequestInd event); in eventBootstrappingRequest()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.h199 const legacy_hal::NanBootstrappingRequestInd& legacy_ind,
200 NanBootstrappingRequestInd* aidl_ind);
Dwifi_nan_iface.cpp527 [weak_ptr_this](const legacy_hal::NanBootstrappingRequestInd& msg) { in registerCallbackHandlers()
533 NanBootstrappingRequestInd aidl_struct; in registerCallbackHandlers()
Dwifi_legacy_hal.h138 using ::NanBootstrappingRequestInd;
461 std::function<void(const NanBootstrappingRequestInd&)> on_event_bootstrapping_request;
Dwifi_legacy_hal.cpp379 std::function<void(const NanBootstrappingRequestInd&)>
381 void onAsyncNanEventBootstrappingRequest(NanBootstrappingRequestInd* event) { in onAsyncNanEventBootstrappingRequest()
Daidl_struct_util.cpp3246 const legacy_hal::NanBootstrappingRequestInd& legacy_ind, in convertLegacyNanBootstrappingRequestIndToAidl()
3247 NanBootstrappingRequestInd* aidl_ind) { in convertLegacyNanBootstrappingRequestIndToAidl()
/hardware/interfaces/wifi/aidl/default/tests/
Dwifi_nan_iface_unit_tests.cpp128 MOCK_METHOD1(eventBootstrappingRequest, ndk::ScopedAStatus(const NanBootstrappingRequestInd&));
/hardware/interfaces/wifi/aidl/vts/functional/
Dwifi_nan_iface_aidl_test.cpp37 using aidl::android::hardware::wifi::NanBootstrappingRequestInd;
237 const NanBootstrappingRequestInd& event) override { in eventBootstrappingRequest()
421 NanBootstrappingRequestInd nan_bootstrapping_request_ind_;
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h3001 } NanBootstrappingRequestInd; typedef
3064 void (*EventBootstrappingRequest) (NanBootstrappingRequestInd* event);