Home
last modified time | relevance | path

Searched refs:MAX_LINE_LENGTH (Results 1 – 5 of 5) sorted by relevance

/system/tools/hidl/
DFormattingConstants.h22 constexpr size_t MAX_LINE_LENGTH = 100; variable
DMethod.cpp278 WrappedOutput wrappedOutput(MAX_LINE_LENGTH); in emitHidlDefinition()
/system/bt/btif/src/
Dbtif_debug_btsnoop.cc225 constexpr uint8_t MAX_LINE_LENGTH = 128; in btif_debug_btsnoop_dump() local
226 if (line_length >= MAX_LINE_LENGTH) { in btif_debug_btsnoop_dump()
/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc51 static const uint8_t MAX_LINE_LENGTH = 128; variable
202 if (line_length >= MAX_LINE_LENGTH) { in debug_nfcsnoop_dump()
/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp318 WrappedOutput wrappedOutput(MAX_LINE_LENGTH); in emitAidl()