Home
last modified time | relevance | path

Searched defs:Info (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/sensorservice/
DBatteryService.h37 struct Info { struct
41 Info() : uid(0), handle(0), count(0) { } in Info() argument
42 Info(uid_t uid, int handle) : uid(uid), handle(handle), count(0) { } in Info() function
DSensorDevice.h62 struct Info { struct
68 Info() : bestBatchParams(-1, -1, -1) {} in Info() argument
/frameworks/compile/slang/
Dslang_diagnostic_buffer.cpp43 clang::Diagnostic const &Info) { in HandleDiagnostic()