Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/core/
Ddisplay_base.cpp570 …const char *newline = "\n|-----|-------------|--------|----|-------|-------------|----------------… in AppendDump() local
574 DumpImpl::AppendString(buffer, length, newline); in AppendDump()
576 DumpImpl::AppendString(buffer, length, newline); in AppendDump()
651 DumpImpl::AppendString(buffer, length, newline); in AppendDump()
/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c520 char* newline = strchr(command, '\n'); in get_command() local
521 if (newline != NULL) { in get_command()
522 *newline = '\0'; in get_command()
/hardware/qcom/display/msm8998/sdm/libs/core/
Ddisplay_base.cpp562 …const char *newline = "\n|-----|-------------|--------|----|--------|-------------|---------------… in AppendDump() local
566 DumpImpl::AppendString(buffer, length, newline); in AppendDump()
568 DumpImpl::AppendString(buffer, length, newline); in AppendDump()
649 DumpImpl::AppendString(buffer, length, newline); in AppendDump()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c2031 bcm_bprhex(struct bcmstrbuf *b, const char *msg, bool newline, uint8 *buf, int len) in bcm_bprhex() argument
2039 if (newline) in bcm_bprhex()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h833 extern void bcm_bprhex(struct bcmstrbuf *b, const char *msg, bool newline, uint8 *buf, int len);