Home
last modified time | relevance | path

Searched refs:contexthub (Results 1 – 25 of 41) sorted by relevance

12

/hardware/interfaces/contexthub/1.2/default/
DContexthub.h25 namespace contexthub {
30 : public ::android::hardware::contexthub::V1_X::implementation::ContextHub<IContexthub> {
31 using ContextHubMsg = ::android::hardware::contexthub::V1_2::ContextHubMsg;
32 using IContexthubCallback = ::android::hardware::contexthub::V1_2::IContexthubCallback;
34 ::android::hardware::contexthub::V1_X::implementation::IContextHubCallbackWrapperBase;
35 using Result = ::android::hardware::contexthub::V1_0::Result;
36 using SettingValue = ::android::hardware::contexthub::V1_1::SettingValue;
37 using SettingV1_1 = ::android::hardware::contexthub::V1_1::Setting;
38 using getHubs_1_2_cb = ::android::hardware::contexthub::V1_2::IContexthub::getHubs_1_2_cb;
Dandroid.hardware.contexthub@1.2-service.rc1 service vendor.contexthub-hal-1.2-mock /vendor/bin/hw/android.hardware.contexthub@1.2-service.mock
2 interface android.hardware.contexthub@1.0::IContexthub default
3 interface android.hardware.contexthub@1.1::IContexthub default
4 interface android.hardware.contexthub@1.2::IContexthub default
DAndroid.bp27 name: "android.hardware.contexthub@1.2-service.mock",
31 init_rc: ["android.hardware.contexthub@1.2-service.rc"],
41 "android.hardware.contexthub@1.0",
42 "android.hardware.contexthub@1.1",
43 "android.hardware.contexthub@1.2",
52 "android.hardware.contexthub@1.X-common-impl",
53 "android.hardware.contexthub@1.X-common-utils",
55 vintf_fragments: ["android.hardware.contexthub@1.2.xml"],
Dservice.cpp27 using ::android::hardware::contexthub::V1_2::IContexthub;
28 using ::android::hardware::contexthub::V1_2::implementation::Contexthub;
33 ::android::sp<IContexthub> contexthub = new Contexthub(); in main()
34 if (contexthub->registerAsService() != ::android::OK) { in main()
DContexthub.cpp22 namespace contexthub { namespace
27 using ::android::hardware::contexthub::V1_0::Result;
28 using ::android::hardware::contexthub::V1_X::implementation::IContextHubCallbackWrapperV1_0;
29 using ::android::hardware::contexthub::V1_X::implementation::IContextHubCallbackWrapperV1_2;
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()
/hardware/interfaces/contexthub/1.1/vts/functional/
DVtsHalContexthubV1_1TargetTest.cpp34 using ::android::hardware::contexthub::V1_0::IContexthubCallback;
35 using ::android::hardware::contexthub::V1_1::IContexthub;
36 using ::android::hardware::contexthub::V1_1::Setting;
37 using ::android::hardware::contexthub::V1_1::SettingValue;
38 using ::android::hardware::contexthub::vts_utils::ContexthubCallbackBase;
39 using ::android::hardware::contexthub::vts_utils::ContexthubHidlTestBase;
40 using ::android::hardware::contexthub::vts_utils::getHalAndHubIdList;
/hardware/interfaces/contexthub/common/default/1.X/
DContextHub.h26 namespace contexthub {
32 using ContextHubMsg = ::android::hardware::contexthub::V1_0::ContextHubMsg;
33 using HubAppInfo = ::android::hardware::contexthub::V1_0::HubAppInfo;
34 using IContexthubCallback = ::android::hardware::contexthub::V1_0::IContexthubCallback;
35 using NanoAppBinary = ::android::hardware::contexthub::V1_0::NanoAppBinary;
36 using Result = ::android::hardware::contexthub::V1_0::Result;
37 using getHubs_cb = ::android::hardware::contexthub::V1_0::IContexthub::getHubs_cb;
41 ::android::hardware::contexthub::V1_0::ContextHub hub = {}; in getHubs()
56 std::vector<::android::hardware::contexthub::V1_0::ContextHub> hubs; in getHubs()
DAndroid.bp26 name: "android.hardware.contexthub@1.X-common-impl",
31 "android.hardware.contexthub@1.0",
/hardware/interfaces/contexthub/1.2/vts/functional/
DVtsHalContexthubV1_2TargetTest.cpp40 using ::android::hardware::contexthub::V1_0::ContextHub;
41 using ::android::hardware::contexthub::V1_0::Result;
42 using ::android::hardware::contexthub::V1_0::TransactionResult;
43 using ::android::hardware::contexthub::V1_1::SettingValue;
44 using ::android::hardware::contexthub::V1_2::ContextHubMsg;
45 using ::android::hardware::contexthub::V1_2::HubAppInfo;
46 using ::android::hardware::contexthub::V1_2::IContexthub;
47 using ::android::hardware::contexthub::V1_2::IContexthubCallback;
48 using ::android::hardware::contexthub::V1_2::Setting;
49 using ::android::hardware::contexthub::vts_utils::asBaseType;
[all …]
DAndroid.bp31 "android.hardware.contexthub@1.0",
32 "android.hardware.contexthub@1.1",
33 "android.hardware.contexthub@1.2",
/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp41 using ::android::hardware::contexthub::V1_0::AsyncEventType;
42 using ::android::hardware::contexthub::V1_0::ContextHub;
43 using ::android::hardware::contexthub::V1_0::ContextHubMsg;
44 using ::android::hardware::contexthub::V1_0::HubAppInfo;
45 using ::android::hardware::contexthub::V1_0::IContexthub;
46 using ::android::hardware::contexthub::V1_0::IContexthubCallback;
47 using ::android::hardware::contexthub::V1_0::NanoAppBinary;
48 using ::android::hardware::contexthub::V1_0::Result;
49 using ::android::hardware::contexthub::V1_0::TransactionResult;
50 using ::android::hardware::contexthub::vts_utils::asBaseType;
[all …]
/hardware/interfaces/contexthub/1.1/default/
Dandroid.hardware.contexthub@1.1-service.rc1 service vendor.contexthub-hal-1-1-mock /vendor/bin/hw/android.hardware.contexthub@1.1-service.mock
2 interface android.hardware.contexthub@1.0::IContexthub default
3 interface android.hardware.contexthub@1.1::IContexthub default
Dservice.cpp27 using ::android::hardware::contexthub::V1_1::IContexthub;
28 using ::android::hardware::contexthub::V1_1::implementation::Contexthub;
33 ::android::sp<IContexthub> contexthub = new Contexthub(); in main()
34 if (contexthub->registerAsService() != ::android::OK) { in main()
DAndroid.bp27 name: "android.hardware.contexthub@1.1-service.mock",
31 init_rc: ["android.hardware.contexthub@1.1-service.rc"],
41 "android.hardware.contexthub@1.0",
42 "android.hardware.contexthub@1.1",
51 "android.hardware.contexthub@1.X-common-impl",
53 vintf_fragments: ["android.hardware.contexthub@1.1.xml"],
DContexthub.h24 namespace contexthub {
29 : public ::android::hardware::contexthub::V1_X::implementation::ContextHub<IContexthub> {
30 using Result = ::android::hardware::contexthub::V1_0::Result;
DContexthub.cpp22 namespace contexthub { namespace
26 using ::android::hardware::contexthub::V1_0::Result;
/hardware/interfaces/contexthub/1.0/default/
Dandroid.hardware.contexthub@1.0-service.rc1 service vendor.contexthub-hal-1-0 /vendor/bin/hw/android.hardware.contexthub@1.0-service
2 interface android.hardware.contexthub@1.0::IContexthub default
DAndroid.bp27 name: "android.hardware.contexthub@1.0-impl",
40 "android.hardware.contexthub@1.0",
45 name: "android.hardware.contexthub@1.0-service",
48 init_rc: ["android.hardware.contexthub@1.0-service.rc"],
60 "android.hardware.contexthub@1.0",
DContexthub.h28 namespace contexthub {
32 struct Contexthub : public ::android::hardware::contexthub::V1_0::IContexthub {
74 DeathRecipient(const sp<Contexthub> contexthub);
DContexthub.cpp32 namespace contexthub { namespace
114 Contexthub::DeathRecipient::DeathRecipient(sp<Contexthub> contexthub) in DeathRecipient() argument
115 : mContexthub(contexthub) {} in DeathRecipient()
578 Contexthub *contexthub = new Contexthub; in HIDL_FETCH_IContexthub() local
580 if (!contexthub->isInitialized()) { in HIDL_FETCH_IContexthub()
581 delete contexthub; in HIDL_FETCH_IContexthub()
582 contexthub = nullptr; in HIDL_FETCH_IContexthub()
585 return contexthub; in HIDL_FETCH_IContexthub()
/hardware/interfaces/contexthub/common/vts/
DVtsHalContexthubUtils.cpp24 namespace contexthub { namespace
27 using ::android::hardware::contexthub::V1_0::ContextHub;
28 using ::android::hardware::contexthub::V1_0::IContexthub;
DVtsHalContexthubUtils.h30 namespace contexthub {
37 #define ASSERT_OK(result) ASSERT_EQ(result, ::android::hardware::contexthub::V1_0::Result::OK)
38 #define EXPECT_OK(result) EXPECT_EQ(result, ::android::hardware::contexthub::V1_0::Result::OK)
/hardware/interfaces/contexthub/1.2/
DAndroid.bp13 name: "android.hardware.contexthub@1.2",
21 "android.hardware.contexthub@1.0",
22 "android.hardware.contexthub@1.1",
/hardware/interfaces/contexthub/common/default/1.X/utils/
DAndroid.bp26 name: "android.hardware.contexthub@1.X-common-utils",
31 "android.hardware.contexthub@1.0",
32 "android.hardware.contexthub@1.1",
33 "android.hardware.contexthub@1.2",
/hardware/interfaces/contexthub/1.1/
DAndroid.bp13 name: "android.hardware.contexthub@1.1",
20 "android.hardware.contexthub@1.0",

12