/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_addr.h | 51 __u32 cstamp; /* created timestamp, hundredths of seconds */ 52 __u32 tstamp; /* updated timestamp, hundredths of seconds */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mgmtapi.h | 37 WINBOOL SNMP_FUNC_TYPE SnmpMgrGetTrap(AsnObjectIdentifier *enterprise,AsnNetworkAddress *IPAddress,AsnInteger *genericTrap,AsnInteger *specificTrap,AsnTimeticks *timeStamp,RFC1157VarBindList *variableBindings); 38 WINBOOL SNMP_FUNC_TYPE SnmpMgrGetTrapEx(AsnObjectIdentifier *enterprise,AsnNetworkAddress *agentAddress,AsnNetworkAddress *sourceAddress,AsnInteger *genericTrap,AsnInteger *specificTrap,AsnOctetString *community,AsnTimeticks *timeStamp,RFC1157VarBindList *variableBindings);
|
/system/bt/hci/src/ |
btsnoop.c | 144 // Timestamp is in microseconds. 145 uint64_t timestamp = tv.tv_sec * 1000 * 1000LL; local 146 timestamp += tv.tv_usec; 147 timestamp += BTSNOOP_EPOCH_DELTA; 148 return timestamp; 220 uint64_t timestamp = btsnoop_timestamp(); local 221 uint32_t time_hi = timestamp >> 32; 222 uint32_t time_lo = timestamp & 0xFFFFFFFF;
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ChangedContacts.java | 203 long timestamp = 0; local 212 // Save the largest timestamp returned. Only need the first one due to the sort 215 timestamp = data.getLong(data.getColumnIndex( 219 if (timestamp > 0) { 220 saveLastTimestamp(timestamp, PREF_KEY_CHANGE); 221 mChangeButton.setText("Changed since " + timestamp); 229 timestamp = data.getLong(data.getColumnIndex( 233 if (timestamp > 0) { 234 saveLastTimestamp(timestamp, PREF_KEY_DELETE); 235 mDeleteButton.setText("Deleted since " + timestamp); 296 String timestamp = cursor.getString(cursor.getColumnIndex( local 329 String timestamp = cursor.getString(cursor.getColumnIndex( local [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
EventGapVerification.java | 16 * checking the last received sensor timestamp and checking that it is within 1.8 * the expected 88 nanosToMillis(info.event.timestamp - info.previousEvent.timestamp))); 114 long deltaNs = event.timestamp - mPreviousEvent.timestamp;
|
EventOrderingVerification.java | 86 info.index, nanosToMillis(info.previousEvent.timestamp), 87 nanosToMillis(info.event.timestamp))); 114 mMaxTimestamp = event.timestamp; 116 if (event.timestamp <= mMaxTimestamp) { 119 mMaxTimestamp = event.timestamp;
|
JitterVerificationTest.java | 57 long timestamp = 0; local 59 timestamps[i] = timestamp; 60 timestamp += (i % 10 == 0) ? 500000 : 1000000; 105 for (long timestamp : timestamps) { 106 events.add(new TestSensorEvent(null, timestamp, 0, null));
|
/developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/ |
Conversations.java | 65 private final long timestamp; field in class:Conversations.Conversation 72 this.timestamp = System.currentTimeMillis(); 88 return timestamp; 95 ", timestamp=" + timestamp + "]";
|
/developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/ |
Conversations.java | 65 private final long timestamp; field in class:Conversations.Conversation 72 this.timestamp = System.currentTimeMillis(); 88 return timestamp; 95 ", timestamp=" + timestamp + "]";
|
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/ |
Conversations.java | 65 private final long timestamp; field in class:Conversations.Conversation 72 this.timestamp = System.currentTimeMillis(); 88 return timestamp; 95 ", timestamp=" + timestamp + "]";
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/base/ |
animation_controller_test.html | 33 start: function(timestamp, target) { 37 didStopEarly: function(timestamp, target, willBeTakenOver) { 45 tick: function(timestamp, target) { 47 return timestamp >= this.stopTime; 135 start: function(timestamp, target) {
|
/frameworks/base/telephony/java/android/telephony/ |
ModemActivityInfo.java | 46 public ModemActivityInfo(long timestamp, int sleepTimeMs, int idleTimeMs, 48 mTimestamp = timestamp; 74 long timestamp = in.readLong(); 83 return new ModemActivityInfo(timestamp, sleepTimeMs, idleTimeMs, 104 * @return timestamp of record creation
|
/frameworks/native/services/surfaceflinger/ |
EventThread.cpp | 57 mVSyncEvent[i].header.timestamp = 0; 153 void EventThread::onVSyncEvent(nsecs_t timestamp) { 157 mVSyncEvent[0].header.timestamp = timestamp; 171 event.header.timestamp = systemTime(); 220 nsecs_t timestamp = 0; local 222 timestamp = mVSyncEvent[i].header.timestamp; 223 if (timestamp) { 226 mVSyncEvent[i].header.timestamp = 0 [all...] |
/frameworks/base/docs/html/ |
jd_extras.js | 432 "timestamp": 1194884220000, 525 "timestamp": 1004884220000, 539 "timestamp": 1194884220000, 552 "timestamp": 1194884220000, 565 "timestamp": 1194884220000, 578 "timestamp": 1194884220000, 591 "timestamp": 1194884220000, 604 "timestamp": 1194884220000, 617 "timestamp": 1194884220000, 630 "timestamp": 1194884220000 [all...] |
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_vsync.cpp | 61 // extract timestamp 62 uint64_t timestamp = 0; local 64 timestamp = strtoull(data + strlen("VSYNC="), NULL, 0); 66 // send timestamp to SurfaceFlinger 67 ALOGD_IF (logvsync, "%s: timestamp %" PRIu64 " sent to SF for dpy=%d", 68 __FUNCTION__, timestamp, dpy); 69 ctx->proc->vsync(ctx->proc, dpy, timestamp); 192 //the vsync timestamp node cannot be opened at bootup. There is no 198 uint64_t timestamp = systemTime(); local 199 ctx->proc->vsync(ctx->proc, HWC_DISPLAY_PRIMARY, timestamp); [all...] |
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_vsync.cpp | 59 // extract timestamp 60 uint64_t timestamp = 0; local 62 timestamp = strtoull(data + strlen("VSYNC="), NULL, 0); 64 // send timestamp to SurfaceFlinger 65 ALOGD_IF (ctx->vstate.debug, "%s: timestamp %"PRIu64" sent to SF for dpy=%d", 66 __FUNCTION__, timestamp, dpy); 67 ctx->proc->vsync(ctx->proc, dpy, timestamp); 193 //the vsync timestamp node cannot be opened at bootup. There is no 199 uint64_t timestamp = systemTime(); local 200 ctx->proc->vsync(ctx->proc, HWC_DISPLAY_PRIMARY, timestamp); [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_vsync.cpp | 61 // extract timestamp 62 uint64_t timestamp = 0; local 64 timestamp = strtoull(data + strlen("VSYNC="), NULL, 0); 66 // send timestamp to SurfaceFlinger 67 ALOGD_IF (ctx->vstate.debug, "%s: timestamp %" PRIu64" sent to SF for dpy=%d", 68 __FUNCTION__, timestamp, dpy); 69 ctx->proc->vsync(ctx->proc, dpy, timestamp); 196 //the vsync timestamp node cannot be opened at bootup. There is no 202 uint64_t timestamp = systemTime(); local 203 ctx->proc->vsync(ctx->proc, HWC_DISPLAY_PRIMARY, timestamp); [all...] |
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
InsertNewMessageAction.java | 146 final long timestamp = System.currentTimeMillis(); local 161 final long laterTimestamp = timestamp + 1; 172 timestamp, sendingConversationId); 179 final long timestampRoundedToSecond = 1000 * ((timestamp + 500) / 1000); 298 // Inform sync that message is being added at timestamp 349 final String recipient, final long timestamp, final String sendingConversationId) { 350 sLastSentMessageTimestamp = timestamp; 354 // Inform sync that message is being added at timestamp 356 syncManager.onNewMessageInserted(timestamp); 383 timestamp, [all...] |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
results_holder.c | 65 void inv_store_gaming_quaternion(const long *quat, inv_time_t timestamp) 69 rh.gam_timestamp = timestamp; 77 void inv_store_accel_quaternion(const long *quat, inv_time_t timestamp) 81 rh.geomag_timestamp = timestamp; 86 * @param[in] timestamp Timestamp of when this is valid 88 void inv_set_compass_correction(const long *data, inv_time_t timestamp) 92 rh.nav_timestamp = timestamp; 98 * @param[in] timestamp Timestamp of when this is vali [all...] |
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
CaptureCollector.java | 123 public void setJpegTimestamp(long timestamp) { 139 mTimestamp = timestamp; 182 public void setPreviewTimestamp(long timestamp) { 198 mTimestamp = timestamp; 418 * @param timestamp the timestamp of the request will be written out to here, in ns 425 MutableLong timestamp) 431 while (!removeRequestIfCompleted(holder, /*out*/timestamp)) { 443 private boolean removeRequestIfCompleted(RequestHolder holder, MutableLong timestamp) { 447 timestamp.value = h.mTimestamp [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
SensorSynchronizationTestActivity.java | 21 * Test cross-sensor timestamp alignment by detecting major change in each 81 accMovementTimestamp = event.timestamp; 89 magMovementTimestamp = event.timestamp; 97 gyrMovementTimestamp = event.timestamp; 113 appendText(String.format("\nSensor | Relative Timestamp (msec)\n" 119 "Cross sensor timestamp alignment off by more than %d msec.", 137 appendText("This test provides a rough indication of cross-sensor timestamp synchronization.");
|
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_StreamItemsTest.java | 77 values.put(StreamItems.TIMESTAMP, UPDATE_TIMESTAMP); 102 values.put(StreamItems.TIMESTAMP, INSERT_TIMESTAMP); 125 .withValue(StreamItems.TIMESTAMP, INSERT_TIMESTAMP) 151 .withValue(StreamItems.TIMESTAMP, UPDATE_TIMESTAMP) 168 private void assertStreamItem(Uri uri, String text, long timestamp, String comments) { 174 assertEquals(timestamp, cursor.getLong( 175 cursor.getColumnIndexOrThrow(StreamItems.TIMESTAMP)));
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
VoicemailImpl.java | 39 Long timestamp, 51 mTimestamp = timestamp; 62 * The number and the timestamp are mandatory for insertion. 64 public static Builder createForInsertion(long timestamp, String number) { 65 return new Builder().setNumber(number).setTimestamp(timestamp); 112 public Builder setTimestamp(long timestamp) { 113 mBuilderTimestamp = timestamp;
|
/external/chromium-trace/trace-viewer/tracing/tracing/model/ |
cpu.html | 39 // Start timestamp of the last active thread. 143 * Closes the thread running on the CPU. |end_timestamp| is the timestamp 153 throw new Error('The end timestamp of a thread running on CPU ' + 154 this.cpuNumber + ' is before its start timestamp.'); 180 switchActiveThread: function(timestamp, old_thread_args, new_thread_id, 183 this.closeActiveThread(timestamp, old_thread_args); 186 this.lastActiveTimestamp_ = timestamp;
|
/external/vogar/src/vogar/ |
XmlReportPrinter.java | 78 String timestamp = getGMTTimestamp(); local 82 suite.printReport(timestamp, fileName); 126 private void print(KXmlSerializer serializer, String timestamp) throws IOException { 133 serializer.attribute(ns, XmlReportConstants.TIMESTAMP, timestamp); 175 void printReport(String timestamp, String fileName) { 185 print(serializer, timestamp);
|