Home | History | Annotate | Download | only in functional

Lines Matching refs:contexthub

22 #include <android/hardware/contexthub/1.0/IContexthub.h>
23 #include <android/hardware/contexthub/1.0/IContexthubCallback.h>
24 #include <android/hardware/contexthub/1.0/types.h>
36 using ::android::hardware::contexthub::V1_0::AsyncEventType;
37 using ::android::hardware::contexthub::V1_0::ContextHub;
38 using ::android::hardware::contexthub::V1_0::ContextHubMsg;
39 using ::android::hardware::contexthub::V1_0::HubAppInfo;
40 using ::android::hardware::contexthub::V1_0::IContexthub;
41 using ::android::hardware::contexthub::V1_0::IContexthubCallback;
42 using ::android::hardware::contexthub::V1_0::NanoAppBinary;
43 using ::android::hardware::contexthub::V1_0::Result;
44 using ::android::hardware::contexthub::V1_0::TransactionResult;
65 hidl_vec<ContextHub> getHubsSync(sp<IContexthub> hubApi) {
66 hidl_vec<ContextHub> hubList;
69 hubApi->getHubs([&hubList, &barrier](const hidl_vec<ContextHub>& hubs) {
86 for (ContextHub hub : getHubsSync(hubApi)) {
96 // Test environment for Contexthub HIDL HAL.
206 hidl_vec<ContextHub> hubs = getHubsSync(hubApi);
209 for (ContextHub hub : hubs) {