Searched defs:Info (Results 1 - 9 of 9) sorted by last modified time

/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.h138 // Info is a per-sensor data structure which contains the batch parameters for each client that
140 struct Info { struct in class:android::SensorDevice
158 DefaultKeyedVector<int, Info> mActivationCount;
/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/base/telecomm/java/android/telecom/Logging/
H A DSession.java54 public static class Info implements Parcelable { class in class:Session
58 private Info(String id, String path) { method in class:Session.Info
63 public static Info getInfo (Session s) {
64 // Create Info based on the truncated method path if the session is external, so we do
67 return new Info(s.getFullSessionId(), s.getFullMethodPath(
71 /** Responsible for creating Info objects for deserialized Parcels. */
72 public static final Parcelable.Creator<Info> CREATOR =
73 new Parcelable.Creator<Info> () {
75 public Info createFromParcel(Parcel source) {
78 return new Info(i
[all...]
/frameworks/base/libs/hwui/tests/common/
H A DTestScene.h47 struct Info { struct in class:android::uirenderer::test::TestScene
55 explicit Registrar(const TestScene::Info& info) {
68 static std::unordered_map<std::string, Info>& testMap();
69 static void registerScene(const Info& info);
/frameworks/base/core/jni/android/graphics/
H A DMovie.h53 struct Info { struct in class:Movie
60 virtual bool onGetInfo(Info*) = 0;
68 Info fInfo;
/frameworks/av/include/media/stagefright/
H A DFrameRenderTracker.h89 typedef RenderedFrameInfo Info; typedef in struct:android::FrameRenderTracker
108 Info *updateInfoForDequeuedBuffer(ANativeWindowBuffer *buf, int fenceFd, int index);
122 std::list<Info> checkFencesAndGetRenderedFrames(const Info *until, bool dropIncomplete);
127 void untrackFrame(const Info *info, ssize_t index = SSIZE_MAX);
137 std::list<Info> mRenderQueue;
/frameworks/av/media/libstagefright/foundation/include/
H A DFrameRenderTracker.h89 typedef RenderedFrameInfo Info; typedef in struct:android::FrameRenderTracker
108 Info *updateInfoForDequeuedBuffer(ANativeWindowBuffer *buf, int fenceFd, int index);
122 std::list<Info> checkFencesAndGetRenderedFrames(const Info *until, bool dropIncomplete);
127 void untrackFrame(const Info *info, ssize_t index = SSIZE_MAX);
137 std::list<Info> mRenderQueue;
/frameworks/av/media/libstagefright/include/
H A DFrameRenderTracker.h89 typedef RenderedFrameInfo Info; typedef in struct:android::FrameRenderTracker
108 Info *updateInfoForDequeuedBuffer(ANativeWindowBuffer *buf, int fenceFd, int index);
122 std::list<Info> checkFencesAndGetRenderedFrames(const Info *until, bool dropIncomplete);
127 void untrackFrame(const Info *info, ssize_t index = SSIZE_MAX);
137 std::list<Info> mRenderQueue;

Completed in 1353 milliseconds