/hardware/interfaces/contexthub/1.2/default/ |
D | Contexthub.h | 25 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;
|
D | android.hardware.contexthub@1.2-service.rc | 1 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
|
D | Android.bp | 27 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"],
|
D | service.cpp | 27 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()
|
D | Contexthub.cpp | 22 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/ |
D | VtsHalContexthubV1_1TargetTest.cpp | 34 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/ |
D | ContextHub.h | 26 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()
|
D | Android.bp | 26 name: "android.hardware.contexthub@1.X-common-impl", 31 "android.hardware.contexthub@1.0",
|
/hardware/interfaces/contexthub/1.2/vts/functional/ |
D | VtsHalContexthubV1_2TargetTest.cpp | 40 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 …]
|
D | Android.bp | 31 "android.hardware.contexthub@1.0", 32 "android.hardware.contexthub@1.1", 33 "android.hardware.contexthub@1.2",
|
/hardware/interfaces/contexthub/1.0/vts/functional/ |
D | VtsHalContexthubV1_0TargetTest.cpp | 41 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/ |
D | android.hardware.contexthub@1.1-service.rc | 1 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
|
D | service.cpp | 27 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()
|
D | Android.bp | 27 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"],
|
D | Contexthub.h | 24 namespace contexthub { 29 : public ::android::hardware::contexthub::V1_X::implementation::ContextHub<IContexthub> { 30 using Result = ::android::hardware::contexthub::V1_0::Result;
|
D | Contexthub.cpp | 22 namespace contexthub { namespace 26 using ::android::hardware::contexthub::V1_0::Result;
|
/hardware/interfaces/contexthub/1.0/default/ |
D | android.hardware.contexthub@1.0-service.rc | 1 service vendor.contexthub-hal-1-0 /vendor/bin/hw/android.hardware.contexthub@1.0-service 2 interface android.hardware.contexthub@1.0::IContexthub default
|
D | Android.bp | 27 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",
|
D | Contexthub.h | 28 namespace contexthub { 32 struct Contexthub : public ::android::hardware::contexthub::V1_0::IContexthub { 74 DeathRecipient(const sp<Contexthub> contexthub);
|
D | Contexthub.cpp | 32 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/ |
D | VtsHalContexthubUtils.cpp | 24 namespace contexthub { namespace 27 using ::android::hardware::contexthub::V1_0::ContextHub; 28 using ::android::hardware::contexthub::V1_0::IContexthub;
|
D | VtsHalContexthubUtils.h | 30 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/ |
D | Android.bp | 13 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/ |
D | Android.bp | 26 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/ |
D | Android.bp | 13 name: "android.hardware.contexthub@1.1", 20 "android.hardware.contexthub@1.0",
|