Searched refs:mProtocol (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/ |
D | NetlinkProtocol.cpp | 23 : mProtocol(protocol), mName(name), mMessageDescrs(toMap(messageDescrs, protocol)) {} in NetlinkProtocol() 28 return mProtocol; in getProtocol()
|
D | NetlinkProtocol.h | 55 const int mProtocol; variable
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/ |
D | Error.h | 29 const int mProtocol;
|
D | Error.cpp | 36 }), mProtocol(protocol) {} 188 ss << ", msg=" << toString({&data.msg, sizeof(data.msg)}, mProtocol, false) << "}"; in toStream()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
D | Socket.cpp | 30 Socket::Socket(int protocol, unsigned pid, uint32_t groups) : mProtocol(protocol) { in Socket() 53 << toString(msg, mProtocol); in send() 106 LOG(VERBOSE) << "received from " << sa.nl_pid << ": " << toString(msg, mProtocol); in receiveFrom()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/ |
D | Socket.h | 222 const int mProtocol;
|