History log of /system/libhidl/base/HidlInternal.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
384792b1ed77d03d7a76f1de6880a812a0073802 20-Jun-2017 Steven Moreland <smoreland@google.com> Initialize all HidlInstrumentor fields.

Also fixed variable names to match style of libhidl.

Test: marlin boots
Bug: 62620657
Change-Id: Ica577a464676c94ebff91b5adb0c6956d9865c7f
/system/libhidl/base/HidlInternal.cpp
819c05d28de72983177620902990dff360e80e73 07-Apr-2017 Steven Moreland <smoreland@google.com> Remove dependency on libhidl-gen-utils.

Test: hidl_test + (sanity) hidl_test_java
Test: VtsHalVibratorV1_0TargetProfiling
Test: internal marlin boots up w/o errors
Test: (sanity) YouTube/Camera works
Bug: 37107636
Change-Id: I9b3a47d17ff3d594282bc3a28cd81463c3b1ac0f
/system/libhidl/base/HidlInternal.cpp
b7370304cbf33a6ff53ec3955cda0bf18920df48 08-Mar-2017 Hridya Valsaraju <hridya@google.com> Remove liblog usage in MQDescriptor.h

Also remove hidl_log_base class since static methods
in child classes will not be able to invoke
logAlwaysFatal().

Bug: 36070915
Test: hidl_test passes.
Change-Id: I90e8982698920e6710f7bc8e533e4eccdf3a35c7
/system/libhidl/base/HidlInternal.cpp
ead33e2b4cb281a1be53e44a6621d9ec959f4a33 22-Feb-2017 Steven Moreland <smoreland@google.com> Fix unused variable warnings.

Variables unused when specific flag is off.

Test: pass
Change-Id: I71638c1050ca655ef0932bb799d9777472a462d7
/system/libhidl/base/HidlInternal.cpp
7a57de61a2017790b61ac211729a3b275f29c9ba 15-Feb-2017 Zhuoyao Zhang <zhuoyao@google.com> Revert "Revert "Move HidlInstrumentor to HidlInternal and namespace details.""

This reverts commit f9fd88291caa3a2bab89c1b8ff128b1659da81b4.
Test: make libhidlbase
Change-Id: I85eb85bd9e89c28026e9865f799dce2b0df584fc
/system/libhidl/base/HidlInternal.cpp
f9fd88291caa3a2bab89c1b8ff128b1659da81b4 15-Feb-2017 Zhuoyao Zhang <zhuoyao@google.com> Revert "Move HidlInstrumentor to HidlInternal and namespace details."

This reverts commit f509befb751b01701f6157b32c3a332abc237b2b.

Change-Id: I0770e5a7d5cea3d42a97d664fcc3ad2f1f7414f7
/system/libhidl/base/HidlInternal.cpp
f509befb751b01701f6157b32c3a332abc237b2b 14-Feb-2017 Zhuoyao Zhang <zhuoyao@google.com> Move HidlInstrumentor to HidlInternal and namespace details.

Bug:34644498
Test: run vts -m VibratorHidlTargetProfilingTest
Change-Id: Ifd20e60cf7148c0b4e060802dc7b7653add2b5a4
/system/libhidl/base/HidlInternal.cpp
337c3ae7f5ce6e94d6ccaaa7fb4ac92c4069b2dd 22-Nov-2016 Steven Moreland <smoreland@google.com> Cleanup Return object.

- Expose isOk() instead of having to say getStatus().isOk()
- Add 'get' function which checks to make sure content is valid.
- Mark implicit cast operator as deprecated.

Bug: 32744406
Bug: 31348667
Test: hidl_test
Change-Id: I13bfe33b6c1f9b94a372161064a9e913825df959
/system/libhidl/base/HidlInternal.cpp