Home
last modified time | relevance | path

Searched refs:Timestamp (Results 1 – 25 of 41) 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/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/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/pidf/
DTuple.java60 private Timestamp mTimestamp;
119 public void setTimestamp(Timestamp timestamp) { in setTimestamp()
123 public Timestamp getTimestamp() { in getTimestamp()
216 } else if (Timestamp.ELEMENT_NAME.equals(tagName)) { in parse()
217 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/base/services/core/java/com/android/server/biometrics/
DHardwareAuthTokenUtils.java22 import android.hardware.keymaster.Timestamp;
75 final Timestamp timestamp = new Timestamp(); in toHardwareAuthToken()
/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/src/utility/
DAAudioUtilities.h271 class Timestamp {
273 Timestamp() = default;
274 Timestamp(int64_t position, int64_t nanoseconds) in Timestamp() function
/frameworks/av/services/oboeservice/
DAAudioServiceStreamShared.cpp229 void AAudioServiceStreamShared::markTransferTime(Timestamp &timestamp) { in markTransferTime()
238 Timestamp timestamp = mAtomicStreamTimestamp.read(); in getFreeRunningPosition_l()
299 Timestamp timestamp(clientFramesWritten, AudioClock::getNanoseconds()); in writeDataIfRoom()
DAAudioServiceStreamShared.h70 void markTransferTime(Timestamp &timestamp);
DAAudioServiceStreamMMAP.cpp220 Timestamp timestamp(*positionFrames, *timeNanos); in getFreeRunningPosition_l()
254 Timestamp timestamp = mAtomicStreamTimestamp.read(); in getHardwareTimestamp_l()
DAAudioServiceEndpoint.h163 SimpleDoubleBuffer<Timestamp> mAtomicEndpointTimestamp;
DAAudioServiceEndpointPlay.cpp138 Timestamp timestamp(clientFramesRead, AudioClock::getNanoseconds()); in callbackLoop()
DAAudioServiceEndpointShared.cpp198 Timestamp timestamp = mAtomicEndpointTimestamp.read(); in getFreeRunningPosition()
/frameworks/av/media/libaaudio/examples/utils/
DAAudioSimplePlayer.h38 typedef struct Timestamp { struct
41 } Timestamp; argument
288 Timestamp timestamps[MAX_TIMESTAMPS];
382 Timestamp *timestamp = &sineData->timestamps[sineData->timestampCount]; in SimplePlayerDataCallbackProc()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/hidl/
DHidlToAidlSessionAdapterTest.java28 import android.hardware.keymaster.Timestamp;
64 mHardwareAuthToken.timestamp = new Timestamp(); in setUp()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java29 import java.sql.Timestamp;
457 Timestamp then = firstDevice.getBondTimestamp(); in checkLateBonding()
463 Timestamp now = new Timestamp(System.currentTimeMillis()); in checkLateBonding()
/frameworks/proto_logging/stats/atoms/wear/connectivity/
Dwear_connectivity_extension_atoms.proto55 // Timestamp of the event log time in ElapsedRealtime
87 // Timestamp of the event log time in ElapsedRealtime
/frameworks/base/proto/src/criticalevents/
Dcritical_event_log.proto25 // Timestamp when the log snapshot was generated.
51 // Timestamp of the event.
/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/av/media/libaaudio/src/client/
DAudioStreamInternal.h176 SimpleDoubleBuffer<Timestamp> mAtomicInternalTimestamp;
/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/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/hidl/
DHidlToAidlSessionAdapterTest.java45 import android.hardware.keymaster.Timestamp;
105 mHardwareAuthToken.timestamp = new Timestamp(); in setUp()
/frameworks/native/cmds/evemu-record/
DREADME.md38 ### Timestamp bases

12