OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatsService
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/cmds/statsd/tests/
StatsService_test.cpp
15
#include "
StatsService
.h"
36
StatsService
service(nullptr);
46
StatsService
service(nullptr);
54
StatsService
service(nullptr);
/frameworks/base/cmds/statsd/src/
main.cpp
20
#include "
StatsService
.h"
47
sp<
StatsService
> service;
69
static status_t start_log_reader_thread(const sp<
StatsService
>& service) {
111
sp<
StatsService
> service = new
StatsService
(looper);
StatsService.cpp
20
#include "
StatsService
.h"
124
StatsService
::
StatsService
(const sp<Looper>& handlerLooper)
178
StatsService
::~
StatsService
() {
181
void
StatsService
::init_system_properties() {
189
void
StatsService
::init_build_type_callback(void* cookie, const char* /*name*/, const char* value,
192
reinterpret_cast<
StatsService
*>(cookie)->mEngBuild = true;
200
status_t
StatsService
::onTransact(uint32_t code, const Parcel& data, Parcel* reply,
249
status_t
StatsService
::dump(int fd, const Vector<String16>& args)
[
all
...]
StatsService.h
46
class
StatsService
: public BnStatsManager, public LogListener, public IBinder::DeathRecipient {
48
StatsService
(const sp<Looper>& handlerLooper);
49
virtual ~
StatsService
();
/frameworks/base/cmds/statsd/tests/e2e/
PartialBucket_e2e_test.cpp
19
#include "src/
StatsService
.h"
35
void SendConfig(
StatsService
& service, const StatsdConfig& config) {
112
StatsService
service(nullptr);
126
StatsService
service(nullptr);
144
StatsService
service(nullptr);
167
StatsService
service(nullptr);
190
StatsService
service(nullptr);
207
StatsService
service(nullptr);
230
StatsService
service(nullptr);
247
StatsService
service(nullptr)
[
all
...]
/frameworks/base/cmds/statsd/
Android.mk
65
src/
StatsService
.cpp \
Completed in 65 milliseconds