OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debugDumpPrint
(Results
1 - 10
of
10
) sorted by null
/system/chre/util/include/chre/util/system/
debug_dump.h
35
bool
debugDumpPrint
(char *buffer, size_t *bufferPos, size_t bufferSize,
/system/chre/util/system/
debug_dump.cc
22
bool
debugDumpPrint
(char *buffer, size_t *bufferPos, size_t bufferSize,
/system/chre/core/
wwan_request_manager.cc
82
bool success =
debugDumpPrint
(buffer, bufferPos, bufferSize, "\nWWAN:\n");
84
success &=
debugDumpPrint
(buffer, bufferPos, bufferSize,
nanoapp.cc
95
success &=
debugDumpPrint
(buffer, bufferPos, bufferSize,
gnss_request_manager.cc
99
bool success =
debugDumpPrint
(buffer, bufferPos, bufferSize, "\nGNSS:"
104
success &=
debugDumpPrint
(buffer, bufferPos, bufferSize,
107
success &=
debugDumpPrint
(buffer, bufferPos, bufferSize, " minInterval(ms)"
113
success &=
debugDumpPrint
(buffer, bufferPos, bufferSize,
116
success &=
debugDumpPrint
(buffer, bufferPos, bufferSize,
wifi_request_manager.cc
179
bool success =
debugDumpPrint
(buffer, bufferPos, bufferSize, "\nWifi: "
183
success &=
debugDumpPrint
(buffer, bufferPos, bufferSize,
186
success &=
debugDumpPrint
(buffer, bufferPos, bufferSize,
191
success &=
debugDumpPrint
(buffer, bufferPos, bufferSize,
196
success &=
debugDumpPrint
(buffer, bufferPos, bufferSize,
199
success &=
debugDumpPrint
(buffer, bufferPos, bufferSize,
event_loop.cc
296
bool success =
debugDumpPrint
(buffer, bufferPos, bufferSize, "\nNanoapps:\n");
301
success &=
debugDumpPrint
(buffer, bufferPos, bufferSize,
303
success &=
debugDumpPrint
(buffer, bufferPos, bufferSize,
sensor_request_manager.cc
288
bool success =
debugDumpPrint
(buffer, bufferPos, bufferSize, "\nSensors:\n");
296
success &=
debugDumpPrint
(buffer, bufferPos, bufferSize, " %s: mode=%d"
/system/chre/platform/shared/
memory_manager.cc
68
return
debugDumpPrint
(buffer, bufferPos, bufferSize,
/system/chre/platform/slpi/
platform_nanoapp.cc
247
success &=
debugDumpPrint
(buffer, bufferPos, bufferSize, " %s: vendor=\"%s\"",
Completed in 63 milliseconds