summaryrefslogtreecommitdiff
path: root/contexthub/aidl
AgeCommit message (Collapse)Author
2022-08-08Modify onHostEndpointDisconnected to always return OKArthur Ishiguro
Update the default HAL to reflect the API definition, which says that the HAL should silently ignore incorrect values. Bug: 233853737 Bug: 241339296 Test: Compile only Change-Id: Iae541e29706dddc6c9acb0563a2b484b75b549b5 (cherry picked from commit bb1d8bfc93cab1973d017012d06556321662d710)
2022-04-16Freeze AIDL APIs for TMJiyong Park
Bug: 225941299 Test: m Change-Id: I61eb51c0334eb99489c6f1570110d7e18c350c99
2022-02-02Make contexthub aidl available host sideVictor Berchet
Bug: 158007175 Test: running atest --host event_logger_test Change-Id: I9f5f50ebc07d500dd4ffc51af8f1d39e9576e1db
2022-02-01Remove use of ILLEGAL_ARGUMENT in hostEndpointDisconnectedArthur Ishiguro
Since an invalid argument to hostEndpointDisconnected should be ignored by the HAL (and the Context Hub service), remove the EX_ILLEGAL_ARGUMENT requirement in the Context Hub AIDL HAL. Bug: 216798253 Test: Compile Change-Id: I83f08ccb998e6b494307de51f8709f3e0fbd2c99
2022-01-20Add VTS test for new settings enumsAnthony
Bug: 215574482 Test: Run VTS Change-Id: Idc817611156c0f0efd7562c176e9765266576fa0
2022-01-20Add enum value for BT main / scanning toggle statesAnthony
Bug: 215574482 Test: compile Change-Id: Ic8160375f79acf4fb8b69e90478e86cb1cbf32d4
2022-01-07Make return values of IContextHub.aidl more consistentArthur Ishiguro
Follow the pattern of using well-defined AIDL error codes as return values for methods. Bug: 213474931 Test: Compile, run VTS Change-Id: If04d989cf504161638ec47b2302e60cbf32db502
2022-01-06Adjust Context Hub AIDL based on feedbackArthur Ishiguro
- Add additional documentation of ContextHubMessage.aidl. - Remove redundant TYPE_ specifier in HostEndpointInfo.aidl. Bug: 213474931 Test: Compile Change-Id: Ice1ac925a8b977abee8a9fa376ad40b33f315a3f
2021-12-13Add NanoappRpcService to Context Hub HALArthur Ishiguro
Bug: 194287786 Test: Run VTS Change-Id: I8c100f73571f8f0c8689766328a430d0e457dc55
2021-11-22Fix typo in HostEndpointInfo definitionArthur Ishiguro
Package name/attribution tag should be a single String. Bug: 194287786 Test: Compile Change-Id: I6747add3254eef9f7fd0a0b291ad374096979e11
2021-11-22Adds additional host info exchanges in Context Hub HALArthur Ishiguro
Bug: 194287786 Test: Run VTS Change-Id: I5459e44f752cd04bc1bec3b5e99f398be9f4ce11
2021-10-29Define empty callback in Context Hub AIDL VTSArthur Ishiguro
Current implementation results in registering a nullptr. Bug: 194285834 Test: Run VTS Change-Id: I68c75011a377013e2ee02ef0fc088d78af896e09
2021-10-28Merge "Update AIDL Context Hub default impl"TreeHugger Robot
2021-10-28Fix Context Hub AIDL VTS CHRE version validationArthur Ishiguro
Test check is too strict, since major/minor/patch version can be zero independently. Bug: 194285834 Test: Run test Change-Id: I42bb1ae72312e7a10b16830306129f270199da18
2021-10-28Update AIDL Context Hub default implArthur Ishiguro
Functionality matches default HIDL impl. Bug: 194285834 Test: Presubmit Change-Id: Ia84fe1eea93eea27a4c047360cc2a79a4decdbab
2021-09-13[LSC] Add LOCAL_LICENSE_KINDS to hardware/interfacesBob Badour
Added SPDX-license-identifier-Apache-2.0 to: contexthub/aidl/Android.bp contexthub/aidl/vts/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I15a1336ba7f45039e0146f29f834f2b55c0def42
2021-09-09Adds VTS test for Context Hub AIDLArthur Ishiguro
Bug: 194285834 Test: Run test on device with Context Hub AIDL and verify pass Change-Id: I1b38c4071ceaf30da77ad29b3b564bafe76ab2b8
2021-08-19Creates Context Hub AIDLArthur Ishiguro
Bug: 194285834 Test: TreeHugger Change-Id: Icc1e126816e2f8a11a9ef964d6889955d7827180