Commit Graph

9 Commits

Author SHA1 Message Date
Tomasz Wasilczyk
750f415a8d Merge "Don't use String8 path functions [cas hidl]" into main 2023-08-30 04:29:48 +00:00
Tomasz Wasilczyk
9e53281dc0 Don't use String8 path functions [cas hidl]
Ideally, we should migrate to std::filesystem, but libc++fs is not
available for vendor binaries until b/175635923 lands.

Bug: 295394788
Test: m checkbuild
Change-Id: Ifaec2f93331c780b96f7be5d50655a79aa935457
2023-08-29 15:04:50 +00:00
Tomasz Wasilczyk
3e74f0b928 Use String8/16 c_str [cas]
Bug: 295394788
Test: make checkbuild
Change-Id: I1faccac8711d5cccee70443548940d99804c7c2a
2023-08-25 19:41:37 +00:00
bohu
b305c80409 mediacas: make it also work on 64bit only guest
BUG: 178885191

Change-Id: I15d711dee366f7c39d6a89aecf34c9503bf32da8
2021-01-31 03:59:52 +00:00
Steven Moreland
9b2e504295 Revert "Zero hidl-generated structs (cas)"
This reverts commit 2b537f7852.

Reason for revert: Clearing all hidl_vec/array data instead.

Change-Id: I7d51c5268e1b9020732e34c186e2e452cf044518
2019-05-01 01:15:39 +00:00
Steven Moreland
2b537f7852 Zero hidl-generated structs (cas)
Bug: 131356202
Test: boot
Change-Id: I41de4b8de19a060e064ff8457b81b918c4ce887f
2019-04-25 23:58:51 +00:00
Henry Fang
3e3cbb7c21 Revert "Revert "Update cas@1.0 hal to cas@1.1""
This reverts commit 1b066c8d1d.

Reason for revert: <This CL isn't related to public API which triggered previous revert>

Change-Id: If1fa2a244e5f4ee7f978cda79421172da02220f1
2019-01-31 22:46:57 +00:00
Xusong Wang
1b066c8d1d Revert "Update cas@1.0 hal to cas@1.1"
This reverts commit f9f0a25b26.

Reason for revert: <INSERT REASONING HERE>

Change-Id: I32657e10fa8ff58dd351aa8e0b611195c2826f07
2019-01-31 01:04:02 +00:00
Henry Fang
f9f0a25b26 Update cas@1.0 hal to cas@1.1
Add sendSessionEvent to notify hal what happened on a session.
Add onSessionEvent to listen notification from hal for a session
Test: manual
Bug: 122472761

Change-Id: I98434325915e7bee57e63bdeeedba9ed5578e493
2019-01-28 15:14:32 -08:00