Home
last modified time | relevance | path

Searched refs:onHostEndpointDisconnected (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/1/android/hardware/contexthub/
DIContextHub.aidl47 void onHostEndpointDisconnected(char hostEndpointId); in onHostEndpointDisconnected() method
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/2/android/hardware/contexthub/
DIContextHub.aidl47 void onHostEndpointDisconnected(char hostEndpointId); in onHostEndpointDisconnected() method
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/3/android/hardware/contexthub/
DIContextHub.aidl47 void onHostEndpointDisconnected(char hostEndpointId); in onHostEndpointDisconnected() method
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/current/android/hardware/contexthub/
DIContextHub.aidl47 void onHostEndpointDisconnected(char hostEndpointId); in onHostEndpointDisconnected() method
/hardware/interfaces/contexthub/aidl/android/hardware/contexthub/
DIContextHub.aidl198 void onHostEndpointDisconnected(char hostEndpointId); in onHostEndpointDisconnected() method
/hardware/interfaces/contexthub/aidl/default/include/contexthub-impl/
DContextHub.h50 ::ndk::ScopedAStatus onHostEndpointDisconnected(char16_t in_hostEndpointId) override;
/hardware/interfaces/contexthub/aidl/default/
DContextHub.cpp125 ScopedAStatus ContextHub::onHostEndpointDisconnected(char16_t in_hostEndpointId) { in onHostEndpointDisconnected() function in aidl::android::hardware::contexthub::ContextHub
/hardware/interfaces/contexthub/aidl/vts/
DVtsAidlHalContextHubTargetTest.cpp431 ASSERT_TRUE(contextHub->onHostEndpointDisconnected(kHostEndpointId).isOk()); in TEST_P()
437 ASSERT_TRUE(contextHub->onHostEndpointDisconnected(kHostEndpointId).isOk()); in TEST_P()