Home
last modified time | relevance | path

Searched refs:debug_str (Results 1 – 8 of 8) sorted by relevance

/system/bt/tools/scripts/
Ddump_hearingaid_audio.py92 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/
Duimage_v2.lcs152 .debug_str 0 : { *(.debug_str) }
Duimage.lcs.toolv80199 .debug_str 0 : { *(.debug_str) }
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_messages_generated.h1164 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/
Dgeneric_context_hub.cc508 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/
Dhost_messages_generated.h1621 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/
Dlogcat.cpp559 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/
Dhost_messages.fbs205 debug_str:[byte];