/frameworks/av/media/libaudioclient/tests/ |
D | track_test_output_v1.0_ref_walleye.txt | 10 latency (150), selected device Id(0), routed device Id(2) 11 output(13) AF latency (50) AF frame count(960) AF SampleRate(48000) 21 latency (250), selected device Id(0), routed device Id(2) 22 output(13) AF latency (50) AF frame count(960) AF SampleRate(48000) 32 latency (350), selected device Id(0), routed device Id(2) 33 output(13) AF latency (50) AF frame count(960) AF SampleRate(48000) 43 latency (650), selected device Id(0), routed device Id(2) 44 output(13) AF latency (50) AF frame count(960) AF SampleRate(48000) 54 latency (150), selected device Id(0), routed device Id(2) 55 output(13) AF latency (50) AF frame count(960) AF SampleRate(48000) [all …]
|
D | record_test_output_v1.0_ref_walleye.txt | 9 input(150), latency(100), selected device Id(0), routed device Id(11) 18 input(158), latency(200), selected device Id(0), routed device Id(11) 27 input(166), latency(300), selected device Id(0), routed device Id(11) 36 input(174), latency(600), selected device Id(0), routed device Id(11) 45 input(182), latency(100), selected device Id(0), routed device Id(11) 54 input(190), latency(200), selected device Id(0), routed device Id(11) 63 input(198), latency(400), selected device Id(0), routed device Id(11) 72 input(206), latency(100), selected device Id(0), routed device Id(11) 81 input(214), latency(100), selected device Id(0), routed device Id(11) 90 input(222), latency(100), selected device Id(0), routed device Id(11) [all …]
|
/frameworks/proto_logging/stats/express/catalog/ |
D | automotive_os.cfg | 20 display_name: "Get property sync latency" 21 description: "Car service end to end latency for get property sync" 37 display_name: "Vehicle HAL get property latency" 38 …description: "End to end latency for Vehicle HAL getting a property value. This measures the time … 54 display_name: "Set property sync latency" 55 description: "Car service end to end latency for set property sync" 71 display_name: "Vehicle HAL set property latency" 72 description: "End to end latency for VHAL setting a property value" 104 display_name: "Async get property request latency" 120 display_name: "Async get property request latency" [all …]
|
D | binary_transparency.cfg | 4 display_name: "Digest all packages latency"
|
D | wear_notifications.cfg | 4 display_name: "Notification image assets open latency"
|
/frameworks/base/services/core/java/com/android/server/biometrics/log/ |
D | BiometricLogger.java | 176 final long latency = mFirstAcquireTimeMs != 0 in logOnError() local 187 + ", Latency: " + latency); in logOnError() 189 Slog.v(TAG, "Error latency: " + latency); in logOnError() 198 Utils.isDebugEnabled(context, targetUserId), latency, in logOnError() 228 final long latency = mFirstAcquireTimeMs != 0 in logOnAuthenticated() local 239 + ", Latency: " + latency in logOnAuthenticated() 242 Slog.v(TAG, "Authentication latency: " + latency); in logOnAuthenticated() 252 latency, authState, requireConfirmation, targetUserId, mALSProbe); in logOnAuthenticated() 256 public void logOnEnrolled(int targetUserId, long latency, boolean enrollSuccessful, in logOnEnrolled() argument 266 + ", Latency: " + latency in logOnEnrolled() [all …]
|
D | BiometricFrameworkStatsLogger.java | 79 int statsModality, int statsAction, int statsClient, boolean isDebug, long latency, in authenticate() argument 88 sanitizeLatency(latency), in authenticate() 106 int statsModality, int statsAction, int statsClient, boolean isDebug, long latency, in authenticate() argument 110 latency, authState, requireConfirmation, targetUserId, ambientLightLux); in authenticate() 116 int targetUserId, long latency, boolean enrollSuccessful, float ambientLightLux, in enroll() argument 121 sanitizeLatency(latency), in enroll() 130 int statsModality, int statsAction, int statsClient, boolean isDebug, long latency, in error() argument 141 sanitizeLatency(latency), in error() 250 private long sanitizeLatency(long latency) { in sanitizeLatency() argument 251 if (latency < 0) { in sanitizeLatency() [all …]
|
/frameworks/native/libs/gui/ |
D | CompositorTiming.cpp | 36 const nsecs_t latency = (vsyncPeriod - vsyncPhase) % vsyncPeriod; in CompositorTiming() local 37 return latency > 0 ? latency : vsyncPeriod; in CompositorTiming()
|
/frameworks/rs/tests/cpp_api/latency/ |
D | Android.bp | 25 name: "rstest-latency", 30 "latency.rscript", 31 "latency.cpp",
|
/frameworks/av/services/mediametrics/ |
D | statsd_audiorecord.cpp | 67 int32_t latency = -1; in statsd_audiorecord() local 68 if (item->getInt32("android.media.audiorecord.latency", &latency)) { in statsd_audiorecord() 69 metrics_proto.set_latency(latency); in statsd_audiorecord() 168 << " latency:" << latency in statsd_audiorecord()
|
/frameworks/proto_logging/stats/atoms/ondevicepersonalization/ |
D | ondevicepersonalization_extension_atoms.proto | 65 // end to end latency of the operation 69 // latency excluding time spent in user code 71 // latency between call and service entry 73 // latency between service return and callback
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | SetAmplitudeVibratorStep.java | 80 long latency = now - startTime; in play() local 83 "Running amplitude step with " + latency + "ms latency."); in play() 86 if (mVibratorCompleteCallbackReceived && latency < 0) { in play() 89 turnVibratorBackOn(/* remainingDuration= */ -latency); in play()
|
D | RampOffVibratorStep.java | 56 long latency = SystemClock.uptimeMillis() - startTime; in play() local 58 + latency + "ms latency."); in play()
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CameraExtensionSession.java | 503 StillCaptureLatency latency = (StillCaptureLatency) o; in equals() 505 if (mCaptureLatency != latency.mCaptureLatency) return false; in equals() 506 if (mProcessingLatency != latency.mProcessingLatency) return false; in equals()
|
/frameworks/base/config/ |
D | boot-image-profile-extra.txt | 17 # A list of methods that are found to be latency sensitive. We have this manual 19 # methods are latency sensitive is difficult. For example, this method is executed
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioIoDescriptor.h | 55 size_t frameCount, size_t frameCountHal, uint32_t latency = 0, 59 mFrameCount(frameCount), mFrameCountHAL(frameCountHal), mLatency(latency), in mIoHandle()
|
/frameworks/base/docs/downloads/partner/audio/ |
D | README.txt | 1 A/V sync and latency PCB
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
D | UsageStats.java | 47 public AuthenticationEvent(long startTime, long latency, boolean authenticated, int error, in AuthenticationEvent() argument 50 mLatency = latency; in AuthenticationEvent()
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 38 intervals for the proposed orientation and accelerometer latency. 44 and the latency for orientation detection goes up. One way to observe this 70 3. Accelerometer jitter. The accelerometer latency graph displays the interval 72 should be a fairly constant 60ms. If the latency jumps around wildly or
|
/frameworks/av/media/libaudioclient/aidl/android/media/ |
D | AudioIoDescriptor.aidl | 37 int latency;
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | IEventQueue.hal | 26 * max batch report latency. If enableSensor is called multiple times on the 34 * max batch report latency in microseconds.
|
/frameworks/proto_logging/stats/atoms/federatedcompute/ |
D | federatedcompute_extension_atoms.proto | 117 // The latency of binding to client implemented ExampleStore in nanoseconds. 120 // The latency of starting ExampleStore query in nanoseconds. 128 * Logs the latency when ExampleStoreIterator.Next is called.
|
/frameworks/native/opengl/tests/testLatency/ |
D | Android.bp | 2 // Test end-to-end latency.
|
/frameworks/base/core/java/com/android/internal/logging/ |
D | EventLogTags.logtags | 15 36070 sysui_latency (action|1|6),(latency|1|3)
|
/frameworks/base/services/core/java/com/android/server/power/feature/ |
D | power_flags.aconfig | 17 …description: "Feature flag for tracking the optimizations to improve the latency of acquiring and …
|