Home
last modified time | relevance | path

Searched refs:kSuperVerbose (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/
H A DSocket.cpp28 static constexpr bool kSuperVerbose = false; variable
51 if constexpr (kSuperVerbose) { in send()
105 if constexpr (kSuperVerbose) { in receiveFrom()
/aosp12/hardware/interfaces/automotive/can/1.0/default/
H A DCanBus.cpp31 static constexpr bool kSuperVerbose = false; variable
37 if (UNLIKELY(kSuperVerbose)) { in send()
315 if (UNLIKELY(kSuperVerbose)) { in onRead()