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

/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.cpp43 clang::Diagnostic const &Info) {
44 clang::SourceLocation const &SrcLoc = Info.getLocation();
50 SrcLoc.print(*mSOS, Info.getSourceManager());
76 Info.FormatDiagnostic(Buf);
41 HandleDiagnostic( clang::DiagnosticsEngine::Level DiagLevel, clang::Diagnostic const &Info) argument
/frameworks/native/services/sensorservice/
H A DBatteryService.h37 struct Info { struct in class:android::BatteryService
41 Info() : uid(0), handle(0), count(0) { } function in struct:android::BatteryService::Info
42 Info(uid_t uid, int handle) : uid(uid), handle(handle), count(0) { } function in struct:android::BatteryService::Info
43 bool operator < (const Info& rhs) const {
49 SortedVector<Info> mActivations;
H A DSensorDevice.h60 // Info is a per-sensor data structure which contains the batch parameters for each client that
62 struct Info { struct in class:android::SensorDevice
68 Info() : bestBatchParams(-1, -1, -1) {} function in struct:android::SensorDevice::Info
79 DefaultKeyedVector<int, Info> mActivationCount;

Completed in 1298 milliseconds