Searched defs:timestamp (Results 1 - 25 of 165) sorted by last modified time

1234567

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java300 * of a timestamp, as supplied to {@link Builder#setUsesChronometer(boolean)}.
1083 * Control whether the timestamp set with {@link #setWhen(long) setWhen} is shown
1094 * Instead of presenting <code>when</code> as a timestamp, the notification will show an
2014 * @param timestamp Time at which the message arrived
2025 public MessagingStyle addMessage(CharSequence text, long timestamp, CharSequence sender) { argument
2026 mMessages.add(new Message(text, timestamp, sender));
2122 * @param timestamp Time at which the message arrived
2129 public Message(CharSequence text, long timestamp, CharSequence sender){ argument
2131 mTimestamp = timestamp;
3809 * Gets the timestamp o
3905 setLatestTimestamp(long timestamp) argument
[all...]
/frameworks/rs/driver/runtime/
H A Drs_structs.h50 int64_t timestamp; member in struct:Allocation::__anon1654::__anon1655
/frameworks/rs/
H A DrsAllocation.h75 int64_t timestamp; member in struct:android::renderscript::Allocation::Hal::State
191 int64_t getTimeStamp() {return mHal.state.timestamp;}
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsTracker.java72 * @param timestamp the message timestamp
78 public InboundSmsTracker(byte[] pdu, long timestamp, int destPort, boolean is3gpp2, argument
81 mTimestamp = timestamp;
101 * @param timestamp the message timestamp
110 public InboundSmsTracker(byte[] pdu, long timestamp, int destPort, boolean is3gpp2, argument
114 mTimestamp = timestamp;
238 StringBuilder builder = new StringBuilder("SmsTracker{timestamp=");
H A DTelephonyComponentFactory.java94 public InboundSmsTracker makeInboundSmsTracker(byte[] pdu, long timestamp, int destPort, argument
96 return new InboundSmsTracker(pdu, timestamp, destPort, is3gpp2, is3gpp2WapPdu, address,
103 public InboundSmsTracker makeInboundSmsTracker(byte[] pdu, long timestamp, int destPort, argument
106 return new InboundSmsTracker(pdu, timestamp, destPort, is3gpp2, address, referenceNumber,
H A DTelephonyEventLog.java179 private void writeEvent(long timestamp, int tag, int param1, int param2, Bundle data) { argument
188 logEvent(timestamp, ConnectivityMetricsLogger.COMPONENT_TAG_TELEPHONY, tag, b);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandler.java261 long timestamp) {
305 userData, timestamp, destinationPort, true, address, referenceNumber, segment,
260 processCdmaWapPdu(byte[] pdu, int referenceNumber, String address, long timestamp) argument
/frameworks/native/include/android/
H A Dsensor.h230 int64_t timestamp; member in struct:ASensorEvent
/frameworks/native/include/gui/
H A DCpuConsumer.h55 int64_t timestamp; member in struct:android::CpuConsumer::LockedBuffer
80 timestamp(0),
H A DDisplayEventReceiver.h52 nsecs_t timestamp __attribute__((aligned(8))); member in struct:android::DisplayEventReceiver::Event::Header
H A DIGraphicBufferProducer.h296 // timestamp - a monotonically increasing value in nanoseconds
297 // isAutoTimestamp - if the timestamp was synthesized at queue time
306 inline QueueBufferInput(int64_t timestamp, bool isAutoTimestamp, argument
309 : timestamp(timestamp), isAutoTimestamp(isAutoTimestamp),
318 *outTimestamp = timestamp;
340 int64_t timestamp; member in struct:android::IGraphicBufferProducer::QueueBufferInput
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp729 int64_t timestamp; local
737 input.deflate(&timestamp, &isAutoTimestamp, &dataSpace, &crop, &scalingMode,
798 slot, mCore->mFrameCounter + 1, timestamp, dataSpace,
831 item.mTimestamp = timestamp;
H A DSurface.cpp367 int64_t timestamp; local
371 timestamp = systemTime(SYSTEM_TIME_MONOTONIC);
373 ALOGV("Surface::queueBuffer making up timestamp: %.2f ms",
374 timestamp / 1000000.f);
376 timestamp = mTimestamp;
399 IGraphicBufferProducer::QueueBufferInput input(timestamp, isAutoTimestamp,
696 int64_t timestamp = va_arg(args, int64_t); local
697 return setBuffersTimestamp(timestamp);
1056 int Surface::setBuffersTimestamp(int64_t timestamp) argument
1060 mTimestamp = timestamp;
[all...]
/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp70 int64_t timestamp; local
78 input.deflate(&timestamp, &isAutoTimestamp, &dataSpace, &crop,
80 ASSERT_EQ(timestamp, item.mTimestamp);
H A DCpuConsumer_test.cpp484 int64_t timestamp, uint32_t *stride) {
529 ALOGVV("Set timestamp to %p", anw.get());
530 err = native_window_set_buffers_timestamp(anw.get(), timestamp);
566 EXPECT_EQ(time, b.timestamp);
607 EXPECT_EQ(time[i], b.timestamp);
649 EXPECT_EQ(time, b[i].timestamp);
672 EXPECT_EQ(time, bTooMuch.timestamp);
482 produceOneFrame(const sp<ANativeWindow>& anw, const CpuConsumerTestParams& params, int64_t timestamp, uint32_t *stride) argument
H A DIGraphicBufferProducer_test.cpp127 timestamp = QUEUE_BUFFER_INPUT_TIMESTAMP;
138 timestamp,
147 QueueBufferInputBuilder& setTimestamp(int64_t timestamp) { argument
148 this->timestamp = timestamp;
183 int64_t timestamp; member in struct:android::IGraphicBufferProducerTest::QueueBufferInputBuilder
/frameworks/native/libs/ui/
H A DFence.cpp121 uint64_t timestamp = 0; local
123 if (pinfo->timestamp_ns > timestamp) {
124 timestamp = pinfo->timestamp_ns;
129 return nsecs_t(timestamp);
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java191 long timestamp = mSurface.getTimestamp();
192 doPhysics(timestamp);
339 private void doPhysics(long timestamp) { argument
345 mLastTime = timestamp;
347 float deltaT = (timestamp - mLastTime)/1000000000.f; // To seconds
355 mLastTime = timestamp;
/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp447 bool DispSync::addResyncSample(nsecs_t timestamp) { argument
450 ALOGV("[%s] addResyncSample(%" PRId64 ")", mName, ns2us(timestamp));
453 mResyncSamples[idx] = timestamp;
456 mReferenceTime = timestamp;
H A DEventThread.cpp58 mVSyncEvent[i].header.timestamp = 0;
157 void EventThread::onVSyncEvent(nsecs_t timestamp) { argument
161 mVSyncEvent[0].header.timestamp = timestamp;
175 event.header.timestamp = systemTime();
224 nsecs_t timestamp = 0; local
226 timestamp = mVSyncEvent[i].header.timestamp;
227 if (timestamp) {
230 mVSyncEvent[i].header.timestamp
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp63 hwc2_display_t displayId, int64_t timestamp) {
67 device->callVsync(std::move(display), timestamp); local
241 auto timestamp = pending.second; local
242 mVsync(std::move(display), timestamp); local
278 void Device::callVsync(std::shared_ptr<Display> display, nsecs_t timestamp) argument
281 mVsync(std::move(display), timestamp); local
284 mPendingVsyncs.emplace_back(std::move(display), timestamp); local
62 vsync_hook(hwc2_callback_data_t callbackData, hwc2_display_t displayId, int64_t timestamp) argument
H A DHWC2On1Adapter.cpp108 int64_t timestamp) {
110 callbacks->mAdapter.hwc1Vsync(display, timestamp);
502 auto timestamp = pending.second; local
503 pendingVsyncs.emplace_back(displayId, timestamp);
2564 void HWC2On1Adapter::hwc1Vsync(int hwc1DisplayId, int64_t timestamp) argument
2566 ALOGV("Received hwc1Vsync(%d, %" PRId64 ")", hwc1DisplayId, timestamp);
2573 mPendingVsyncs.emplace_back(hwc1DisplayId, timestamp);
2589 vsync(callbackInfo.data, displayId, timestamp);
107 vsyncHook(const hwc_procs_t* procs, int display, int64_t timestamp) argument
H A DHWComposer.cpp206 int64_t timestamp) {
232 // with the same timestamp when turning the display off and on. This
235 if (timestamp == mLastHwVSync[disp]) {
237 timestamp);
241 mLastHwVSync[disp] = timestamp;
248 mEventHandler->onVSyncReceived(disp, timestamp);
304 // this returns the last refresh timestamp.
306 // the refresh period and whatever closest timestamp we have.
205 vsync(const std::shared_ptr<HWC2::Display>& display, int64_t timestamp) argument
H A DHWComposer_hwc1.cpp264 int64_t timestamp) {
267 ctx->hwc->vsync(disp, timestamp);
281 void HWComposer::vsync(int disp, int64_t timestamp) { argument
287 // with the same timestamp when turning the display off and on. This
290 if (timestamp == mLastHwVSync[disp]) {
292 timestamp);
296 mLastHwVSync[disp] = timestamp;
303 mEventHandler.onVSyncReceived(disp, timestamp);
471 // this returns the last refresh timestamp.
473 // the refresh period and whatever closest timestamp w
263 hook_vsync(const struct hwc_procs* procs, int disp, int64_t timestamp) argument
[all...]
H A DVirtualDisplaySurface.cpp505 int64_t timestamp; local
511 input.deflate(&timestamp, &isAutoTimestamp, &dataSpace, &crop,

Completed in 500 milliseconds

1234567