Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/common/default/1.X/utils/
DIContextHubCallbackWrapper.h66 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() function
97 return mCallback->handleAppsInfo(convertToOldAppInfo(appInfo)); in handleAppsInfo()
128 Return<void> handleAppsInfo(hidl_vec<V1_2::HubAppInfo> appInfo) override { in handleAppsInfo() function
/hardware/interfaces/contexthub/1.1/default/
DContexthub.cpp43 mCallback->handleAppsInfo(nanoapps); in queryApps()
/hardware/interfaces/contexthub/common/vts/
DContexthubCallbackBase.h55 virtual Return<void> handleAppsInfo(const hidl_vec<V1_0::HubAppInfo>& /*appInfo*/) override { in handleAppsInfo() function
/hardware/interfaces/contexthub/1.2/default/
DContexthub.cpp68 mCallback->handleAppsInfo(nanoapps); in queryApps()
/hardware/interfaces/contexthub/1.0/
DIContexthubCallback.hal77 handleAppsInfo(vec<HubAppInfo> appInfo);
/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp102 virtual Return<void> handleAppsInfo(const hidl_vec<HubAppInfo>& appInfo) override { in handleAppsInfo() function in __anon41211db20111::QueryAppsCallback
/hardware/interfaces/contexthub/1.0/default/
DContexthub.cpp310 cb->handleAppsInfo(apps); in handleOsMessage()