1. 6b9cc69 Ensure proper alignment of hidl_handle's fields. by Andreas Huber · 7 years ago
  2. 6f66754 TaskRunner starts the background thread only when needed by Yifan Hong · 7 years ago
  3. 8184c12 Simplify the implementation of TaskRunner. by Yifan Hong · 7 years ago
  4. 0a35139 Move TaskRunner and SynchronizedQueue to details by Yifan Hong · 7 years ago
  5. b737030 Remove liblog usage in MQDescriptor.h by Hridya Valsaraju · 7 years ago
  6. 4ff88a3 Move toString() methods to android::hardware by Hridya Valsaraju · 7 years ago
  7. 72db40f Status.h: remove service specific error codes. by Steven Moreland · 7 years ago
  8. 6d4acb1 Change size_t member of hidl_memory type to uint64_t by Hridya Valsaraju · 7 years ago
  9. 24332ef Disable getDebugInfo address leak for production builds. by Yifan Hong · 7 years ago
  10. af4e43c return_status::checkStatus => assertOk by Yifan Hong · 7 years ago
  11. 705e5da Update for providing architecture info by Yifan Hong · 7 years ago
  12. 37b3620 getTransport checks interface and instance names. by Yifan Hong · 7 years ago
  13. 0126889 Add move constructor/assignment operator to hidl_memory by Hridya Valsaraju · 7 years ago
  14. ed4e714 Remove getNativeHandle() and getGrantors() by Hridya Valsaraju · 7 years ago
  15. 603cde9 make Return<T> non-copyable. by Yifan Hong · 7 years ago
  16. c43bd9d Add move constructor and move operator= to Return<T>. by Yifan Hong · 7 years ago
  17. a21d84f hidl_string: allow null cstr by Steven Moreland · 7 years ago
  18. 7a57de6 Revert "Revert "Move HidlInstrumentor to HidlInternal and namespace details."" by Zhuoyao Zhang · 7 years ago
  19. f9fd882 Revert "Move HidlInstrumentor to HidlInternal and namespace details." by Zhuoyao Zhang · 7 years ago
  20. f509bef Move HidlInstrumentor to HidlInternal and namespace details. by Zhuoyao Zhang · 7 years ago
  21. c43ccae Merge "hidl_string: relational operators" by Treehugger Robot · 7 years ago
  22. 551396a hidl_string: relational operators by Steven Moreland · 7 years ago
  23. dda2562 Modify hidl_pointer default constructor by Hridya Valsaraju · 7 years ago
  24. 20273f9 Change getTransportFromManifest to getTransport. by Yifan Hong · 7 years ago
  25. 93c1e3a Update HidlInstrumentor. by Zhuoyao Zhang · 8 years ago
  26. 04b91c0 Fix hidl_handle/hidl_memory ownership semantics. by Martijn Coenen · 8 years ago
  27. 44c0e57 Add getTransportFromManifest by Yifan Hong · 8 years ago
  28. ec0e39d Revert "Add getTransportFromManifest" by Yifan Hong · 8 years ago
  29. fba2495 Add getTransportFromManifest by Yifan Hong · 8 years ago
  30. 6ffdc2a Fixed spelling. by Steven Moreland · 8 years ago
  31. a2a8184 hidl_string: add operator< by Steven Moreland · 8 years ago
  32. 337e6b6 Add passthrough service manager. by Steven Moreland · 8 years ago
  33. e780c45 Better error message when hidl call fails. by Steven Moreland · 8 years ago
  34. 45eb91d Force alignment for GrantorDescriptor struct. by Hridya Valsaraju · 8 years ago
  35. be7a688 add toString() for hidl types. by Yifan Hong · 8 years ago
  36. 10b6007 Merge "hidl_string: Add cstr + length constructor" by Treehugger Robot · 8 years ago
  37. 53120f7 hidl_string: Add cstr + length constructor by Steven Moreland · 8 years ago
  38. dfb50c3 Merge "Align all shared memory offsets to word boundary." by Treehugger Robot · 8 years ago
  39. 5d148b3 Align all shared memory offsets to word boundary. by Hridya Valsaraju · 8 years ago
  40. dae2db6 Merge "Support dynamically enable profiling." by Zhuoyao Zhang · 8 years ago
  41. 5a643b9 Support dynamically enable profiling. by Zhuoyao Zhang · 8 years ago
  42. f85a177 Merge "Revert "Revert "Remove getStatus from Return<*>.""" by Treehugger Robot · 8 years ago
  43. f7fdb09 Revert "Revert "Remove getStatus from Return<*>."" by Steven Moreland · 8 years ago
  44. 33eb6bd Merge "Revert "Remove getStatus from Return<*>."" by Steven Moreland · 8 years ago
  45. 7803967 Revert "Remove getStatus from Return<*>." by Steven Moreland · 8 years ago
  46. 11f82b7 Merge "Permit assignment from a null hidl_memory" by Treehugger Robot · 8 years ago
  47. 0f3461d Permit assignment from a null hidl_memory by Jeff Tinker · 8 years ago
  48. c25de84 Remove getStatus from Return<*>. by Steven Moreland · 8 years ago
  49. d272cb9 Callback elision for HIDL interfaces. by Martijn Coenen · 8 years ago
  50. 7e6404d Add templatization to MQDescriptor by Hridya Valsaraju · 8 years ago
  51. 0e326a0 Create a default MQDescriptor constructor. by Hridya Valsaraju · 8 years ago
  52. baf52d2 Merge "operator== and != for hidl_vec." by Treehugger Robot · 8 years ago
  53. 1e29797 Merge "Add a parameter to allow EventFlag configuration." by Treehugger Robot · 8 years ago
  54. 9ec5730 Add a parameter to allow EventFlag configuration. by Hridya Valsaraju · 8 years ago
  55. 9fcbb36 operator== and != for hidl_vec. by Yifan Hong · 8 years ago
  56. 49831bf Merge "Remove String8 from Status. Add description to Return<T>." by Yifan Hong · 8 years ago
  57. 9b8f9c3 Add (un)linkToDeath to IBase. by Martijn Coenen · 8 years ago
  58. 43298f9 Remove String8 from Status. Add description to Return<T>. by Yifan Hong · 8 years ago
  59. ca1d1bf Fix hidl_vec's constructor with initializer_list doesn't cast size properly. by Yifan Hong · 8 years ago
  60. b81c827 Move macros from libhidl[transport] to auto-generated code. by Yifan Hong · 8 years ago
  61. 9e0a6d1 Merge "hidl_version: Add comparison operators" by Treehugger Robot · 8 years ago
  62. 19f4db5 hidl_version: Add comparison operators by Eino-Ville Talvala · 8 years ago
  63. 7596933 Return<T>: fail hard on unchecked error. by Steven Moreland · 8 years ago
  64. cbc1020 Merge "fix and expand hidl_vec::iterator; add const_iterator." by Treehugger Robot · 8 years ago
  65. 64fdf4d fix and expand hidl_vec::iterator; add const_iterator. by Yifan Hong · 8 years ago
  66. 150727b Merge "Use hidl_pointer<native_handle_t> in MQDescriptor" by Treehugger Robot · 8 years ago
  67. 4484344 Use hidl_pointer<native_handle_t> in MQDescriptor by Hridya Valsaraju · 8 years ago
  68. c825686 Merge "Remove explicit cast from Return<*>." by Yifan Hong · 8 years ago
  69. 4b48edc Silence a -Wshorten-64-to-32 warning. by Chia-I Wu · 8 years ago
  70. 1cfaee7 Remove explicit cast from Return<*>. by Steven Moreland · 8 years ago
  71. 2cd440c Hidlize IBase and use IBase instead of IBinder. by Yifan Hong · 8 years ago
  72. 44ab623 Convert (by copying) hidl_array from and to std::array. by Yifan Hong · 8 years ago
  73. 3079100 Hidlized version of IMemory. by Martijn Coenen · 8 years ago
  74. 337c3ae Cleanup Return object. by Steven Moreland · 8 years ago
  75. 4d1e9cc Add support for hidl_handle. by Martijn Coenen · 8 years ago
  76. 70822ea Add notifySyspropsChanged to IBase. by Martijn Coenen · 8 years ago
  77. bb840f7 Add hidl_vec iterator and hidl_string == by Scott Randolph · 8 years ago
  78. 3da6848 Libhidl: Add a constructor to hidl_array. by Sasha Levitskiy · 8 years ago
  79. 00f4a39 Split libhidl into base and transport. by Yifan Hong · 8 years ago