/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/base/services/core/java/com/android/server/biometrics/log/ |
D | BiometricLogger.java | 174 final long latency = mFirstAcquireTimeMs != 0 in logOnError() local 185 + ", Latency: " + latency); in logOnError() 187 Slog.v(TAG, "Error latency: " + latency); in logOnError() 196 Utils.isDebugEnabled(context, targetUserId), latency, in logOnError() 224 final long latency = mFirstAcquireTimeMs != 0 in logOnAuthenticated() local 235 + ", Latency: " + latency in logOnAuthenticated() 238 Slog.v(TAG, "Authentication latency: " + latency); in logOnAuthenticated() 248 latency, authState, requireConfirmation, targetUserId, mALSProbe); in logOnAuthenticated() 252 public void logOnEnrolled(int targetUserId, long latency, boolean enrollSuccessful) { in logOnEnrolled() argument 261 + ", 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 120 sanitizeLatency(latency), in enroll() 128 int statsModality, int statsAction, int statsClient, boolean isDebug, long latency, in error() argument 139 sanitizeLatency(latency), in error() 242 private long sanitizeLatency(long latency) { in sanitizeLatency() argument 243 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/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/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/base/core/java/android/hardware/camera2/ |
D | CameraExtensionSession.java | 472 StillCaptureLatency latency = (StillCaptureLatency) o; in equals() 474 if (mCaptureLatency != latency.mCaptureLatency) return false; in equals() 475 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/proto_logging/stats/enums/app/wearservices/ |
D | wearservices_enums.proto | 245 // This enum depicts the different stages of call where latency should be 249 // Depicts an unknown latency measurement 252 // Depicts the latency for creating a call 255 // Depicts the latency to ring for the call 258 // Depicts the latency for answering the call 261 // Depicts the latency for changing the audio output for the call
|
/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/proto_logging/stats/express/catalog/ |
D | binary_transparency.cfg | 4 display_name: "Digest all packages 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/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/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/ |
D | EventLogWriter.java | 33 public void visible(Context context, int source, int category, int latency) { in visible() argument 38 latency); in visible()
|
D | MetricsFeatureProvider.java | 80 public void visible(Context context, int source, int category, int latency) { in visible() argument 82 writer.visible(context, source, category, latency); in visible()
|
/frameworks/base/core/java/android/speech/tts/ |
D | Voice.java | 74 int latency, in Voice() argument 80 this.mLatency = latency; in Voice()
|
/frameworks/base/proto/src/ |
D | camera.proto | 44 // The capture latency of first request for this stream 53 // 1: Capture latency: bin size in milliseconds
|