1. eb43c56 build a data flow path to pass hwbinder service name from a py test case by Keun Soo Yim · 8 years ago
  2. c6a5817 update scripts following new vts driver naming convention and add more logging by Keun Soo Yim · 8 years ago
  3. 83f9c7e enable -Wall -Werror in agent by Keun Soo Yim · 8 years ago
  4. 6295065 use component_name to specify a target_component by Keun Soo Yim · 8 years ago
  5. 542efcb use package instead of component_type in case of HIDL_HAL by Keun Soo Yim · 8 years ago
  6. 3e7d314 move packaging rules for hardware/interfacs/tests modules to test/vts by Keun Soo Yim · 8 years ago
  7. 59fb349 use ComponentSpecificationMessage proto (refactoring) by Keun Soo Yim · 8 years ago
  8. eb699fc support all nfc hidl hal apis by Keun Soo Yim · 8 years ago
  9. 913c259 camera hal test case split into v2 and v3 and necessary framework change by Keun Soo Yim · 8 years ago
  10. 109da58 agent and other framework extension to support conventional hal's nested apis by Keun Soo Yim · 8 years ago
  11. b178f29 call getService for HIDL HAL and NFC test case update to print return value by Keun Soo Yim · 8 years ago
  12. baf6a65 Revert "use static libraries when possible" by Keun Soo Yim · 8 years ago
  13. 307da77 use static libraries when possible by Keun Soo Yim · 8 years ago
  14. 322daeb Merge "Revert "switch to static protobuf lib"" by Keun Soo Yim · 8 years ago
  15. ef3a13d Revert "switch to static protobuf lib" by Keun Soo Yim · 8 years ago
  16. e7325de Merge "switch to static protobuf lib" by Keun Soo Yim · 8 years ago
  17. f5d0bca dynamically pick the agent's tcp port for its runner by Keun Soo Yim · 8 years ago
  18. 78d6217 switch to static protobuf lib by Keun Soo Yim · 8 years ago
  19. 2eecdfa produce 32-bit vts agent for legacy devices by Keun Soo Yim · 8 years ago
  20. f5cfa9d skip unncessary logics in vts compiler for hidl hal by Keun Soo Yim · 8 years ago
  21. 90ec35f fixed ltp 32bit tests, by Yuexi Ma · 8 years ago
  22. 9840d71 remove unnecessary build rule for packaging by Keun Soo Yim · 8 years ago
  23. 2da5a81 agent extension to support one shell execution request which by Keun Soo Yim · 8 years ago
  24. a35b727 driver & agent extension for callback arg support by Keun Soo Yim · 8 years ago
  25. 8f3ca75 infra to deliver callback args from driver to agent by Keun Soo Yim · 8 years ago
  26. 7068178 use LOCAL_COMPATIBILITY_SUITE to set the build dependencies by Keun Soo Yim · 8 years ago
  27. e3ae873 agent extension to explicitly consider conv, legacy, and hidl hals by Keun Soo Yim · 8 years ago
  28. 1f340b9 auto c/c++ code formating using clang-format by Keun Soo Yim · 8 years ago
  29. 2901a8c package vts framework binaries (64bit only) as part of android-vts.zip by Keun Soo Yim · 8 years ago
  30. cdfe2c8 end-to-end integration of remote shell control interface by Keun Soo Yim · 8 years ago
  31. 63d6751 runner extension for shell driver by Keun Soo Yim · 8 years ago
  32. a066dd5 agent and runner extension for shell driver by Keun Soo Yim · 8 years ago
  33. 8ae2b48 package agent binary as part of android-vts.zip by Keun Soo Yim · 8 years ago
  34. a9e94ce agent uses the comm lib to communicate with the runner by Keun Soo Yim · 8 years ago
  35. 6d8a16b use unix socket between agent and drivers, and build a lib for that. by Keun Soo Yim · 8 years ago
  36. 14f2272 add a mode to use unix socket between agent and drivers by Keun Soo Yim · 8 years ago
  37. a41c647 Merge "Revert "produce vts_hal_agent binary as part of android-vts.zip"" by Keun Soo Yim · 8 years ago
  38. 9a681f2 Revert "produce vts_hal_agent binary as part of android-vts.zip" by Keun Soo Yim · 8 years ago
  39. 078b177 refactoring: move protobuf to the vts top-level dir by Keun Soo Yim · 8 years ago
  40. 153286e produce vts_hal_agent binary as part of android-vts.zip by Keun Soo Yim · 9 years ago
  41. cbd8c05 actually call the test case defined callback functions by Keun Soo Yim · 9 years ago
  42. 82b2d78 integrate tcp server and the runner/agent by Keun Soo Yim · 9 years ago
  43. a4a6d53 callback support from driver to agent by Keun Soo Yim · 9 years ago
  44. f518585 return the updated call-by-pointer args from stub to runner by Keun Soo Yim · 9 years ago
  45. 8e07a09 blackbox fuzzing mechanisms by Keun Soo Yim · 9 years ago
  46. 04431a9 use gcov to measure the code coverage and return the measured data back by Keun Soo Yim · 9 years ago
  47. a8cf69a dynamically generate host-side data object generator from the spec by Keun Soo Yim · 9 years ago
  48. 34067de Pass args from the host when calling a HAL API and package the return message by Keun Soo Yim · 9 years ago
  49. a61b641 accept a comma-separated target component base dirs by Keun Soo Yim · 9 years ago
  50. 072337b scripts to test locally against an angler device by Keun Soo Yim · 9 years ago
  51. d954268 fix a warning by Keun Soo Yim · 9 years ago
  52. 52f5166 implementation of CALL_FUNCTION by Keun Soo Yim · 9 years ago
  53. feceb4d implementation of GET_HALS, SELECT_HAL, & GET_FUNCTIONS commands by Keun Soo Yim · 9 years ago
  54. b75c841 actually check the fuzzer binder service and create one if not exists by Keun Soo Yim · 9 years ago
  55. ad01d4f fork a child process to handle each new C&C session by Keun Soo Yim · 9 years ago
  56. 3f6e552 Native agent to send a response protobuf message and the runner to parse by Keun Soo Yim · 9 years ago
  57. 154b14f agent to receive protobuf msg over tcp by Keun Soo Yim · 9 years ago
  58. bf80453 hal agent (basic interface) and binder service to the fuzzer from the agent by Keun Soo Yim · 9 years ago