Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp171 virtual Return<void> handleAppsInfo(const hidl_vec<HubAppInfo>& /*appInfo*/) in handleAppsInfo() function in __anon284eeb7b0111::ContexthubCallbackBase
238 virtual Return<void> handleAppsInfo(const hidl_vec<HubAppInfo>& appInfo) in handleAppsInfo() function in __anon284eeb7b0111::QueryAppsCallback
/hardware/interfaces/contexthub/1.0/
DIContexthubCallback.hal78 handleAppsInfo(vec<HubAppInfo> appInfo);
/hardware/interfaces/contexthub/1.0/default/
DContexthub.cpp310 cb->handleAppsInfo(apps); in handleOsMessage()