Searched refs:Info (Results 1 - 16 of 16) 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
H A Dslang_diagnostic_buffer.h48 const clang::Diagnostic &Info) override;
H A Drs_cc_options.cpp56 static const llvm::opt::OptTable::Info RSCCInfoTable[] = {
/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;
H A DACodec.h175 FrameRenderTracker::Info *mRenderInfo;
408 bool dropIncomplete = false, FrameRenderTracker::Info *until = NULL);
H A DMediaCodec.h171 std::list<FrameRenderTracker::Info> done, sp<AMessage> &msg);
/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 DBatteryService.cpp43 Info key(uid, handle);
48 Info& info(mActivations.editItemAt(index));
55 ssize_t index = mActivations.indexOf(Info(uid, handle));
57 Info& info(mActivations.editItemAt(index));
87 const Info& info(mActivations[i]);
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;
H A DSensorDevice.cpp65 Info model;
87 const Info& info = mActivationCount.valueFor(list[i].handle);
130 Info& info( mActivationCount.editValueFor(handle) );
142 Info& info( mActivationCount.editValueFor(handle) );
239 Info& info(mActivationCount.editValueFor(handle));
293 Info& info( mActivationCount.editValueFor(handle) );
338 Info& info = mActivationCount.editValueAt(i);
371 const Info& info = mActivationCount.valueAt(i);
412 int SensorDevice::Info::numActiveClients() {
423 status_t SensorDevice::Info
[all...]
/frameworks/av/media/libstagefright/
H A DFrameRenderTracker.cpp50 FrameRenderTracker::Info *FrameRenderTracker::updateInfoForDequeuedBuffer(
57 std::list<Info>::iterator renderInfo = mRenderQueue.end();
58 for (std::list<Info>::iterator it = mRenderQueue.begin();
109 std::list<FrameRenderTracker::Info> FrameRenderTracker::checkFencesAndGetRenderedFrames(
110 const FrameRenderTracker::Info *until, bool dropIncomplete) {
111 std::list<Info> done;
114 for (std::list<Info>::iterator it = mRenderQueue.begin();
133 bool foundFrame = (Info *)&*it == until;
152 void FrameRenderTracker::untrackFrame(const FrameRenderTracker::Info *info, ssize_t index) {
158 for (std::list<Info>
[all...]
H A DMediaCodec.cpp2461 std::list<FrameRenderTracker::Info> done, sp<AMessage> &msg) {
2464 for (std::list<FrameRenderTracker::Info>::const_iterator it = done.cbegin();
2520 std::list<FrameRenderTracker::Info> doneFrames = mSoftRenderer->render(
H A DACodec.cpp1283 void ACodec::notifyOfRenderedFrames(bool dropIncomplete, FrameRenderTracker::Info *until) {
1286 std::list<FrameRenderTracker::Info> done =
1290 for (std::list<FrameRenderTracker::Info>::const_iterator it = done.cbegin();
/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h39 std::list<FrameRenderTracker::Info> render(
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp205 std::list<FrameRenderTracker::Info> SoftwareRenderer::render(
209 FrameRenderTracker::Info *info = NULL;
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp81 static const llvm::opt::OptTable::Info InfoTable[];
128 const llvm::opt::OptTable::Info Driver::OptTable::InfoTable[] = {

Completed in 305 milliseconds