Home
last modified time | relevance | path

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

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