Home
last modified time | relevance | path

Searched refs:isExtendedId (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/
DCanBus.cpp45 if (message.isExtendedId) frame.can_id |= CAN_EFF_FLAG; in send()
246 bool isExtendedId) { in match() argument
254 satisfiesFilterFlag(rule.extendedFormat, isExtendedId); in match()
312 message.isExtendedId = (frame.can_id & CAN_EFF_FLAG) != 0; in onRead()
322 message.isExtendedId)) in onRead()
/hardware/interfaces/automotive/can/1.0/tools/
Dcanhaldump.cpp44 if (message.isExtendedId) msgIdWidth = 8; in onReceive()
Dcanhalsend.cpp87 canmsg.isExtendedId = true; in parseCanMessage()
/hardware/interfaces/automotive/can/1.0/default/tests/fuzzer/
DAutomotiveCanV1_0Fuzzer.cpp152 msg.isExtendedId = mFuzzedDataProvider->ConsumeBool(); in invokeBus()
/hardware/interfaces/automotive/can/1.0/
Dtypes.hal69 bool isExtendedId;
/hardware/interfaces/automotive/can/1.0/vts/functional/
DVtsHalCanBusVirtualV1_0TargetTest.cpp159 msg.isExtendedId = extended; in makeMessage()