Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/1/android/hardware/contexthub/
DIContextHub.aidl37 List<android.hardware.contexthub.ContextHubInfo> getContextHubs(); in getContextHubs() method
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/2/android/hardware/contexthub/
DIContextHub.aidl37 List<android.hardware.contexthub.ContextHubInfo> getContextHubs(); in getContextHubs() method
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/3/android/hardware/contexthub/
DIContextHub.aidl37 List<android.hardware.contexthub.ContextHubInfo> getContextHubs(); in getContextHubs() method
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/current/android/hardware/contexthub/
DIContextHub.aidl37 List<android.hardware.contexthub.ContextHubInfo> getContextHubs(); in getContextHubs() method
/hardware/interfaces/contexthub/aidl/android/hardware/contexthub/
DIContextHub.aidl36 List<ContextHubInfo> getContextHubs(); in getContextHubs() method
/hardware/interfaces/contexthub/aidl/default/include/contexthub-impl/
DContextHub.h30 ::ndk::ScopedAStatus getContextHubs(std::vector<ContextHubInfo>* out_contextHubInfos) override;
/hardware/interfaces/contexthub/aidl/default/
DContextHub.cpp23 ScopedAStatus ContextHub::getContextHubs(std::vector<ContextHubInfo>* out_contextHubInfos) { in getContextHubs() function in aidl::android::hardware::contexthub::ContextHub
/hardware/interfaces/contexthub/aidl/vts/
DVtsAidlHalContextHubTargetTest.cpp75 ASSERT_TRUE(contextHub->getContextHubs(&hubs).isOk()); in TEST_P()
414 if (contextHub->getContextHubs(&contextHubInfos).isOk()) { in generateContextHubMapping()