Home
last modified time | relevance | path

Searched refs:rtr (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/tests/fuzzer/
DAutomotiveCanV1_0Fuzzer.cpp163 filterVector[k].rtr = in invokeBus()
166 filterVector[k].rtr = in invokeBus()
/hardware/interfaces/automotive/can/1.0/
Dtypes.hal87 FilterFlag rtr;
90 /** 'exclude' *DOES* apply to rtr and extendedFormat! */
/hardware/interfaces/automotive/can/1.0/default/
DCanBus.cpp253 satisfiesFilterFlag(rule.rtr, isRtr) && in match()
/hardware/interfaces/automotive/can/1.0/vts/functional/
DVtsHalCanBusVirtualV1_0TargetTest.cpp155 static CanMessage makeMessage(CanMessageId id, bool rtr, bool extended) { in makeMessage() argument
158 msg.remoteTransmissionRequest = rtr; in makeMessage()