Home
last modified time | relevance | path

Searched refs:onNanSessionStateChanged (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/2/android/hardware/contexthub/
DIContextHub.aidl49 void onNanSessionStateChanged(in android.hardware.contexthub.NanSessionStateUpdate update); in onNanSessionStateChanged() method
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/3/android/hardware/contexthub/
DIContextHub.aidl49 void onNanSessionStateChanged(in android.hardware.contexthub.NanSessionStateUpdate update); in onNanSessionStateChanged() method
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/current/android/hardware/contexthub/
DIContextHub.aidl49 void onNanSessionStateChanged(in android.hardware.contexthub.NanSessionStateUpdate update); in onNanSessionStateChanged() method
/hardware/interfaces/contexthub/aidl/android/hardware/contexthub/
DIContextHub.aidl221 void onNanSessionStateChanged(in NanSessionStateUpdate update); in onNanSessionStateChanged() method
/hardware/interfaces/contexthub/aidl/default/include/contexthub-impl/
DContextHub.h51 ::ndk::ScopedAStatus onNanSessionStateChanged(const NanSessionStateUpdate& in_update) override;
/hardware/interfaces/contexthub/aidl/default/
DContextHub.cpp89 ScopedAStatus ContextHub::onNanSessionStateChanged(const NanSessionStateUpdate& /*in_update*/) { in onNanSessionStateChanged() function in aidl::android::hardware::contexthub::ContextHub
/hardware/interfaces/contexthub/aidl/vts/
DVtsAidlHalContextHubTargetTest.cpp443 Status status = contextHub->onNanSessionStateChanged(update); in TEST_P()
450 ASSERT_TRUE(contextHub->onNanSessionStateChanged(update).isOk()); in TEST_P()