Searched defs:Info (Results 1 – 4 of 4) sorted by relevance
| /frameworks/av/include/media/stagefright/ |
| D | FrameRenderTracker.h | 50 struct Info { struct 52 int64_t getMediaTimeUs() const { return mMediaTimeUs; } in getMediaTimeUs() 55 nsecs_t getRenderTimeNs() const { return mRenderTimeNs; } in getRenderTimeNs() 58 ssize_t getIndex() const { return mIndex; } in getIndex() 61 Info(int64_t mediaTimeUs, const sp<GraphicBuffer> &graphicBuffer, const sp<Fence> &fence) in Info() argument 70 Info(int64_t mediaTimeUs, nsecs_t renderTimeNs) in Info() function 80 nsecs_t mRenderTimeNs; 81 ssize_t mIndex; // to be used by client 82 sp<GraphicBuffer> mGraphicBuffer; 83 sp<Fence> mFence; [all …]
|
| /frameworks/native/services/sensorservice/ |
| D | BatteryService.h | 37 struct Info { struct 41 Info() : uid(0), handle(0), count(0) { } in Info() argument 42 Info(uid_t uid, int handle) : uid(uid), handle(handle), count(0) { } in Info() function
|
| D | SensorDevice.h | 63 struct Info { struct 69 Info() : bestBatchParams(0, -1, -1) {} in Info() argument
|
| /frameworks/compile/slang/ |
| D | slang_diagnostic_buffer.cpp | 37 clang::Diagnostic const &Info) { in HandleDiagnostic()
|