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

/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.cpp37 clang::Diagnostic const &Info) {
38 clang::SourceLocation const &SrcLoc = Info.getLocation();
44 SrcLoc.print(stream, Info.getSourceManager());
71 Info.FormatDiagnostic(Buf);
35 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.h61 // Info is a per-sensor data structure which contains the batch parameters for each client that
63 struct Info { struct in class:android::SensorDevice
69 Info() : bestBatchParams(0, -1, -1) {} function in struct:android::SensorDevice::Info
82 DefaultKeyedVector<int, Info> mActivationCount;
/frameworks/av/include/media/stagefright/
H A DFrameRenderTracker.h50 struct Info { struct in struct:android::FrameRenderTracker
61 Info(int64_t mediaTimeUs, const sp<GraphicBuffer> &graphicBuffer, const sp<Fence> &fence) function in struct:android::FrameRenderTracker::Info
70 Info(int64_t mediaTimeUs, nsecs_t renderTimeNs) function in struct:android::FrameRenderTracker::Info
105 Info *updateInfoForDequeuedBuffer(ANativeWindowBuffer *buf, int fenceFd, int index);
119 std::list<Info> checkFencesAndGetRenderedFrames(const Info *until, bool dropIncomplete);
124 void untrackFrame(const Info *info, ssize_t index = SSIZE_MAX);
134 std::list<Info> mRenderQueue;

Completed in 1466 milliseconds