Searched refs:ServiceLog (Results 1 – 6 of 6) 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 ServiceLog(size_t maxNum);
33 class ServiceLog; variable108 sp<ServiceLog> mServiceLog;
5 LOCAL_SRC_FILES := ResourceManagerService.cpp ServiceLog.cpp
138 mServiceLog(new ServiceLog()), in ResourceManagerService()144 mServiceLog(new ServiceLog()), in ResourceManagerService()
29 ServiceLogTest() : mServiceLog(new ServiceLog(3)) { in ServiceLogTest()33 sp<ServiceLog> mServiceLog;