Home
last modified time | relevance | path

Searched refs:getContentsSize (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/
DMessageDefinition.cpp45 size_t MessageDescriptor::getContentsSize() const { in getContentsSize() function in android::nl::protocols::MessageDescriptor
DMessageDefinition.h147 size_t getContentsSize() const;
/hardware/interfaces/automotive/can/1.0/default/libnl++/
Dprinter.cpp200 for (auto attr : hdr.data<nlattr>(msgDesc.getContentsSize())) { in toString()