/hardware/interfaces/contexthub/aidl/android/hardware/contexthub/ |
D | IContextHub.aidl | 17 package android.hardware.contexthub; 19 import android.hardware.contexthub.ContextHubInfo; 20 import android.hardware.contexthub.ContextHubMessage; 21 import android.hardware.contexthub.HostEndpointInfo; 22 import android.hardware.contexthub.IContextHubCallback; 23 import android.hardware.contexthub.MessageDeliveryStatus; 24 import android.hardware.contexthub.NanSessionStateUpdate; 25 import android.hardware.contexthub.NanoappBinary; 26 import android.hardware.contexthub.NanoappInfo; 27 import android.hardware.contexthub.Setting;
|
D | IContextHubCallback.aidl | 17 package android.hardware.contexthub; 19 import android.hardware.contexthub.AsyncEventType; 20 import android.hardware.contexthub.ContextHubMessage; 21 import android.hardware.contexthub.MessageDeliveryStatus; 22 import android.hardware.contexthub.NanSessionRequest; 23 import android.hardware.contexthub.NanoappInfo;
|
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/3/android/hardware/contexthub/ |
D | IContextHub.aidl | 34 package android.hardware.contexthub; 37 List<android.hardware.contexthub.ContextHubInfo> getContextHubs(); in getContextHubs() 38 …void loadNanoapp(in int contextHubId, in android.hardware.contexthub.NanoappBinary appBinary, in i… in loadNanoapp() 42 void onSettingChanged(in android.hardware.contexthub.Setting setting, in boolean enabled); in onSettingChanged() 44 void registerCallback(in int contextHubId, in android.hardware.contexthub.IContextHubCallback cb); in registerCallback() 45 …void sendMessageToHub(in int contextHubId, in android.hardware.contexthub.ContextHubMessage messag… in sendMessageToHub() 46 void onHostEndpointConnected(in android.hardware.contexthub.HostEndpointInfo hostEndpointInfo); in onHostEndpointConnected() 49 void onNanSessionStateChanged(in android.hardware.contexthub.NanSessionStateUpdate update); in onNanSessionStateChanged() 51 …void sendMessageDeliveryStatusToHub(in int contextHubId, in android.hardware.contexthub.MessageDel… in sendMessageDeliveryStatusToHub()
|
D | IContextHubCallback.aidl | 34 package android.hardware.contexthub; 37 void handleNanoappInfo(in android.hardware.contexthub.NanoappInfo[] appInfo); in handleNanoappInfo() 38 …void handleContextHubMessage(in android.hardware.contexthub.ContextHubMessage msg, in String[] msg… in handleContextHubMessage() 39 void handleContextHubAsyncEvent(in android.hardware.contexthub.AsyncEventType evt); in handleContextHubAsyncEvent() 41 void handleNanSessionRequest(in android.hardware.contexthub.NanSessionRequest request); in handleNanSessionRequest() 42 …void handleMessageDeliveryStatus(in char hostEndpointId, in android.hardware.contexthub.MessageDel… in handleMessageDeliveryStatus()
|
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/current/android/hardware/contexthub/ |
D | IContextHub.aidl | 34 package android.hardware.contexthub; 37 List<android.hardware.contexthub.ContextHubInfo> getContextHubs(); in getContextHubs() 38 …void loadNanoapp(in int contextHubId, in android.hardware.contexthub.NanoappBinary appBinary, in i… in loadNanoapp() 42 void onSettingChanged(in android.hardware.contexthub.Setting setting, in boolean enabled); in onSettingChanged() 44 void registerCallback(in int contextHubId, in android.hardware.contexthub.IContextHubCallback cb); in registerCallback() 45 …void sendMessageToHub(in int contextHubId, in android.hardware.contexthub.ContextHubMessage messag… in sendMessageToHub() 46 void onHostEndpointConnected(in android.hardware.contexthub.HostEndpointInfo hostEndpointInfo); in onHostEndpointConnected() 49 void onNanSessionStateChanged(in android.hardware.contexthub.NanSessionStateUpdate update); in onNanSessionStateChanged() 51 …void sendMessageDeliveryStatusToHub(in int contextHubId, in android.hardware.contexthub.MessageDel… in sendMessageDeliveryStatusToHub()
|
D | IContextHubCallback.aidl | 34 package android.hardware.contexthub; 37 void handleNanoappInfo(in android.hardware.contexthub.NanoappInfo[] appInfo); in handleNanoappInfo() 38 …void handleContextHubMessage(in android.hardware.contexthub.ContextHubMessage msg, in String[] msg… in handleContextHubMessage() 39 void handleContextHubAsyncEvent(in android.hardware.contexthub.AsyncEventType evt); in handleContextHubAsyncEvent() 41 void handleNanSessionRequest(in android.hardware.contexthub.NanSessionRequest request); in handleNanSessionRequest() 42 …void handleMessageDeliveryStatus(in char hostEndpointId, in android.hardware.contexthub.MessageDel… in handleMessageDeliveryStatus()
|
/hardware/interfaces/contexthub/aidl/default/ |
D | Android.bp | 33 "android.hardware.contexthub-V3-ndk", 41 "//hardware/interfaces/tests/extension/contexthub:__subpackages__", 46 name: "android.hardware.contexthub-service.example", 48 init_rc: ["contexthub-default.rc"], 49 vintf_fragments: ["contexthub-default.xml"], 54 "android.hardware.contexthub-V3-ndk", 63 name: "android.hardware.contexthub-service.example.rc", 64 src: "android.hardware.contexthub-service.example.rc", 69 name: "contexthub-default.xml", 70 src: "contexthub-default.xml", [all …]
|
D | android.hardware.contexthub-service.example.rc | 1 service vendor.contexthub-default /apex/com.android.hardware.contexthub/bin/hw/android.hardware.con…
|
/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/aidl/aidl_api/android.hardware.contexthub/2/android/hardware/contexthub/ |
D | IContextHub.aidl | 34 package android.hardware.contexthub; 37 List<android.hardware.contexthub.ContextHubInfo> getContextHubs(); in getContextHubs() 38 …void loadNanoapp(in int contextHubId, in android.hardware.contexthub.NanoappBinary appBinary, in i… in loadNanoapp() 42 void onSettingChanged(in android.hardware.contexthub.Setting setting, in boolean enabled); in onSettingChanged() 44 void registerCallback(in int contextHubId, in android.hardware.contexthub.IContextHubCallback cb); in registerCallback() 45 …void sendMessageToHub(in int contextHubId, in android.hardware.contexthub.ContextHubMessage messag… in sendMessageToHub() 46 void onHostEndpointConnected(in android.hardware.contexthub.HostEndpointInfo hostEndpointInfo); in onHostEndpointConnected() 49 void onNanSessionStateChanged(in android.hardware.contexthub.NanSessionStateUpdate update); in onNanSessionStateChanged()
|
D | IContextHubCallback.aidl | 34 package android.hardware.contexthub; 37 void handleNanoappInfo(in android.hardware.contexthub.NanoappInfo[] appInfo); in handleNanoappInfo() 38 …void handleContextHubMessage(in android.hardware.contexthub.ContextHubMessage msg, in String[] msg… in handleContextHubMessage() 39 void handleContextHubAsyncEvent(in android.hardware.contexthub.AsyncEventType evt); in handleContextHubAsyncEvent() 41 void handleNanSessionRequest(in android.hardware.contexthub.NanSessionRequest request); in handleNanSessionRequest()
|
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/1/android/hardware/contexthub/ |
D | IContextHub.aidl | 34 package android.hardware.contexthub; 37 List<android.hardware.contexthub.ContextHubInfo> getContextHubs(); in getContextHubs() 38 …void loadNanoapp(in int contextHubId, in android.hardware.contexthub.NanoappBinary appBinary, in i… in loadNanoapp() 42 void onSettingChanged(in android.hardware.contexthub.Setting setting, in boolean enabled); in onSettingChanged() 44 void registerCallback(in int contextHubId, in android.hardware.contexthub.IContextHubCallback cb); in registerCallback() 45 …void sendMessageToHub(in int contextHubId, in android.hardware.contexthub.ContextHubMessage messag… in sendMessageToHub() 46 void onHostEndpointConnected(in android.hardware.contexthub.HostEndpointInfo hostEndpointInfo); in onHostEndpointConnected()
|
D | IContextHubCallback.aidl | 34 package android.hardware.contexthub; 37 void handleNanoappInfo(in android.hardware.contexthub.NanoappInfo[] appInfo); in handleNanoappInfo() 38 …void handleContextHubMessage(in android.hardware.contexthub.ContextHubMessage msg, in String[] msg… in handleContextHubMessage() 39 void handleContextHubAsyncEvent(in android.hardware.contexthub.AsyncEventType evt); in handleContextHubAsyncEvent()
|
/hardware/interfaces/contexthub/1.1/vts/functional/ |
D | VtsHalContexthubV1_1TargetTest.cpp | 35 using ::android::hardware::contexthub::V1_0::IContexthubCallback; 36 using ::android::hardware::contexthub::V1_1::IContexthub; 37 using ::android::hardware::contexthub::V1_1::Setting; 38 using ::android::hardware::contexthub::V1_1::SettingValue; 39 using ::android::hardware::contexthub::vts_utils::ContexthubCallbackBase; 40 using ::android::hardware::contexthub::vts_utils::ContexthubHidlTestBase; 41 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()
|
/hardware/interfaces/contexthub/1.2/vts/functional/ |
D | VtsHalContexthubV1_2TargetTest.cpp | 41 using ::android::hardware::contexthub::V1_0::ContextHub; 42 using ::android::hardware::contexthub::V1_0::Result; 43 using ::android::hardware::contexthub::V1_0::TransactionResult; 44 using ::android::hardware::contexthub::V1_1::SettingValue; 45 using ::android::hardware::contexthub::V1_2::ContextHubMsg; 46 using ::android::hardware::contexthub::V1_2::HubAppInfo; 47 using ::android::hardware::contexthub::V1_2::IContexthub; 48 using ::android::hardware::contexthub::V1_2::IContexthubCallback; 49 using ::android::hardware::contexthub::V1_2::Setting; 50 using ::android::hardware::contexthub::vts_utils::asBaseType; [all …]
|
/hardware/interfaces/contexthub/1.0/vts/functional/ |
D | VtsHalContexthubV1_0TargetTest.cpp | 42 using ::android::hardware::contexthub::V1_0::AsyncEventType; 43 using ::android::hardware::contexthub::V1_0::ContextHub; 44 using ::android::hardware::contexthub::V1_0::ContextHubMsg; 45 using ::android::hardware::contexthub::V1_0::HubAppInfo; 46 using ::android::hardware::contexthub::V1_0::IContexthub; 47 using ::android::hardware::contexthub::V1_0::IContexthubCallback; 48 using ::android::hardware::contexthub::V1_0::NanoAppBinary; 49 using ::android::hardware::contexthub::V1_0::Result; 50 using ::android::hardware::contexthub::V1_0::TransactionResult; 51 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"],
|
/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
|