Home
last modified time | relevance | path

Searched defs:handleAppsInfo_1_2 (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/contexthub/1.2/vts/functional/
H A DVtsHalContexthubV1_2TargetTest.cpp70 virtual Return<void> handleAppsInfo_1_2(const hidl_vec<HubAppInfo>& /*appInfo*/) override { in handleAppsInfo_1_2() function in __anon8aa4bda20110::ContexthubCallbackV1_2
144 virtual Return<void> handleAppsInfo_1_2(const hidl_vec<HubAppInfo>& appInfo) override { in handleAppsInfo_1_2() function in __anon8aa4bda20110::QueryAppsCallback
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubService.java183 public void handleAppsInfo_1_2(ArrayList<HubAppInfo> nanoAppInfoList) { in handleAppsInfo_1_2() method in ContextHubService.ContextHubServiceCallback