/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/ |
D | ContextHubChreApiTestExecutor.java | 60 List<ContextHubInfo> contextHubs = mContextHubManager.getContextHubs(); in ContextHubChreApiTestExecutor()
|
/system/chre/host/hal_generic/common/ |
D | hal_chre_socket_connection.h | 101 bool getContextHubs(::chre::fbs::HubInfoResponseT *response);
|
D | multi_client_context_hub_base.h | 58 ScopedAStatus getContextHubs(
|
D | hal_chre_socket_connection.cc | 76 bool HalChreSocketConnection::getContextHubs( in getContextHubs() function in android::hardware::contexthub::common::implementation::HalChreSocketConnection
|
D | generic_context_hub_base.h | 122 bool success = mConnection.getContextHubs(&response); in getHubs()
|
D | multi_client_context_hub_base.cc | 170 ScopedAStatus MultiClientContextHubBase::getContextHubs( in getContextHubs() function in android::hardware::contexthub::common::implementation::MultiClientContextHubBase
|
/system/chre/host/common/ |
D | chre_aidl_hal_client.cc | 404 getContextHub()->getContextHubs(&hubs); in getAllContextHubs() 566 getContextHubs, enumerator 626 {.cmd = getContextHubs, 734 case getContextHubs: { in executeCommand()
|
/system/chre/java/test/settings/src/com/google/android/chre/test/setting/ |
D | ContextHubSettingsTestExecutor.java | 79 List<ContextHubInfo> info = mContextHubManager.getContextHubs(); in ContextHubSettingsTestExecutor()
|
/system/chre/host/hal_generic/aidl/ |
D | generic_context_hub_aidl.h | 60 ::ndk::ScopedAStatus getContextHubs(
|
D | generic_context_hub_aidl.cc | 107 ScopedAStatus ContextHub::getContextHubs( in getContextHubs() function in aidl::android::hardware::contexthub::ContextHub 110 bool success = mConnection.getContextHubs(&response); in getContextHubs()
|
/system/chre/java/test/utils/src/com/google/android/utils/chre/ |
D | ContextHubHostTestUtil.java | 343 numContextHubs = manager.getContextHubs().size(); in checkDeviceShouldRunTest()
|
/system/chre/doc/ |
D | nanoapp_clients.md | 42 `ContextHubManager.getContextHubs()`
|