- 00f4a39 Split libhidl into base and transport. by Yifan Hong · 8 years ago
- 4ca39a0 Make hidl_vec/hidl_string safe for 32<->64 IPC. by Martijn Coenen · 8 years ago
- 7f97f44 Separate HidlSupport.h to HidlSupportTransport.h by Yifan Hong · 8 years ago
- b69926a Allow hidl_vec initializer to take arbitrary type. by Steven Moreland · 8 years ago
- 9fbfe47 Add initializer list to hidl_vec. by Steven Moreland · 8 years ago
- 089ae13 move read/writeEmbeddedFrom/ToParcel from hidl_string, hidl_vec, MQDescriptor by Yifan Hong · 8 years ago
- 3a78b44 Merge "Split defaultPassthroughServiceImplementation into reusable parts" by Mikhail Naganov · 8 years ago
- 323ae41 Merge "Update for ::descriptor -> const char *." by Treehugger Robot · 8 years ago
- e77d32a Update comment on preexisting registrations. by Steven Moreland · 8 years ago
- 5a68232 Update for ::descriptor -> const char *. by Steven Moreland · 8 years ago
- 965aa98 Split defaultPassthroughServiceImplementation into reusable parts by Mikhail Naganov · 8 years ago
- 40ede2c Update for getting service notifications. by Steven Moreland · 8 years ago
- c1a60ef Rename IHidlInterfaceBase to IBase by Yifan Hong · 8 years ago
- ec4f9f5 Merge "Listing APIs in IServiceManager.hal." by Treehugger Robot · 8 years ago
- 1e265bb Remove toBinder from IHidlInterfaceBase. by Yifan Hong · 8 years ago
- f1d03c7 Listing APIs in IServiceManager.hal. by Steven Moreland · 8 years ago
- f0cc097 Update for namespaced services in hwservicemanager. by Steven Moreland · 8 years ago
- 7affbd3 Merge "Remove failure retry from getService." by Treehugger Robot · 8 years ago
- 54e7405 Merge "Cleanup error messages from HidlInstrumentor." by Treehugger Robot · 8 years ago
- b8573e1 Remove failure retry from getService. by Steven Moreland · 8 years ago
- 7096f54 Cleanup error messages from HidlInstrumentor. by Steven Moreland · 8 years ago
- 2d73224 Support genrules with multiple tools by Colin Cross · 8 years ago
- 5d5ef7f Update for hidlized hwservicemanager. by Steven Moreland · 8 years ago
- 6b1f0cd Merge "Support customize the path to lookup for hidl instrumenation libraries." by Zhuoyao Zhang · 8 years ago
- 31f2db8 Renamed libhidl-test to libhidl_test by Yifan Hong · 8 years ago
- cefbd6e InstrumentationEvents for passthrough callbacks. by Steven Moreland · 8 years ago
- 190e429 Add casting and toBinder method to all interfaces. by Yifan Hong · 8 years ago
- 5708fb4 Fix asymmetry in hidl_string::operator== by Yifan Hong · 8 years ago
- 5e2318c Add TaskRunner to manage the thread for Bs*. by Yifan Hong · 8 years ago
- 8bed09f Support customize the path to lookup for hidl instrumenation libraries. by Zhuoyao Zhang · 8 years ago
- b93f050 Add license to libhidl and libhidl-test. by Yifan Hong · 8 years ago
- 2c163ee Make the wrapped Value of Status const accessible by Janis Danisevskis · 8 years ago
- d3ddf62 Fix memory leak in hidl_vec move semantic by Janis Danisevskis · 8 years ago
- a3c3184 IHidlInterfaceBase is the base class for all interfaces. by Yifan Hong · 8 years ago
- 602b85a Add conversion methods to hidl_string and hidl_vec by Yifan Hong · 8 years ago
- 270cb50 Don't retry getting binderized services without servicemanager. by Martijn Coenen · 8 years ago
- e03c087 Add conversion constructor for hidl_string. by Steven Moreland · 8 years ago
- aa4455d Merge "Create HidlInstrumentor to wrap the instrumentation related code." by Zhuoyao Zhang · 8 years ago
- 28e03af Create HidlInstrumentor to wrap the instrumentation related code. by Zhuoyao Zhang · 8 years ago
- 454292d Merge "Add unsynchronized write flavor to MQDescriptor" by Treehugger Robot · 8 years ago
- dd971e8 Merge "Add defaultPassthroughServiceImplementation." by Treehugger Robot · 8 years ago
- 5657578 Add unsynchronized write flavor to MQDescriptor by Hridya Valsaraju · 8 years ago
- 4f6935c Add defaultPassthroughServiceImplementation. by Steven Moreland · 8 years ago
- e229901 hidl_vec: optionally pass buffer ownership in setToExternal by Alexey Polyudov · 8 years ago
- 1055ed2 Merge changes from topic 'hidl_vec' by Alexey Polyudov · 8 years ago
- 4c91f3d Remove unused header file by Wei Wang · 8 years ago
- c98a99c hidl_vec: relinquish internal buffer ownership by Alexey Polyudov · 8 years ago
- 6f0c9a1 hidl_vec: add data() method by Alexey Polyudov · 8 years ago
- 0ebdbe8 hidl_vec: implement move semantics by Alexey Polyudov · 8 years ago
- 666b76b Fix compiler warnings. by Chia-I Wu · 8 years ago
- b1d8d4c Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
- ea2b985 Merge "Adds hidl_array<T, SIZE1, SIZE...>::size() API" by Treehugger Robot · 8 years ago
- 00a985c Adds hidl_array<T, SIZE1, SIZE...>::size() API by Andreas Huber · 8 years ago
- d86a742 Merge "Allow various kinds of MQDescriptor." by Treehugger Robot · 8 years ago
- c2d231c Merge "Introduces hidl_array<T, SIZE ...>, a flat, possibly multi-dimensional array" by Treehugger Robot · 8 years ago
- 24fb4e2 Allow various kinds of MQDescriptor. by Hridya Valsaraju · 8 years ago
- e6b6ae6 Merge "Convert to Android.bp" by Dan Willemsen · 8 years ago
- 20dce08 Introduces hidl_array<T, SIZE ...>, a flat, possibly multi-dimensional array by Andreas Huber · 8 years ago
- 6365a87 Convert to Android.bp by Dan Willemsen · 8 years ago
- b42ce26 libhidl: modify getService by Iliyan Malchev · 8 years ago
- 62bb7a0 Add another constructor to MQDescriptor. by Hridya Valsaraju · 8 years ago
- 4fe70f0 Remove implementation-specific code for FMQ from libhidl by Hridya Valsaraju · 8 years ago
- 7e1286c Add utility methods to support hidl instrumentation. by Zhuoyao Zhang · 8 years ago
- 7391bc3 Wrap passthrough mode impl in Bs##INTERFACE by Steven Moreland · 8 years ago
- 7e3a2a2 Added threadsafe queue. by Steven Moreland · 8 years ago
- 692070a libhidl: explicitly include needed headers in HidlSupport.h by Iliyan Malchev · 8 years ago
- 770d91c ProcessState init fails when /dev/hwbinder is not RW-accessible by Iliyan Malchev · 8 years ago
- 0a45128 move to new MQDescriptor. by Andreas Huber · 8 years ago
- 0bacb86 Merge "Don't initialize ProcessState without /dev/hwbinder." by Treehugger Robot · 8 years ago
- 097a767 Remove version from getService/registerAsService(). by Martijn Coenen · 8 years ago
- f7a651d Remove String16 from client-facing code. by Martijn Coenen · 8 years ago
- bdf2666 getService needs to load default implementation. by Steven Moreland · 8 years ago
- 170c189 libhidl: introduce Return<void> by Iliyan Malchev · 8 years ago
- 277f061 Don't initialize ProcessState without /dev/hwbinder. by Martijn Coenen · 8 years ago
- ddedfae Merge "Move Status to libhidl." by TreeHugger Robot · 8 years ago
- bb5e9bb Move Status to libhidl. by Martijn Coenen · 8 years ago
- 44669ca remove vts suite tag by Keun Soo Yim · 8 years ago
- 38ff790 Merge "Deal with split between IFoo and IHwFoo." by Iliyan Malchev · 8 years ago
- c28f115 Deal with split between IFoo and IHwFoo. by Martijn Coenen · 8 years ago
- bacf9df Apache2 module license. by Martijn Coenen · 8 years ago
- ebfeb36 Expose offset of private member hidl_string::mBuffer. by Andreas Huber · 8 years ago
- 7211016 Move HidlSupport and IServiceManager from libhwbinder. by Martijn Coenen · 8 years ago
- 12cb797 Initial empty repository by Thomas Joseph Avila · 8 years ago