summaryrefslogtreecommitdiff
path: root/libs/binder/rust/tests/integration.rs
Commit message (Expand)AuthorAgeFilesLines
* libbinder_rs: Switch dump() argument type to Write traitAndrei Homescu2023-11-131-2/+2
* Add safety comments to binder tests.Andrew Walbran2023-07-211-0/+5
* Fix warnings from rustc 1.65.0Chris Wailes2022-11-161-1/+1
* rust: Enable formatting enforcement for RustMatthew Maurer2022-07-261-129/+100
* Changes for the Rust 1.59.0 updateCharisee2022-02-281-3/+3
* [binder_rs] Add get_declared_instances and is_declared APIsStephen Crane2022-02-181-0/+15
* Revert^2 "[binder] Expose public Rust API at crate top level"Stephen Crane2022-01-191-40/+44
* Revert "[binder] Expose public Rust API at crate top level"Stephen Crane2022-01-191-44/+40
* [binder] Expose public Rust API at crate top levelStephen Crane2022-01-131-40/+44
* Merge "rust: add conversion between sync and async interfaces"Treehugger Robot2021-12-111-0/+26
|\
| * rust: add conversion between sync and async interfacesAlice Ryhl2021-12-101-0/+26
* | binder: add is_handling_transaction testsAlice Ryhl2021-12-101-1/+81
|/
* libbinder_rs: Add support for attributes to declare_binder_enumStephen Crane2021-11-101-1/+18
* rust: split Parcel enum into two typesAlice Ryhl2021-11-091-11/+11
* binder_rust: add async variants of get_interface and wait_for_interfaceAlice Ryhl2021-11-021-3/+30
* binder: add async Rust supportAlice Ryhl2021-11-021-11/+114
* Merge "rust: split transact into prepare and submit"Treehugger Robot2021-09-151-0/+23
|\
| * rust: split transact into prepare and submitAlice Ryhl2021-08-261-0/+23
* | ndk: Add way to manage ownership of linkToDeath cookieAlice Ryhl2021-09-151-11/+71
|/
* [binder] Add support for dump transaction to RustStephen Crane2021-06-151-33/+61
* Add wait_for_interface and wait_for_service.Andrew Walbran2021-06-041-0/+23
* Allow set_requesting_sid to be enabled when AIDL Binder is created.Andrew Walbran2021-04-141-22/+41
* Add DeathRecipient and IBinder to public_api.Andrew Walbran2021-03-091-16/+37
* libbinder_rs: Add Strong<> and Weak<> Binder referencesStephen Crane2021-02-091-6/+57
* Revert "Revert "libbinder_rs: Treat previously associated Binder as remote""Stephen Crane2020-12-031-2/+62
* Revert "libbinder_rs: Treat previously associated Binder as remote"Matthew Maurer2020-12-031-49/+2
* libbinder_rs: Treat previously associated Binder as remoteStephen Crane2020-11-251-2/+49
* Expose binder security context to rust binder servicesJanis Danisevskis2020-09-091-7/+74
* Initial Binder Rust crateStephen Crane2020-08-121-0/+371