Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
libhidl
/
1263f652709551250634869fcd9dd25bf8bd9f67
/
base
/
include
/
hidl
/
HidlSupport.h
d76f38d
Merge "Implement hidl_vec::find and hidl_vec::contains" am: 0d2a0dab0e am: 2faddc465e am: 53eb08691c am: c960934c70
by Tomasz Wasilczyk
· 5 years ago
2faddc4
Merge "Implement hidl_vec::find and hidl_vec::contains" am: 0d2a0dab0e
by Tomasz Wasilczyk
· 5 years ago
0d2a0da
Merge "Implement hidl_vec::find and hidl_vec::contains"
by Treehugger Robot
· 5 years ago
93f7592
Implement hidl_vec::find and hidl_vec::contains
by Tomasz Wasilczyk
· 5 years ago
051d0fc
DO NOT MERGE - Merge pie-platform-release (PPRL.190705.004) into master
by Xin Li
· 5 years ago
01a2965
hidl_vec: move elements on resize am: dfbedb8ffb am: 06ef1e772a am: b04213fd4c
by Steven Moreland
· 5 years ago
b04213f
hidl_vec: move elements on resize am: dfbedb8ffb am: 06ef1e772a
by Steven Moreland
· 5 years ago
dfbedb8
hidl_vec: move elements on resize
by Steven Moreland
· 5 years ago
972991f
Zero-initialize hidl_vec data
by Steven Moreland
· 6 years ago
f265872
Zero-init HIDL core types (all)
by Steven Moreland
· 6 years ago
10688bd
hidl_vec/hidl_array add value_type
by Steven Moreland
· 6 years ago
0f5fa06
Merge "hidl_vec/hidl_array add value_type"
by Steven Moreland
· 6 years ago
42cf1b9
hidl_vec/hidl_array add value_type
by Steven Moreland
· 6 years ago
b37de4a
hidl_vec/hidl_array add value_type
by Steven Moreland
· 6 years ago
8473b75
Zero-initialize hidl_vec data am: 97e2d175cf am: 4d05bb9298
by Steven Moreland
· 6 years ago
97e2d17
Zero-initialize hidl_vec data
by Steven Moreland
· 6 years ago
5cc1691
Zero-init HIDL core types (all)
by Steven Moreland
· 6 years ago
cdc4bb8
Tests & stronger guarantees for hidl_* pads.
by Steven Moreland
· 6 years ago
7daef88
Zero-init HIDL core types.
by Steven Moreland
· 6 years ago
6329c3e
Revert "Made hidl_vec(size_t size) explicit"
by Eran Messeri
· 6 years ago
f7e10f4
Made hidl_vec(size_t size) explicit
by Ilya Matyukhin
· 6 years ago
c48d4f6
Allow hidl_vec = initializer list
by Siarhei Vishniakou
· 6 years ago
39d9f88
hidl_enum_range: support const/reverse iteration
by Steven Moreland
· 6 years ago
564a8d2
Adding {read,write}Embedded{From,To} methods for hidl_handle
by Nirav Atre
· 6 years ago
b328f01
hidl_version: add operator!=
by Steven Moreland
· 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
a675212
Introduce hidl_bitfield.
by Steven Moreland
· 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
8e42f5a
Refine HidlMemory
by Howard Chen
· 7 years ago
280af0a
Fix ~HidlMemory
by Howard Chen
· 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
96e9de0
Add size constructor to hidl_vec.
by Steven Moreland
· 7 years ago
fd9ecee
Switch from NULL -> nullptr.
by Stephen Hines
· 7 years ago
9ce2b88
Merge "Suppress misc-macro-parentheses warnings in system/libhidl."
by Chih-Hung Hsieh
· 7 years ago
b30feca
Suppress misc-macro-parentheses warnings in system/libhidl.
by Chih-Hung Hsieh
· 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
e8c36e1
Mark move constructor/assignment noexcept.
by Martijn Coenen
· 7 years ago
eb0c337
Implicit const char* cast removed, operator<< added to hidl_string.
by Scott Randolph
· 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
0c84ab4
Implicit const char* cast removed, operator<< added to hidl_string.
by Scott Randolph
· 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
b737030
Remove liblog usage in MQDescriptor.h
by Hridya Valsaraju
· 8 years ago
4ff88a3
Move toString() methods to android::hardware
by Hridya Valsaraju
· 8 years ago
6d4acb1
Change size_t member of hidl_memory type to uint64_t
by Hridya Valsaraju
· 8 years ago
24332ef
Disable getDebugInfo address leak for production builds.
by Yifan Hong
· 8 years ago
37b3620
getTransport checks interface and instance names.
by Yifan Hong
· 8 years ago
0126889
Add move constructor/assignment operator to hidl_memory
by Hridya Valsaraju
· 8 years ago
a21d84f
hidl_string: allow null cstr
by Steven Moreland
· 8 years ago
7a57de6
Revert "Revert "Move HidlInstrumentor to HidlInternal and namespace details.""
by Zhuoyao Zhang
· 8 years ago
f9fd882
Revert "Move HidlInstrumentor to HidlInternal and namespace details."
by Zhuoyao Zhang
· 8 years ago
f509bef
Move HidlInstrumentor to HidlInternal and namespace details.
by Zhuoyao Zhang
· 8 years ago
551396a
hidl_string: relational operators
by Steven Moreland
· 8 years ago
20273f9
Change getTransportFromManifest to getTransport.
by Yifan Hong
· 8 years ago
93c1e3a
Update HidlInstrumentor.
by Zhuoyao Zhang
· 8 years ago
04b91c0
Fix hidl_handle/hidl_memory ownership semantics.
by Martijn Coenen
· 8 years ago
44c0e57
Add getTransportFromManifest
by Yifan Hong
· 8 years ago
ec0e39d
Revert "Add getTransportFromManifest"
by Yifan Hong
· 8 years ago
fba2495
Add getTransportFromManifest
by Yifan Hong
· 8 years ago
6ffdc2a
Fixed spelling.
by Steven Moreland
· 8 years ago
a2a8184
hidl_string: add operator<
by Steven Moreland
· 8 years ago
337e6b6
Add passthrough service manager.
by Steven Moreland
· 8 years ago
be7a688
add toString() for hidl types.
by Yifan Hong
· 8 years ago
53120f7
hidl_string: Add cstr + length constructor
by Steven Moreland
· 8 years ago
5a643b9
Support dynamically enable profiling.
by Zhuoyao Zhang
· 8 years ago
0f3461d
Permit assignment from a null hidl_memory
by Jeff Tinker
· 8 years ago
9fcbb36
operator== and != for hidl_vec.
by Yifan Hong
· 8 years ago
9b8f9c3
Add (un)linkToDeath to IBase.
by Martijn Coenen
· 8 years ago
ca1d1bf
Fix hidl_vec's constructor with initializer_list doesn't cast size properly.
by Yifan Hong
· 8 years ago
b81c827
Move macros from libhidl[transport] to auto-generated code.
by Yifan Hong
· 8 years ago
19f4db5
hidl_version: Add comparison operators
by Eino-Ville Talvala
· 8 years ago
64fdf4d
fix and expand hidl_vec::iterator; add const_iterator.
by Yifan Hong
· 8 years ago
4b48edc
Silence a -Wshorten-64-to-32 warning.
by Chia-I Wu
· 8 years ago
2cd440c
Hidlize IBase and use IBase instead of IBinder.
by Yifan Hong
· 8 years ago
44ab623
Convert (by copying) hidl_array from and to std::array.
by Yifan Hong
· 8 years ago
3079100
Hidlized version of IMemory.
by Martijn Coenen
· 8 years ago
337c3ae
Cleanup Return object.
by Steven Moreland
· 8 years ago
4d1e9cc
Add support for hidl_handle.
by Martijn Coenen
· 8 years ago
70822ea
Add notifySyspropsChanged to IBase.
by Martijn Coenen
· 8 years ago
bb840f7
Add hidl_vec iterator and hidl_string ==
by Scott Randolph
· 8 years ago
3da6848
Libhidl: Add a constructor to hidl_array.
by Sasha Levitskiy
· 8 years ago
00f4a39
Split libhidl into base and transport.
by Yifan Hong
· 8 years ago
[Renamed from include/hidl/HidlSupport.h]
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
5a68232
Update for ::descriptor -> const char *.
by Steven Moreland
· 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
1e265bb
Remove toBinder from IHidlInterfaceBase.
by Yifan Hong
· 8 years ago
Next »