Home
last modified time | relevance | path

Searched refs:latency (Results 1 – 25 of 80) sorted by relevance

1234

/frameworks/av/media/libaudioclient/tests/
Dtrack_test_output_v1.0_ref_walleye.txt10 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 …]
Drecord_test_output_v1.0_ref_walleye.txt9 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/
DLoggableMonitor.java102 final long latency = mFirstAcquireTimeMs != 0 in logOnError() local
113 + ", Latency: " + latency); in logOnError()
115 Slog.v(TAG, "Error latency: " + latency); in logOnError()
126 latency); in logOnError()
144 final long latency = mFirstAcquireTimeMs != 0 in logOnAuthenticated() local
155 + ", Latency: " + latency); in logOnAuthenticated()
157 Slog.v(TAG, "Authentication latency: " + latency); in logOnAuthenticated()
167 latency, in logOnAuthenticated()
171 protected final void logOnEnrolled(int targetUserId, long latency, boolean enrollSuccessful) { in logOnEnrolled() argument
176 + ", Latency: " + latency in logOnEnrolled()
[all …]
/frameworks/rs/tests/cpp_api/latency/
DAndroid.mk4 LOCAL_MODULE:= rstest-latency
10 latency.rscript \
11 latency.cpp
/frameworks/av/services/mediaanalytics/
Dstatsd_audiorecord.cpp67 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()
/frameworks/base/core/java/android/bluetooth/
DBluetoothHidDeviceAppQosSettings.java62 int latency, in BluetoothHidDeviceAppQosSettings() argument
68 mLatency = latency; in BluetoothHidDeviceAppQosSettings()
DBluetoothGattCallback.java194 public void onConnectionUpdated(BluetoothGatt gatt, int interval, int latency, int timeout, in onConnectionUpdated() argument
DBluetoothGattServerCallback.java198 public void onConnectionUpdated(BluetoothDevice device, int interval, int latency, int timeout, in onConnectionUpdated() argument
DBluetoothGattServer.java356 public void onConnectionUpdated(String address, int interval, int latency,
360 + " interval=" + interval + " latency=" + latency
367 mCallback.onConnectionUpdated(device, interval, latency,
/frameworks/base/tools/orientationplot/
DREADME.txt38 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/native/opengl/tests/testLatency/
DAndroid.bp2 // Test end-to-end latency.
/frameworks/base/docs/downloads/partner/audio/
DREADME.txt1 A/V sync and latency PCB
/frameworks/hardware/interfaces/sensorservice/1.0/
DIEventQueue.hal26 * max batch report latency. If enableSensor is called multiple times on the
34 * max batch report latency in microseconds.
/frameworks/base/core/java/android/speech/tts/
DVoice.java73 int latency, in Voice() argument
79 this.mLatency = latency; in Voice()
/frameworks/av/cmds/stagefright/
DAudioPlayer.cpp208 mLatencyUs = (int64_t)mAudioSink->latency() * 1000; in start()
267 mLatencyUs = (int64_t)mAudioTrack->latency() * 1000; in start()
548 mLatencyUs = (int64_t)mAudioSink->latency() * 1000; in fillBuffer()
550 mLatencyUs = (int64_t)mAudioTrack->latency() * 1000; in fillBuffer()
/frameworks/base/core/java/com/android/internal/logging/
DEventLogTags.logtags15 36070 sysui_latency (action|1|6),(latency|1|3)
/frameworks/base/core/java/com/android/internal/os/
DLooperStats.java105 final long latency = getElapsedRealtimeMicro() - session.startTimeMicro; in messageDispatched() local
107 entry.totalLatencyMicro += latency; in messageDispatched()
108 entry.maxLatencyMicro = Math.max(entry.maxLatencyMicro, latency); in messageDispatched()
/frameworks/opt/net/voip/src/jni/rtp/
DEchoSuppressor.cpp164 int latency = 0; in run() local
176 latency = i; in run()
/frameworks/av/media/libeffects/visualizer/
DEffectVisualizer.cpp609 uint32_t latency = *((uint32_t *)p->data + 1); in Visualizer_command() local
610 if (latency > MAX_LATENCY_MS) { in Visualizer_command()
611 latency = MAX_LATENCY_MS; // clamp latency b/31781965 in Visualizer_command()
613 pContext->mLatency = latency; in Visualizer_command()
614 ALOGV("set mLatency = %u", latency); in Visualizer_command()
/frameworks/base/core/proto/android/service/
Ddiskstats.proto38 // Whether the latency test resulted in an error
42 // 512B write latency in milliseconds, if the test was successful
/frameworks/base/services/core/java/com/android/server/
DWatchdog.java190 long latency = SystemClock.uptimeMillis() - mStartTime; in getCompletionStateLocked() local
191 if (latency < mWaitMax/2) { in getCompletionStateLocked()
193 } else if (latency < mWaitMax) { in getCompletionStateLocked()
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt106 video frame timestamps for video encoding, display latency metrics, and
107 display latency control.
DEGL_ANDROID_front_buffer_auto_refresh.txt37 This extension is intended for latency-sensitive applications that are doing
/frameworks/av/media/libaaudio/tests/
Dtest_timestamps.cpp308 double latency = calculateLatencyMillis(timestamp->timestampPosition, in testTimeStamps() local
320 latency, in testTimeStamps()
/frameworks/base/core/proto/android/wifi/
Denums.proto47 * Wi-Fi will operate with a priority to achieve low latency.

1234