Home
last modified time | relevance | path

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

1234

/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A 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()
/aosp12/frameworks/opt/telephony/proto/src/
H A Dpersist_atoms.proto31 /* 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. */
94 /* Timestamp of last network_requests pull. */
118 /* Timestamp of last sip_delegate_stats pull. */
130 /* Timestamp of last sip_message_response pull. */
160 /* Timestamp of last uce_event_stats pull. */
[all …]
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A 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()
H A 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
/aosp12/frameworks/base/keystore/java/android/security/
H A DAuthTokenUtils.java21 import android.hardware.security.secureclock.Timestamp;
61 final Timestamp timestamp = new Timestamp(); in toHardwareAuthToken()
/aosp12/frameworks/native/services/vibratorservice/include/vibratorservice/
H A DVibratorCallbackScheduler.h33 using Timestamp = std::chrono::time_point<std::chrono::steady_clock>;
41 Timestamp getExpiration() const;
49 Timestamp mExpiration;
/aosp12/hardware/interfaces/keymaster/aidl/android/hardware/keymaster/
H A DVerificationToken.aidl20 import android.hardware.keymaster.Timestamp;
40 Timestamp timestamp;
H A DHardwareAuthToken.aidl19 import android.hardware.keymaster.Timestamp;
66 Timestamp timestamp;
/aosp12/hardware/interfaces/security/secureclock/aidl/android/hardware/security/secureclock/
H A DTimeStampToken.aidl19 import android.hardware.security.secureclock.Timestamp;
36 Timestamp timestamp;
/aosp12/hardware/google/interfaces/bluetooth/ccc/1.0/
H A Dtypes.hal22 struct Timestamp {
24 * Timestamp in microsecond since system boot.
28 * Timestamp in microsecond since Bluetooth controller power up.
H A DIBluetoothCccCallback.hal25 * @param timestamp Timestamp when the LMP event involked
31 onEventGenerated(Timestamp timestamp, Address address, Direction direction,
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DHardwareAuthToken.aidl20 import android.hardware.security.secureclock.Timestamp;
67 Timestamp timestamp;
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DHardwareAuthTokenUtils.java22 import android.hardware.keymaster.Timestamp;
75 final Timestamp timestamp = new Timestamp(); in toHardwareAuthToken()
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarNavigationManagerTest.java37 import android.car.cluster.navigation.NavigationState.Timestamp;
83 Timestamp timestamp = Timestamp.newBuilder().build(); in testSerializeAndDeserializeProto()
112 assertThat(Timestamp.parseFrom(timestamp.toByteArray())).isNotNull(); in testSerializeAndDeserializeProto()
/aosp12/frameworks/av/media/libaaudio/src/utility/
H A DAAudioUtilities.h300 class Timestamp {
302 Timestamp() in Timestamp() function
305 Timestamp(int64_t position, int64_t nanoseconds) in Timestamp() function
/aosp12/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimplePlayer.h38 typedef struct Timestamp { struct
41 } Timestamp; argument
263 Timestamp timestamps[MAX_TIMESTAMPS];
343 Timestamp *timestamp = &sineData->timestamps[sineData->timestampCount]; in SimplePlayerDataCallbackProc()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DHardwareAuthTokenUtilsTest.java22 import android.hardware.keymaster.Timestamp;
61 hardwareAuthToken.timestamp = new Timestamp(); in testHardwareAuthTokenLoopBack()
/aosp12/system/extras/simpleperf/
H A Dcmd_debug_unwind.cpp255 if (sample_times_.empty() || sample_times_.count(r->Timestamp())) { in ProcessRecord()
259 if (last_unwinding_result_ && last_unwinding_result_->Timestamp() == sr.Timestamp()) { in ProcessRecord()
289 fprintf(out_fp_, "sample_time: %" PRIu64 "\n", r.Timestamp()); in UnwindRecord()
370 keep_record = (sample_times_.count(r->Timestamp()) > 0); in ProcessRecord()
372 keep_record = (sample_times_.count(r->Timestamp()) > 0); in ProcessRecord()
399 r.Timestamp()); in WriteMapsForSample()
531 fprintf(out_fp_, "sample_time: %" PRIu64 "\n", sr.Timestamp()); in ReportUnwindingResult()
/aosp12/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamShared.cpp229 void AAudioServiceStreamShared::markTransferTime(Timestamp &timestamp) { in markTransferTime()
238 Timestamp timestamp = mAtomicStreamTimestamp.read(); in getFreeRunningPosition()
299 Timestamp timestamp(clientFramesWritten, AudioClock::getNanoseconds()); in writeDataIfRoom()
/aosp12/system/extras/profcollectd/libprofcollectd/
H A Dreport.rs27 use uuid::v1::{Context, Timestamp};
81 Timestamp::from_unix(&*UUID_CONTEXT, since_epoch.as_secs(), since_epoch.subsec_nanos()); in get_report_filename()
/aosp12/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h291 using Timestamp = int64_t; member
294 PDX_REMOTE_METHOD(Wait, kOpWait, Timestamp(Void));
295 PDX_REMOTE_METHOD(GetLastTimestamp, kOpGetLastTimestamp, Timestamp(Void));
/aosp12/hardware/interfaces/keymaster/aidl/aidl_api/android.hardware.keymaster/1/android/hardware/keymaster/
H A DTimestamp.aidl20 parcelable Timestamp {
/aosp12/hardware/interfaces/keymaster/aidl/aidl_api/android.hardware.keymaster/2/android/hardware/keymaster/
H A DTimestamp.aidl20 parcelable Timestamp {
/aosp12/hardware/interfaces/keymaster/aidl/aidl_api/android.hardware.keymaster/3/android/hardware/keymaster/
H A DTimestamp.aidl36 parcelable Timestamp {
/aosp12/hardware/interfaces/keymaster/aidl/aidl_api/android.hardware.keymaster/current/android/hardware/keymaster/
H A DTimestamp.aidl20 parcelable Timestamp {

1234