Searched defs:HidlTypeAssertion (Results 1 - 2 of 2) sorted by path

/system/tools/hidl/
H A DHidlTypeAssertion.cpp17 #include "HidlTypeAssertion.h"
32 HidlTypeAssertion::HidlTypeAssertion(const char *name, size_t size) function in class:android::HidlTypeAssertion
37 size_t HidlTypeAssertion::size() const {
41 void HidlTypeAssertion::EmitAll(Formatter &out) {
H A DHidlTypeAssertion.h27 // Declare a HidlTypeAssertion at static scope to enforce a size requirement
31 struct HidlTypeAssertion { struct in namespace:android
32 HidlTypeAssertion(const char *name, size_t size);
41 DISALLOW_COPY_AND_ASSIGN(HidlTypeAssertion);

Completed in 45 milliseconds