Searched defs:Info (Results 1 - 4 of 4) 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.h41 struct Info { struct in class:android::BatteryService
45 Info() : uid(0), handle(0), count(0) { } function in struct:android::BatteryService::Info
46 Info(uid_t uid, int handle) : uid(uid), handle(handle), count(0) { } function in struct:android::BatteryService::Info
47 bool operator < (const Info& rhs) const {
53 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;
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java111 public static class Info { class in class:CarouselView
112 public Info(int _resId) { resId = _resId; } method in class:CarouselView.Info
116 public abstract Info getRenderScriptInfo();

Completed in 257 milliseconds