Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
libhidl
/
cd9bef73b26d0518d15b88399ff5d288e015a358
/
base
564a8d2
Adding {read,write}Embedded{From,To} methods for hidl_handle
by Nirav Atre
· 6 years ago
277f977
Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 6 years ago
2505641
HIDL templated destructor
by Nirav Atre
· 6 years ago
b328f01
hidl_version: add operator!=
by Steven Moreland
· 6 years ago
f80cad9
Merge "Don't call the destructor on the base class."
by Steven Moreland
· 6 years ago
af78948
Don't call the destructor on the base class.
by Alec Edgington
· 6 years ago
86ae999
Allow libhidl to be used in recovery
by Jerry Zhang
· 6 years ago
2f2c963
hidl_enum_iterator: deprecate w/ message
by Steven Moreland
· 7 years ago
5f3a8cf
Replace hidl_enum_{iterator -> range}.
by Steven Moreland
· 7 years ago
ed4c5d0
Remove extra semicolon at end of namespace
by Pirama Arumuga Nainar
· 7 years ago
57c6fcb
Add earlier CHECK in hidl_string
by Steven Moreland
· 7 years ago
e8f8259
Imporve hidl profiling.
by Zhuoyao Zhang
· 7 years ago
a675212
Introduce hidl_bitfield.
by Steven Moreland
· 7 years ago
1f04810
Insert vndk version to hal library path strings
by Justin Yun
· 7 years ago
62a38df
Fix comparisson operation of const char* with hidl_string
by Janis Danisevskis
· 7 years ago
abce0c7
Add global definition of hidl_enum_iterator.
by Steven Moreland
· 7 years ago
de6c76a
Add environment flag to disable gcov path config.
by Ryan Campbell
· 7 years ago
8e42f5a
Refine HidlMemory
by Howard Chen
· 7 years ago
280af0a
Fix ~HidlMemory
by Howard Chen
· 7 years ago
0abe5aa
libhidlbase / libhidltransport is static
by Yifan Hong
· 7 years ago
21d59d9
Support gcov flushing in libhidlbase.
by Ryan Campbell
· 7 years ago
9889380
Fix copyFrom overflow when arg is UINT32_MAX.
by Steven Moreland
· 7 years ago
3f8c416
Better constructors for hidl_memory.
by Steven Moreland
· 7 years ago
9bc35c4
Add HidlMemory
by Howard Chen
· 7 years ago
aa661fc
Remove flaky test and clarify documentation.
by Steven Moreland
· 7 years ago
0dab326
Initialize uninitialized var in SynchronizedQueue.
by Steven Moreland
· 7 years ago
96e9de0
Add size constructor to hidl_vec.
by Steven Moreland
· 7 years ago
fd9ecee
Switch from NULL -> nullptr.
by Stephen Hines
· 7 years ago
ff189a0
libhidladapter: Support for HIDL adapters
by Steven Moreland
· 7 years ago
10618f3
Pad hidl_pointer in all cases.
by Steven Moreland
· 7 years ago
0542004
TaskRunner: name the threads
by Chia-I Wu
· 7 years ago
56eb149
Add /system/lib/vndk-sp/hw to search paths for HAL impls
by Jiyong Park
· 7 years ago
806505e
Merge "Fix clang-tidy performance-* warnings in system/libhidl."
by Treehugger Robot
· 7 years ago
b0f52a0
Merge "Remove clang: true"
by Treehugger Robot
· 7 years ago
41649d5
Fix clang-tidy performance-* warnings in system/libhidl.
by Chih-Hung Hsieh
· 7 years ago
932de1e
Merge "Create thread in passthrough objects lazily." am: 546ebf4c7d
by Steven Moreland
· 7 years ago
c03f943
Create thread in passthrough objects lazily.
by Steven Moreland
· 7 years ago
613bf57
Remove clang: true
by Lennart Wieboldt
· 7 years ago
4617ff6
Merge "Expose HidlInstrumentor data." am: 1ba6751d20
by Steven Moreland
· 7 years ago
1ba6751
Merge "Expose HidlInstrumentor data."
by Treehugger Robot
· 7 years ago
a29d03a
Expose HidlInstrumentor data.
by Steven Moreland
· 7 years ago
d0329fe
Replace soong variables with cc_defaults. am: c75fc62c3a
by Steven Moreland
· 7 years ago
51e7c1c
Mark hidl libs as VNDK or VNDK-SP in Android.bp am: 74f6593212
by Justin Yun
· 7 years ago
c75fc62
Replace soong variables with cc_defaults.
by Steven Moreland
· 7 years ago
74f6593
Mark hidl libs as VNDK or VNDK-SP in Android.bp
by Justin Yun
· 7 years ago
9ce2b88
Merge "Suppress misc-macro-parentheses warnings in system/libhidl."
by Chih-Hung Hsieh
· 7 years ago
22673d2
Merge "Suppress misc-macro-parentheses warnings in system/libhidl."
by Treehugger Robot
· 7 years ago
8916d3a
Merge "Add support for coverage flushing." am: ae0e2fc891
by Ryan Campbell
· 7 years ago
ae0e2fc
Merge "Add support for coverage flushing."
by Ryan Campbell
· 7 years ago
b30feca
Suppress misc-macro-parentheses warnings in system/libhidl.
by Chih-Hung Hsieh
· 7 years ago
f910a6e
Fix typo in BsFoo tag comment. am: 396f195c52
by Steven Moreland
· 7 years ago
69aff75
Add support for coverage flushing.
by Ryan Campbell
· 7 years ago
396f195
Fix typo in BsFoo tag comment.
by Steven Moreland
· 7 years ago
41a206a
Merge "Add tags for hidl interfaces." am: 1b8051072b
by Steven Moreland
· 7 years ago
5f82d3e
Add tags for hidl interfaces.
by Steven Moreland
· 7 years ago
2801531
Add range constructor to hidl_vec. am: a9f6073068
by Tomasz Wasilczyk
· 7 years ago
a9f6073
Add range constructor to hidl_vec.
by Tomasz Wasilczyk
· 7 years ago
019fa8d
isDeadObject conditionally sets mCheckedStatus. am: 13f7f62af6 am: cdde11fc29
by Steven Moreland
· 7 years ago
13f7f62
isDeadObject conditionally sets mCheckedStatus.
by Steven Moreland
· 7 years ago
93fa30e
Initialize all HidlInstrumentor fields. am: 384792b1ed
by Steven Moreland
· 7 years ago
384792b
Initialize all HidlInstrumentor fields.
by Steven Moreland
· 7 years ago
91950f1
Merge "Mark move constructor/assignment noexcept." into oc-dev am: ba8b925011
by Martijn Coenen
· 7 years ago
e8c36e1
Mark move constructor/assignment noexcept.
by Martijn Coenen
· 7 years ago
f28c4d8
Merge "TaskRunner: move implementation to cpp" am: 13732d54ff am: 5eb37088c5
by Steven Moreland
· 8 years ago
0540d28
TaskRunner: move implementation to cpp
by Steven Moreland
· 8 years ago
bbf3d92
Merge "Include failure reasons in FATAL logging." am: 57c78074bd am: fd72194b3a
by Elliott Hughes
· 8 years ago
57c7807
Merge "Include failure reasons in FATAL logging."
by Elliott Hughes
· 8 years ago
ea6fb39
Merge "libhidlbase: don't export libbase" am: fe003b3cfe am: 1ab6d60c8d
by Steven Moreland
· 8 years ago
0e55b45
Include failure reasons in FATAL logging.
by Elliott Hughes
· 8 years ago
141a4d3
libhidlbase: don't export libbase
by Steven Moreland
· 8 years ago
48458cb
Merge "libhidl: add withDefault" am: 114d71cae7 am: 766030761a am: c7488fab36
by Steven Moreland
· 8 years ago
4917296
libhidl: add withDefault
by Steven Moreland
· 8 years ago
686f611
libhidl: export cutils headers
by Steven Moreland
· 8 years ago
647c0af
Mark as vendor_available
by Steven Moreland
· 8 years ago
e038a71
libhidl: export cutils headers
by Steven Moreland
· 8 years ago
eb0c337
Implicit const char* cast removed, operator<< added to hidl_string.
by Scott Randolph
· 8 years ago
6ae1f61
Mark as vendor_available
by Steven Moreland
· 8 years ago
89308d0
Merge "Remove unused include in MQDescriptor.h of utils/Log.h."
by Treehugger Robot
· 8 years ago
da8e617
Remove dependency on libhidl-gen-utils.
by Steven Moreland
· 8 years ago
28ee5d9
Merge "Remove dependency on libhidl-gen-utils." into oc-dev
by Steven Moreland
· 8 years ago
3d17632
Merge "Remove unused include in MQDescriptor.h of utils/Log.h." into oc-dev
by TreeHugger Robot
· 8 years ago
f022e5b
Remove unused include in MQDescriptor.h of utils/Log.h.
by Dan Willemsen
· 8 years ago
8a9b8ab
Merge "libhidl: remove libvintf dependency"
by Steven Moreland
· 8 years ago
819c05d
Remove dependency on libhidl-gen-utils.
by Steven Moreland
· 8 years ago
40ccc88
Merge "Implicit const char* cast removed, operator<< added to hidl_string." into oc-dev
by Scott Randolph
· 8 years ago
330e3e2
libhidl: remove libvintf dependency
by Steven Moreland
· 8 years ago
c601c5f
libhidl: remove libvintf dependency
by Steven Moreland
· 8 years ago
cccef01
Remove unused include in MQDescriptor.h of utils/Log.h.
by Dan Willemsen
· 8 years ago
8476eb8
Merge "Fix getService should retry on DEAD_OBJECT"
by Yifan Hong
· 8 years ago
a7b2bb7
Fix getService should retry on DEAD_OBJECT
by Yifan Hong
· 8 years ago
6cd7d98
Fix getService should retry on DEAD_OBJECT
by Yifan Hong
· 8 years ago
0c84ab4
Implicit const char* cast removed, operator<< added to hidl_string.
by Scott Randolph
· 8 years ago
2c046f8
Merge "Check if alignment to word boundary would cause an overflow" into oc-dev
by TreeHugger Robot
· 8 years ago
b088500
Check if alignment to word boundary would cause an overflow
by Hridya Valsaraju
· 8 years ago
2143e74
Check if alignment to word boundary would cause an overflow
by Hridya Valsaraju
· 8 years ago
6688d60
Ensure proper alignment of hidl_handle's fields.
by Andreas Huber
· 8 years ago
6b9cc69
Ensure proper alignment of hidl_handle's fields.
by Andreas Huber
· 8 years ago
cd1bd11
Merge changes from topic 'taskrunner_details' am: f11ca98fa0 am: aac2688822
by Yifan Hong
· 8 years ago
6f66754
TaskRunner starts the background thread only when needed
by Yifan Hong
· 8 years ago
8184c12
Simplify the implementation of TaskRunner.
by Yifan Hong
· 8 years ago
Next »