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/host/hal_generic/common/ |
D | generic_context_hub_base.h | 524 ALOGV("Got debug dump data, size %zu", data.debug_str.size()); in handleDebugDumpData() 529 reinterpret_cast<const char *>(data.debug_str.data()), in handleDebugDumpData() 530 data.debug_str.size()); in handleDebugDumpData()
|
/system/chre/platform/shared/include/chre/platform/shared/generated/ |
D | host_messages_generated.h | 1421 const flatbuffers::Vector<int8_t> *debug_str() const { 1427 verifier.VerifyVector(debug_str()) && 1436 void add_debug_str(flatbuffers::Offset<flatbuffers::Vector<int8_t>> debug_str) { 1437 fbb_.AddOffset(DebugDumpData::VT_DEBUG_STR, debug_str); 1453 flatbuffers::Offset<flatbuffers::Vector<int8_t>> debug_str = 0) { 1455 builder_.add_debug_str(debug_str); 1461 const std::vector<int8_t> *debug_str = nullptr) { 1462 auto debug_str__ = debug_str ? _fbb.CreateVector<int8_t>(*debug_str) : 0;
|
/system/logging/logcat/ |
D | logcat.cpp | 562 static const char debug_str[] = "debug"; in Run() local 573 { debug_str, no_argument, nullptr, 0 }, in Run() 638 if (long_options[option_index].name == debug_str) { in Run()
|
/system/chre/host/common/include/chre_host/generated/ |
D | host_messages_generated.h | 2013 std::vector<int8_t> debug_str; 2025 const flatbuffers::Vector<int8_t> *debug_str() const { 2034 verifier.VerifyVector(debug_str()) && 2046 void add_debug_str(flatbuffers::Offset<flatbuffers::Vector<int8_t>> debug_str) { 2047 fbb_.AddOffset(DebugDumpData::VT_DEBUG_STR, debug_str); 2063 flatbuffers::Offset<flatbuffers::Vector<int8_t>> debug_str = 0) { 2065 builder_.add_debug_str(debug_str); 2071 const std::vector<int8_t> *debug_str = nullptr) { 2072 auto debug_str__ = debug_str ? _fbb.CreateVector<int8_t>(*debug_str) : 0; 3252 … auto _e = debug_str(); if (_e) { _o->debug_str.resize(_e->size()); for (flatbuffers::uoffset_t _i… [all …]
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 230 debug_str:[byte];
|