Home
last modified time | relevance | path

Searched refs:Timestamp (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/
DTimestampTest.java60 Timestamp timestamp = new Timestamp(); in testElementName()
63 assertEquals(Timestamp.ELEMENT_NAME, timestamp.getElementName()); in testElementName()
71 Timestamp timestampElement = new Timestamp(timestamp); in testSerializing()
106 Timestamp timestampElement = null; in testParsing()
112 && Timestamp.ELEMENT_NAME.equals(parser.getName())) { in testParsing()
113 timestampElement = new Timestamp(); in testParsing()
DTupleTest.java113 Timestamp timestamp = new Timestamp(nowTime); in testSerializing()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/pidf/
DTuple.java60 private Timestamp mTimestamp;
116 public void setTimestamp(Timestamp timestamp) { in setTimestamp()
120 public Timestamp getTimestamp() { in getTimestamp()
205 } else if (Timestamp.ELEMENT_NAME.equals(tagName)) { in parse()
206 Timestamp timestamp = new Timestamp(); in parse()
DTimestamp.java29 public class Timestamp extends ElementBase { class
35 public Timestamp() { in Timestamp() method in Timestamp
38 public Timestamp(String timestamp) { in Timestamp() method in Timestamp
/frameworks/base/keystore/java/android/security/
DAuthTokenUtils.java21 import android.hardware.security.secureclock.Timestamp;
61 final Timestamp timestamp = new Timestamp(); in toHardwareAuthToken()
/frameworks/opt/telephony/proto/src/
Dpersist_atoms.proto25 // NOTE: using int64 rather than google.protobuf.Timestamp for timestamps simplifies implementation.
31 /* Timestamp of last voice_call_rat_usages pull. */
37 /* Timestamp of last voice_call_sessions pull. */
43 /* Timestamp of last incoming_sms pull. */
49 /* Timestamp of last incoming_sms pull. */
61 /* Timestamp of last data_call_session pull. */
67 /* Timestamp of last cellular_service_state pull. */
73 /* Timestamp of last cellular_data_service_switch pull. */
79 /* Timestamp of last ims_registration_termination pull. */
85 /* Timestamp of last ims_registration_stats pull. */
[all …]
/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorCallbackScheduler.h33 using Timestamp = std::chrono::time_point<std::chrono::steady_clock>;
41 Timestamp getExpiration() const;
49 Timestamp mExpiration;
/frameworks/base/services/core/java/com/android/server/biometrics/
DHardwareAuthTokenUtils.java22 import android.hardware.keymaster.Timestamp;
75 final Timestamp timestamp = new Timestamp(); in toHardwareAuthToken()
/frameworks/av/media/libaaudio/src/utility/
DAAudioUtilities.h271 class Timestamp {
273 Timestamp() in Timestamp() function
276 Timestamp(int64_t position, int64_t nanoseconds) in Timestamp() function
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DHardwareAuthTokenUtilsTest.java22 import android.hardware.keymaster.Timestamp;
61 hardwareAuthToken.timestamp = new Timestamp(); in testHardwareAuthTokenLoopBack()
/frameworks/av/media/libaaudio/examples/utils/
DAAudioSimplePlayer.h38 typedef struct Timestamp { struct
41 } Timestamp; argument
263 Timestamp timestamps[MAX_TIMESTAMPS];
343 Timestamp *timestamp = &sineData->timestamps[sineData->timestampCount]; in SimplePlayerDataCallbackProc()
/frameworks/av/services/oboeservice/
DAAudioServiceStreamShared.cpp229 void AAudioServiceStreamShared::markTransferTime(Timestamp &timestamp) { in markTransferTime()
238 Timestamp timestamp = mAtomicStreamTimestamp.read(); in getFreeRunningPosition()
299 Timestamp timestamp(clientFramesWritten, AudioClock::getNanoseconds()); in writeDataIfRoom()
DAAudioServiceStreamMMAP.cpp156 Timestamp timestamp(*positionFrames, *timeNanos); in getFreeRunningPosition()
191 Timestamp timestamp = mAtomicStreamTimestamp.read(); in getHardwareTimestamp()
DAAudioServiceStreamShared.h69 void markTransferTime(Timestamp &timestamp);
DAAudioServiceEndpoint.h149 SimpleDoubleBuffer<Timestamp> mAtomicEndpointTimestamp;
DAAudioServiceEndpointPlay.cpp136 Timestamp timestamp(clientFramesRead, AudioClock::getNanoseconds()); in callbackLoop()
DAAudioServiceEndpointShared.cpp196 Timestamp timestamp = mAtomicEndpointTimestamp.read(); in getFreeRunningPosition()
DAAudioServiceStreamBase.h291 SimpleDoubleBuffer<Timestamp> mAtomicStreamTimestamp;
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
Ddisplay_protocol.h291 using Timestamp = int64_t; member
294 PDX_REMOTE_METHOD(Wait, kOpWait, Timestamp(Void));
295 PDX_REMOTE_METHOD(GetLastTimestamp, kOpGetLastTimestamp, Timestamp(Void));
/frameworks/native/services/vibratorservice/
DVibratorCallbackScheduler.cpp32 DelayedCallback::Timestamp DelayedCallback::getExpiration() const { in getExpiration()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/
DPidfParserUtils.java38 import com.android.ims.rcs.uce.presence.pidfparser.pidf.Timestamp;
279 Timestamp timestamp = tuple.getTimestamp(); in getTupleTimestamp()
/frameworks/base/core/proto/android/server/
Dpowermanagerservice.proto135 // Timestamp of the last time the device was awoken.
137 // Timestamp of the last time the device was put to sleep.
139 // Timestamp of the last call to user activity.
142 // Timestamp of last interactive power hint.
144 // Timestamp of the last screen brightness boost.
184 // Timestamp (in the elapsed realtime timebase) of last update to enhanced battery estimate
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.h168 SimpleDoubleBuffer<Timestamp> mAtomicInternalTimestamp;
DAudioStreamInternal.cpp519 Timestamp timestamp = mAtomicInternalTimestamp.read(); in getTimestamp()
566 Timestamp timestamp(message->timestamp.position, message->timestamp.timestamp); in onTimestampHardware()
/frameworks/av/media/libaaudio/examples/write_sine/src/
Dwrite_sine_callback.cpp193 Timestamp *timestamp = &myData.timestamps[i]; in testOpenPlayClose()

12