Home
last modified time | relevance | path

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

/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.cpp856 static const char debug_str[] = "debug"; in __logcat() local
866 { debug_str, no_argument, nullptr, 0 }, in __logcat()
932 if (long_options[option_index].name == debug_str) { in __logcat()
/system/chre/platform/shared/idl/
Dhost_messages.fbs205 debug_str:[byte];