Home
last modified time | relevance | path

Searched refs:HubAppInfo (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/contexthub/common/default/1.X/utils/
DIContextHubCallbackWrapper.h40 inline hidl_vec<V1_0::HubAppInfo> convertToOldAppInfo(hidl_vec<V1_2::HubAppInfo> appInfos) { in convertToOldAppInfo()
41 hidl_vec<V1_0::HubAppInfo> convertedInfo(appInfos.size()); in convertToOldAppInfo()
66 virtual Return<void> handleAppsInfo(hidl_vec<V1_2::HubAppInfo> appInfo) = 0;
96 virtual Return<void> handleAppsInfo(hidl_vec<V1_2::HubAppInfo> appInfo) override { in handleAppsInfo()
128 Return<void> handleAppsInfo(hidl_vec<V1_2::HubAppInfo> appInfo) override { in handleAppsInfo()
/hardware/interfaces/contexthub/1.2/vts/functional/
DVtsHalContexthubV1_2TargetTest.cpp46 using ::android::hardware::contexthub::V1_2::HubAppInfo;
71 virtual Return<void> handleAppsInfo_1_2(const hidl_vec<HubAppInfo>& /*appInfo*/) override { in handleAppsInfo_1_2() argument
145 virtual Return<void> handleAppsInfo_1_2(const hidl_vec<HubAppInfo>& appInfo) override { in handleAppsInfo_1_2()
151 std::promise<hidl_vec<HubAppInfo>> promise;
170 hidl_vec<HubAppInfo> appList; in TEST_P()
172 for (const HubAppInfo& appInfo : appList) { in TEST_P()
/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp45 using ::android::hardware::contexthub::V1_0::HubAppInfo;
102 virtual Return<void> handleAppsInfo(const hidl_vec<HubAppInfo>& appInfo) override { in handleAppsInfo()
108 std::promise<hidl_vec<HubAppInfo>> promise;
121 hidl_vec<HubAppInfo> appList; in TEST_P()
123 for (const HubAppInfo& appInfo : appList) { in TEST_P()
/hardware/interfaces/contexthub/common/default/1.X/
DContextHub.h33 using HubAppInfo = ::android::hardware::contexthub::V1_0::HubAppInfo; member
/hardware/interfaces/contexthub/1.2/
Dtypes.hal20 import @1.0::HubAppInfo;
59 struct HubAppInfo {
60 @1.0::HubAppInfo info_1_0;
DIContexthubCallback.hal52 handleAppsInfo_1_2(vec<HubAppInfo> appInfo);
/hardware/interfaces/contexthub/1.1/default/
DContexthub.cpp42 std::vector<HubAppInfo> nanoapps; in queryApps()
/hardware/interfaces/contexthub/common/vts/
DContexthubCallbackBase.h55 virtual Return<void> handleAppsInfo(const hidl_vec<V1_0::HubAppInfo>& /*appInfo*/) override { in handleAppsInfo() argument
/hardware/interfaces/contexthub/1.2/default/
DContexthub.cpp67 std::vector<V1_2::HubAppInfo> nanoapps; in queryApps()
/hardware/interfaces/contexthub/1.0/
DIContexthubCallback.hal77 handleAppsInfo(vec<HubAppInfo> appInfo);
Dtypes.hal189 struct HubAppInfo {
/hardware/interfaces/contexthub/1.0/default/
DContexthub.cpp294 std::vector<HubAppInfo> apps; in handleOsMessage()
301 HubAppInfo app; in handleOsMessage()