Searched refs:LocalLogBuffer (Results 1 – 15 of 15) sorted by relevance
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/ |
D | LocalLogBuffer.cpp | 47 LocalLogBuffer::FunctionLog::FunctionLog(string funcName) : mName(funcName) { in FunctionLog() 51 LocalLogBuffer::FunctionLog::FunctionLog(const FunctionLog& other) : in FunctionLog() 59 void LocalLogBuffer::FunctionLog::addArg(string kw, string arg) { in addArg() 64 void LocalLogBuffer::FunctionLog::addArg(string kw, vector<string> args) { in addArg() 75 void LocalLogBuffer::FunctionLog::addArg(string kw, uint64_t arg) { in addArg() 80 void LocalLogBuffer::FunctionLog::maybeAddArgsComma() { in maybeAddArgsComma() 88 void LocalLogBuffer::FunctionLog::setResult(bool success, string msg) { in setResult() 93 void LocalLogBuffer::FunctionLog::setResult(vector<unsigned int> ret) { in setResult() 103 void LocalLogBuffer::FunctionLog::setResult(uint64_t rx, uint64_t tx) { in setResult() 107 string LocalLogBuffer::FunctionLog::toString() { in toString() [all …]
|
D | HAL.cpp | 182 LocalLogBuffer::FunctionLog fl("registerEventListener"); in registerIpaCb() 195 LocalLogBuffer::FunctionLog fl("registerCtTimeoutUpdater"); in registerCtCb() 213 LocalLogBuffer::FunctionLog fl("unregisterEventListener"); in unregisterIpaCb() 224 LocalLogBuffer::FunctionLog fl("unregisterCtTimeoutUpdater"); in unregisterCtCb() 259 LocalLogBuffer::FunctionLog fl(__func__); in setHandles() 334 LocalLogBuffer::FunctionLog fl(__func__); in initOffload() 358 LocalLogBuffer::FunctionLog fl(__func__); in stopOffload() 409 LocalLogBuffer::FunctionLog fl(__func__); in setLocalPrefixes() 435 LocalLogBuffer::FunctionLog fl(__func__); in getForwardedStats() 466 LocalLogBuffer::FunctionLog fl(__func__); in setDataLimit() [all …]
|
/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/ |
D | LocalLogBuffer.cpp | 47 LocalLogBuffer::FunctionLog::FunctionLog(string funcName) : mName(funcName) { in FunctionLog() 51 LocalLogBuffer::FunctionLog::FunctionLog(const FunctionLog& other) : in FunctionLog() 59 void LocalLogBuffer::FunctionLog::addArg(string kw, string arg) { in addArg() 64 void LocalLogBuffer::FunctionLog::addArg(string kw, vector<string> args) { in addArg() 75 void LocalLogBuffer::FunctionLog::addArg(string kw, uint64_t arg) { in addArg() 80 void LocalLogBuffer::FunctionLog::maybeAddArgsComma() { in maybeAddArgsComma() 88 void LocalLogBuffer::FunctionLog::setResult(bool success, string msg) { in setResult() 93 void LocalLogBuffer::FunctionLog::setResult(vector<unsigned int> ret) { in setResult() 103 void LocalLogBuffer::FunctionLog::setResult(uint64_t rx, uint64_t tx) { in setResult() 107 string LocalLogBuffer::FunctionLog::toString() { in toString() [all …]
|
D | HAL.cpp | 180 LocalLogBuffer::FunctionLog fl("registerEventListener"); in registerIpaCb() 193 LocalLogBuffer::FunctionLog fl("registerCtTimeoutUpdater"); in registerCtCb() 211 LocalLogBuffer::FunctionLog fl("unregisterEventListener"); in unregisterIpaCb() 222 LocalLogBuffer::FunctionLog fl("unregisterCtTimeoutUpdater"); in unregisterCtCb() 257 LocalLogBuffer::FunctionLog fl(__func__); in setHandles() 332 LocalLogBuffer::FunctionLog fl(__func__); in initOffload() 356 LocalLogBuffer::FunctionLog fl(__func__); in stopOffload() 407 LocalLogBuffer::FunctionLog fl(__func__); in setLocalPrefixes() 433 LocalLogBuffer::FunctionLog fl(__func__); in getForwardedStats() 464 LocalLogBuffer::FunctionLog fl(__func__); in setDataLimit() [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
D | LocalLogBuffer.cpp | 48 LocalLogBuffer::FunctionLog::FunctionLog(string funcName) : mName(funcName) { in FunctionLog() 52 LocalLogBuffer::FunctionLog::FunctionLog(const FunctionLog& other) : in FunctionLog() 60 void LocalLogBuffer::FunctionLog::addArg(string kw, string arg) { in addArg() 65 void LocalLogBuffer::FunctionLog::addArg(string kw, vector<string> args) { in addArg() 76 void LocalLogBuffer::FunctionLog::addArg(string kw, uint64_t arg) { in addArg() 81 void LocalLogBuffer::FunctionLog::maybeAddArgsComma() { in maybeAddArgsComma() 89 void LocalLogBuffer::FunctionLog::setResult(bool success, string msg) { in setResult() 94 void LocalLogBuffer::FunctionLog::setResult(vector<unsigned int> ret) { in setResult() 104 void LocalLogBuffer::FunctionLog::setResult(uint64_t rx, uint64_t tx) { in setResult() 108 string LocalLogBuffer::FunctionLog::toString() { in toString() [all …]
|
D | HAL.cpp | 180 LocalLogBuffer::FunctionLog fl("registerEventListener"); in registerIpaCb() 193 LocalLogBuffer::FunctionLog fl("registerCtTimeoutUpdater"); in registerCtCb() 211 LocalLogBuffer::FunctionLog fl("unregisterEventListener"); in unregisterIpaCb() 222 LocalLogBuffer::FunctionLog fl("unregisterCtTimeoutUpdater"); in unregisterCtCb() 257 LocalLogBuffer::FunctionLog fl(__func__); in setHandles() 332 LocalLogBuffer::FunctionLog fl(__func__); in initOffload() 356 LocalLogBuffer::FunctionLog fl(__func__); in stopOffload() 407 LocalLogBuffer::FunctionLog fl(__func__); in setLocalPrefixes() 431 LocalLogBuffer::FunctionLog fl(__func__); in getForwardedStats() 462 LocalLogBuffer::FunctionLog fl(__func__); in setDataLimit() [all …]
|
/hardware/qcom/sdm845/data/ipacfg-mgr/hal/inc/ |
D | LocalLogBuffer.h | 45 class LocalLogBuffer { 65 LocalLogBuffer(string /* name */, int /* maxLogs */);
|
D | HAL.h | 194 LocalLogBuffer mLogs;
|
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/inc/ |
D | LocalLogBuffer.h | 45 class LocalLogBuffer { 65 LocalLogBuffer(string /* name */, int /* maxLogs */);
|
D | HAL.h | 195 LocalLogBuffer mLogs;
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/ |
D | LocalLogBuffer.h | 45 class LocalLogBuffer { 65 LocalLogBuffer(string /* name */, int /* maxLogs */);
|
D | HAL.h | 196 LocalLogBuffer mLogs;
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/ |
D | Android.mk | 8 src/LocalLogBuffer.cpp \
|
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/ |
D | Android.bp | 17 "src/LocalLogBuffer.cpp",
|
/hardware/qcom/sdm845/data/ipacfg-mgr/hal/ |
D | Android.mk | 8 src/LocalLogBuffer.cpp \
|