Searched refs:debug_str (Results 1 – 8 of 8) sorted by relevance
/system/bt/tools/scripts/ |
D | dump_hearingaid_audio.py | 92 debug_str = result[TIMESTAMP_TIME_FORMAT] 95 debug_str = debug_str + ", " + header_list_str[p] + "=" + str(byte_data).rjust(3) 98 debug_str = debug_str + "\n" + "|".join(data_list_str) + "\n" 114 debug_str = debug_str + "|".join(data_list_content) + "\n" 116 update_audio_data(CONNECTION_HANDLE, result[CONNECTION_HANDLE], DEBUG_DATA, debug_str)
|
/system/chre/build/sys_support/qcom/ |
D | uimage_v2.lcs | 152 .debug_str 0 : { *(.debug_str) }
|
D | uimage.lcs.toolv80 | 199 .debug_str 0 : { *(.debug_str) }
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | host_messages_generated.h | 1164 const flatbuffers::Vector<int8_t> *debug_str() const { 1170 verifier.Verify(debug_str()) && 1178 void add_debug_str(flatbuffers::Offset<flatbuffers::Vector<int8_t>> debug_str) { 1179 fbb_.AddOffset(DebugDumpData::VT_DEBUG_STR, debug_str); 1195 flatbuffers::Offset<flatbuffers::Vector<int8_t>> debug_str = 0) { 1197 builder_.add_debug_str(debug_str); 1203 const std::vector<int8_t> *debug_str = nullptr) { 1206 debug_str ? _fbb.CreateVector<int8_t>(*debug_str) : 0);
|
/system/chre/host/hal_generic/ |
D | generic_context_hub.cc | 508 ALOGV("Got debug dump data, size %zu", data.debug_str.size()); in handleDebugDumpData() 513 reinterpret_cast<const char *>(data.debug_str.data()), in handleDebugDumpData() 514 data.debug_str.size()); in handleDebugDumpData()
|
/system/chre/host/common/include/chre_host/ |
D | host_messages_generated.h | 1621 std::vector<int8_t> debug_str; 1632 const flatbuffers::Vector<int8_t> *debug_str() const { 1641 verifier.Verify(debug_str()) && 1652 void add_debug_str(flatbuffers::Offset<flatbuffers::Vector<int8_t>> debug_str) { 1653 fbb_.AddOffset(DebugDumpData::VT_DEBUG_STR, debug_str); 1669 flatbuffers::Offset<flatbuffers::Vector<int8_t>> debug_str = 0) { 1671 builder_.add_debug_str(debug_str); 1677 const std::vector<int8_t> *debug_str = nullptr) { 1680 debug_str ? _fbb.CreateVector<int8_t>(*debug_str) : 0); 2395 …{ auto _e = debug_str(); if (_e) for (flatbuffers::uoffset_t _i = 0; _i < _e->size(); _i++) { _o->… [all …]
|
/system/core/logcat/ |
D | logcat.cpp | 559 static const char debug_str[] = "debug"; in Run() local 570 { debug_str, no_argument, nullptr, 0 }, in Run() 635 if (long_options[option_index].name == debug_str) { in Run()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 205 debug_str:[byte];
|