Home
last modified time | relevance | path

Searched defs:handleAppsInfo (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/contexthub/common/default/1.X/utils/
H A DIContextHubCallbackWrapper.h96 virtual Return<void> handleAppsInfo(hidl_vec<V1_2::HubAppInfo> appInfo) override { in handleAppsInfo() function
128 Return<void> handleAppsInfo(hidl_vec<V1_2::HubAppInfo> appInfo) override { in handleAppsInfo() function
/aosp12/hardware/interfaces/contexthub/common/vts/
H A DContexthubCallbackBase.h55 virtual Return<void> handleAppsInfo(const hidl_vec<V1_0::HubAppInfo>& /*appInfo*/) override { in handleAppsInfo() function
/aosp12/hardware/interfaces/contexthub/1.0/vts/functional/
H A DVtsHalContexthubV1_0TargetTest.cpp101 virtual Return<void> handleAppsInfo(const hidl_vec<HubAppInfo>& appInfo) override { in handleAppsInfo() function in __anone3df8d9e0110::QueryAppsCallback
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubService.java169 public void handleAppsInfo( in handleAppsInfo() method in ContextHubService.ContextHubServiceCallback