summaryrefslogtreecommitdiff
path: root/src/rust/event_manager
AgeCommit message (Expand)Author
2022-05-05Fuzz some UciNotifications sending back from HAL to UCI layer.ziyiw
2022-04-14uwb(uci-rust): Reorganize unit test codebaseRoshan Pius
2022-04-07Create basic fuzz tests.ziyiw
2022-03-29event_manager: avoid expect() when failed to convert dataChih-Yu Huang
2022-03-29uwb_uci_packets: change ControleeStatus's status type to MulticastUpdateStatu...Chih-Yu Huang
2022-02-11uwb(uci-rust): Fix Vendor Rsp/Ntf UCI packet heirarchyRoshan Pius
2022-02-08uci-rust: add MockEventManager implementationChih-Yu Huang
2022-02-02[lints] Make clippy compliant + enforcedMatthew Maurer
2022-02-02[lints] Misc test lint fixesMatthew Maurer
2022-02-02[lints] Handle all errorsMatthew Maurer
2022-02-02[lints] Remove unused mutMatthew Maurer
2022-02-02[lints] Remove or tag unused variablesMatthew Maurer
2022-02-02[lints] Remove unused importsMatthew Maurer
2022-01-28Merge "uci-rust: Rename the traits/implementation/mock of EventManger"TreeHugger Robot
2022-01-27uwb(uci-rust): Merge UCI stack with Android S AOSP stackRoshan Pius
2022-01-27uci-rust: Rename the traits/implementation/mock of EventMangerChih-Yu Huang
2022-01-26uwb(uci-rust): Implement vendor uci cmd/rsp/ntfRoshan Pius
2022-01-25uwb(uci-rust): Use {Packet} instead of {Packet}BuilderRoshan Pius
2022-01-21Added a new trait which is implemented by EventManager and EventManagerTest.Shreshta Manu
2022-01-21Fixing minor typosAlain Michaud
2022-01-19Handle multicast list update status notificationShreshta Manu
2022-01-18uwb(jni-rust): Cache classloader for creating uwb class objectsRoshan Pius
2022-01-17uwb(pdl): Some minor fixes/renames in PDLRoshan Pius
2022-01-14Handle Uci notification packets sent from Uwb chipShreshta Manu
2021-12-20Add code to call back to the JNI.Joel Galenson