/aosp12/hardware/interfaces/contexthub/common/vts/ |
H A D | VtsHalContexthubUtils.cpp | 27 using ::android::hardware::contexthub::V1_0::ContextHub; 31 hidl_vec<ContextHub> getHubsSync(IContexthub* hubApi) { in getHubsSync() 32 hidl_vec<ContextHub> hubList; in getHubsSync() 35 hubApi->getHubs([&hubList, &barrier](const hidl_vec<ContextHub>& hubs) { in getHubsSync()
|
H A D | VtsHalContexthubUtils.h | 48 hidl_vec<V1_0::ContextHub> getHubsSync(V1_0::IContexthub* hubApi); 61 hidl_vec<V1_0::ContextHub> hubs = getHubsSync(hubApi.get()); in getHalAndHubIdList() 62 for (const V1_0::ContextHub& hub : hubs) { in getHalAndHubIdList()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
H A D | IContextHubWrapper.java | 19 import android.hardware.contexthub.V1_0.ContextHub; 98 public abstract Pair<List<ContextHub>, List<String>> getHubs() throws RemoteException; in getHubs() 168 public Pair<List<ContextHub>, List<String>> getHubs() throws RemoteException { in getHubs() 217 public Pair<List<ContextHub>, List<String>> getHubs() throws RemoteException { in getHubs() 269 private Pair<List<ContextHub>, List<String>> mHubInfo = 277 public void onValues(ArrayList<ContextHub> hubs, ArrayList<String> supportedPermissions) { in onValues() 281 public Pair<List<ContextHub>, List<String>> getHubs() throws RemoteException { in getHubs()
|
H A D | ContextHubServiceUtil.java | 23 import android.hardware.contexthub.V1_0.ContextHub; 63 static HashMap<Integer, ContextHubInfo> createContextHubInfoMap(List<ContextHub> hubList) { in createContextHubInfoMap() 65 for (ContextHub contextHub : hubList) { in createContextHubInfoMap()
|
H A D | ContextHubService.java | 31 import android.hardware.contexthub.V1_0.ContextHub; 203 Pair<List<ContextHub>, List<String>> hubInfo; in ContextHubService()
|
/aosp12/hardware/interfaces/contexthub/1.2/vts/functional/ |
H A D | VtsHalContexthubV1_2TargetTest.cpp | 40 using ::android::hardware::contexthub::V1_0::ContextHub; 85 hidl_vec<ContextHub> hubList; in TEST_P() 87 [&hubList](const hidl_vec<ContextHub>& hubs, in TEST_P() 92 for (const ContextHub& hub : hubList) { in TEST_P() 156 hubApi->getHubs_1_2([&hubPerms](const hidl_vec<ContextHub>& /*hubs*/, in TEST_P()
|
/aosp12/system/chre/host/hal_generic/V1_2/ |
H A D | generic_context_hub_v1_2.cc | 51 using V1_0::ContextHub; 61 std::vector<ContextHub> retHubs; in getHubs_1_2() 62 getHubs([&retHubs](std::vector<ContextHub> hubs) { retHubs = hubs; }); in getHubs_1_2()
|
/aosp12/hardware/interfaces/contexthub/common/default/1.X/ |
H A D | ContextHub.h | 31 struct ContextHub : public IContextHubInterface { struct 41 ::android::hardware::contexthub::V1_0::ContextHub hub = {}; in getHubs() argument 56 std::vector<::android::hardware::contexthub::V1_0::ContextHub> hubs; in getHubs()
|
/aosp12/frameworks/base/core/java/android/hardware/location/ |
H A D | OWNERS | 8 # ContextHub team 9 per-file *ContextHub*,*NanoApp* = file:platform/system/chre:/OWNERS
|
H A D | ContextHubInfo.java | 21 import android.hardware.contexthub.V1_0.ContextHub; 62 public ContextHubInfo(ContextHub contextHub) { in ContextHubInfo()
|
/aosp12/hardware/interfaces/contexthub/1.2/default/ |
H A D | Contexthub.cpp | 32 ::android::hardware::contexthub::V1_0::ContextHub hub = {}; in getHubs_1_2() 47 std::vector<::android::hardware::contexthub::V1_0::ContextHub> hubs; in getHubs_1_2()
|
H A D | Contexthub.h | 30 : public ::android::hardware::contexthub::V1_X::implementation::ContextHub<IContexthub> {
|
/aosp12/hardware/interfaces/contexthub/1.0/vts/functional/ |
H A D | VtsHalContexthubV1_0TargetTest.cpp | 42 using ::android::hardware::contexthub::V1_0::ContextHub; 69 hidl_vec<ContextHub> hubs = getHubsSync(hubApi.get()); in TEST_P() 72 for (const ContextHub& hub : hubs) { in TEST_P()
|
/aosp12/hardware/interfaces/contexthub/1.2/ |
H A D | IContexthub.hal | 19 import @1.0::ContextHub; 35 getHubs_1_2() generates (vec<ContextHub> hubs, vec<string> supportedPermissions);
|
H A D | IContexthubCallback.hal | 25 * to the service and registered clients of the ContextHub service. 35 * contents when delivering to a ContextHub service
|
/aosp12/hardware/interfaces/contexthub/1.0/ |
H A D | IContexthubCallback.hal | 23 * to the service and registered clients of the ContextHub service. 45 * to the ContextHub service.
|
H A D | types.hal | 105 struct ContextHub { 145 // message from the context hub to the ContextHub
|
H A D | IContexthub.hal | 34 getHubs() generates (vec<ContextHub> hubs);
|
/aosp12/hardware/interfaces/contexthub/1.1/default/ |
H A D | Contexthub.h | 29 : public ::android::hardware::contexthub::V1_X::implementation::ContextHub<IContexthub> {
|
/aosp12/system/chre/host/hal_generic/common/ |
H A D | generic_context_hub_base.h | 54 using ::android::hardware::contexthub::V1_0::ContextHub; 142 std::vector<ContextHub> hubs; in getHubs() 583 ContextHub mHubInfo;
|
/aosp12/system/chre/ |
H A D | README.md | 89 - ``frameworks/base/core/java/android/hardware/location/ContextHub*.java``: The 91 - ``frameworks/base/services/core/java/com/android/server/location/ContextHub*.java``:
|
/aosp12/hardware/interfaces/contexthub/1.0/default/ |
H A D | Contexthub.cpp | 72 std::vector<ContextHub> hubs; in getHubs() 86 ContextHub c; in getHubs()
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 2319 android.hardware.contexthub.V1_0.ContextHub
|
H A D | boot-image-profile.txt | 25290 Landroid/hardware/contexthub/V1_0/ContextHub;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 2318 android.hardware.contexthub.V1_0.ContextHub
|