Searched refs:ServiceLog (Results 1 – 7 of 7) sorted by relevance
30 ServiceLog::ServiceLog() : mMaxNum(kDefaultMaxNum), mLogs(mMaxNum) {} in ServiceLog() function in android::ServiceLog31 ServiceLog::ServiceLog(size_t maxNum) : mMaxNum(maxNum), mLogs(mMaxNum) {} in ServiceLog() function in android::ServiceLog33 void ServiceLog::add(const String8 &log) { in add()41 String8 ServiceLog::toString(const char *linePrefix) const { in toString()55 void ServiceLog::addLine(const char *log, const char *prefix, String8 *result) const { in addLine()
30 class ServiceLog : public RefBase {32 ServiceLog();33 explicit ServiceLog(size_t maxNum);
38 class ServiceLog; variable248 sp<ServiceLog> mServiceLog;
86 "ServiceLog.cpp",
178 mServiceLog(new ServiceLog()), in ResourceManagerService()
29 ServiceLogTest() : mServiceLog(new ServiceLog(3)) { in ServiceLogTest()33 sp<ServiceLog> mServiceLog;
297 sp<ServiceLog> serviceLog = new ServiceLog(maxNum); in setServiceLog()