/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/ |
H A 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()
|
/aosp12/frameworks/opt/telephony/proto/src/ |
H A D | persist_atoms.proto | 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. */ 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 D | Tuple.java | 60 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 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
|
/aosp12/frameworks/base/keystore/java/android/security/ |
H A D | AuthTokenUtils.java | 21 import android.hardware.security.secureclock.Timestamp; 61 final Timestamp timestamp = new Timestamp(); in toHardwareAuthToken()
|
/aosp12/frameworks/native/services/vibratorservice/include/vibratorservice/ |
H A D | VibratorCallbackScheduler.h | 33 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 D | VerificationToken.aidl | 20 import android.hardware.keymaster.Timestamp; 40 Timestamp timestamp;
|
H A D | HardwareAuthToken.aidl | 19 import android.hardware.keymaster.Timestamp; 66 Timestamp timestamp;
|
/aosp12/hardware/interfaces/security/secureclock/aidl/android/hardware/security/secureclock/ |
H A D | TimeStampToken.aidl | 19 import android.hardware.security.secureclock.Timestamp; 36 Timestamp timestamp;
|
/aosp12/hardware/google/interfaces/bluetooth/ccc/1.0/ |
H A D | types.hal | 22 struct Timestamp { 24 * Timestamp in microsecond since system boot. 28 * Timestamp in microsecond since Bluetooth controller power up.
|
H A D | IBluetoothCccCallback.hal | 25 * @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 D | HardwareAuthToken.aidl | 20 import android.hardware.security.secureclock.Timestamp; 67 Timestamp timestamp;
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | HardwareAuthTokenUtils.java | 22 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 D | CarNavigationManagerTest.java | 37 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 D | AAudioUtilities.h | 300 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 D | AAudioSimplePlayer.h | 38 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 D | HardwareAuthTokenUtilsTest.java | 22 import android.hardware.keymaster.Timestamp; 61 hardwareAuthToken.timestamp = new Timestamp(); in testHardwareAuthTokenLoopBack()
|
/aosp12/system/extras/simpleperf/ |
H A D | cmd_debug_unwind.cpp | 255 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 D | AAudioServiceStreamShared.cpp | 229 void AAudioServiceStreamShared::markTransferTime(Timestamp ×tamp) { in markTransferTime() 238 Timestamp timestamp = mAtomicStreamTimestamp.read(); in getFreeRunningPosition() 299 Timestamp timestamp(clientFramesWritten, AudioClock::getNanoseconds()); in writeDataIfRoom()
|
/aosp12/system/extras/profcollectd/libprofcollectd/ |
H A D | report.rs | 27 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 D | display_protocol.h | 291 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 D | Timestamp.aidl | 20 parcelable Timestamp {
|
/aosp12/hardware/interfaces/keymaster/aidl/aidl_api/android.hardware.keymaster/2/android/hardware/keymaster/ |
H A D | Timestamp.aidl | 20 parcelable Timestamp {
|
/aosp12/hardware/interfaces/keymaster/aidl/aidl_api/android.hardware.keymaster/3/android/hardware/keymaster/ |
H A D | Timestamp.aidl | 36 parcelable Timestamp {
|
/aosp12/hardware/interfaces/keymaster/aidl/aidl_api/android.hardware.keymaster/current/android/hardware/keymaster/ |
H A D | Timestamp.aidl | 20 parcelable Timestamp {
|