OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mServiceLog
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/mediaresourcemanager/test/
ServiceLog_test.cpp
29
ServiceLogTest() :
mServiceLog
(new ServiceLog(3)) {
33
sp<ServiceLog>
mServiceLog
;
39
mServiceLog
->add(String8("log1"));
40
logString =
mServiceLog
->toString();
45
logString =
mServiceLog
->toString(kTestLogPrefix);
50
mServiceLog
->add(String8("log2"));
51
logString =
mServiceLog
->toString();
56
mServiceLog
->add(String8("log3"));
57
logString =
mServiceLog
->toString();
63
mServiceLog
->add(String8("log4"))
[
all
...]
/frameworks/av/services/mediaresourcemanager/
ResourceManagerService.h
111
sp<ServiceLog>
mServiceLog
;
Completed in 6065 milliseconds