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.cc42 static const uint8_t MAX_LINE_LENGTH = 128; variable
218 if (line_length >= MAX_LINE_LENGTH) { in btif_debug_btsnoop_dump()
/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc41 static const uint8_t MAX_LINE_LENGTH = 128; variable
179 if (line_length >= MAX_LINE_LENGTH) { in debug_nfcsnoop_dump()
/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp258 WrappedOutput wrappedOutput(MAX_LINE_LENGTH); in emitAidl()