/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/ |
D | TimestampTest.java | 60 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()
|
D | TupleTest.java | 113 Timestamp timestamp = new Timestamp(nowTime); in testSerializing()
|
/frameworks/opt/telephony/proto/src/ |
D | persist_atoms.proto | 25 // 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/ |
D | Tuple.java | 60 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()
|
D | Timestamp.java | 29 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/ |
D | AuthTokenUtils.java | 21 import android.hardware.security.secureclock.Timestamp; 61 final Timestamp timestamp = new Timestamp(); in toHardwareAuthToken()
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | HardwareAuthTokenUtils.java | 22 import android.hardware.keymaster.Timestamp; 75 final Timestamp timestamp = new Timestamp(); in toHardwareAuthToken()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
D | HardwareAuthTokenUtilsTest.java | 22 import android.hardware.keymaster.Timestamp; 61 hardwareAuthToken.timestamp = new Timestamp(); in testHardwareAuthTokenLoopBack()
|
/frameworks/av/media/libaaudio/src/utility/ |
D | AAudioUtilities.h | 271 class Timestamp { 273 Timestamp() = default; 274 Timestamp(int64_t position, int64_t nanoseconds) in Timestamp() function
|
/frameworks/av/services/oboeservice/ |
D | AAudioServiceStreamShared.cpp | 229 void AAudioServiceStreamShared::markTransferTime(Timestamp ×tamp) { in markTransferTime() 238 Timestamp timestamp = mAtomicStreamTimestamp.read(); in getFreeRunningPosition_l() 299 Timestamp timestamp(clientFramesWritten, AudioClock::getNanoseconds()); in writeDataIfRoom()
|
D | AAudioServiceStreamShared.h | 70 void markTransferTime(Timestamp ×tamp);
|
D | AAudioServiceStreamMMAP.cpp | 220 Timestamp timestamp(*positionFrames, *timeNanos); in getFreeRunningPosition_l() 254 Timestamp timestamp = mAtomicStreamTimestamp.read(); in getHardwareTimestamp_l()
|
D | AAudioServiceEndpoint.h | 163 SimpleDoubleBuffer<Timestamp> mAtomicEndpointTimestamp;
|
D | AAudioServiceEndpointPlay.cpp | 138 Timestamp timestamp(clientFramesRead, AudioClock::getNanoseconds()); in callbackLoop()
|
D | AAudioServiceEndpointShared.cpp | 198 Timestamp timestamp = mAtomicEndpointTimestamp.read(); in getFreeRunningPosition()
|
/frameworks/av/media/libaaudio/examples/utils/ |
D | AAudioSimplePlayer.h | 38 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/ |
D | HidlToAidlSessionAdapterTest.java | 28 import android.hardware.keymaster.Timestamp; 64 mHardwareAuthToken.timestamp = new Timestamp(); in setUp()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | CachedBluetoothDeviceManager.java | 29 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/ |
D | wear_connectivity_extension_atoms.proto | 55 // Timestamp of the event log time in ElapsedRealtime 87 // Timestamp of the event log time in ElapsedRealtime
|
/frameworks/base/proto/src/criticalevents/ |
D | critical_event_log.proto | 25 // 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/ |
D | PidfParserUtils.java | 38 import com.android.ims.rcs.uce.presence.pidfparser.pidf.Timestamp; 279 Timestamp timestamp = tuple.getTimestamp(); in getTupleTimestamp()
|
/frameworks/av/media/libaaudio/src/client/ |
D | AudioStreamInternal.h | 176 SimpleDoubleBuffer<Timestamp> mAtomicInternalTimestamp;
|
/frameworks/base/core/proto/android/server/ |
D | powermanagerservice.proto | 135 // 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/ |
D | HidlToAidlSessionAdapterTest.java | 45 import android.hardware.keymaster.Timestamp; 105 mHardwareAuthToken.timestamp = new Timestamp(); in setUp()
|
/frameworks/native/cmds/evemu-record/ |
D | README.md | 38 ### Timestamp bases
|