HomeSort by relevance Sort by last modified time
    Searched refs:latency (Results 51 - 75 of 346) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
MockServerSocket.java 162 public void setPerformancePreferences(int connectionTime, int latency,
MockSocketConnection.java 284 public void setPerformancePreferences(int connectionTime, int latency,
  /frameworks/av/media/libstagefright/
AudioPlayer.cpp 200 mLatencyUs = (int64_t)mAudioSink->latency() * 1000;
259 mLatencyUs = (int64_t)mAudioTrack->latency() * 1000;
540 mLatencyUs = (int64_t)mAudioSink->latency() * 1000;
542 mLatencyUs = (int64_t)mAudioTrack->latency() * 1000;
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.h 90 virtual uint32_t latency() const { return ((1000*bufferSize())/frameSize())/sampleRate() + 200; } function in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
AudioHardwareStub.h 37 virtual uint32_t latency() const { return 0; } function in class:android_audio_legacy::AudioStreamOutStub
AudioDumpInterface.h 50 virtual uint32_t latency() const;
  /device/google/contexthub/firmware/src/drivers/hall/
hall.c 162 static bool hallSetRate(uint32_t rate, uint64_t latency, void *cookie)
173 return sensorSignalInternalEvt(mTask.sensorHandle, SENSOR_INTERNAL_EVT_RATE_CHG, rate, latency);
  /device/google/contexthub/firmware/src/drivers/hall_twopole/
hall_twopole.c 183 static bool hallSetRate(uint32_t rate, uint64_t latency, void *cookie)
189 return sensorSignalInternalEvt(mTask.sensorHandle, SENSOR_INTERNAL_EVT_RATE_CHG, rate, latency);
  /device/google/contexthub/firmware/src/drivers/tilt_detection/
tilt_detection.c 203 static bool tiltDetectionSetRate(uint32_t rate, uint64_t latency, void *cookie)
206 latency);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DelegatingSSLSocket.java 280 @Override public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) {
281 delegate.setPerformancePreferences(connectionTime, latency, bandwidth);
  /external/v8/src/compiler/
instruction-scheduler.cc 141 // with the highest latency on the path to reach the end of the graph).
157 cycle + (*candidate)->latency()));
274 node->set_total_latency(max_latency + node->latency());
  /frameworks/opt/net/voip/src/jni/rtp/
EchoSuppressor.cpp 164 int latency = 0; local
176 latency = i;
180 //ALOGI("corr^2 %.5f, var %8.0f %8.0f, latency %d", corr2, varX, varY,
181 // latency * mScale);
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
GraphicsStatsMonitor.java 248 // "Number High input latency: #"
250 int latency = Integer.valueOf( local
264 perc99, slowest, vsync, latency, ui, bmp, draw, 1);
JankStat.java 47 NUM_HIGH_INPUT_LATENCY(Pattern.compile("\\s*Number High input latency: (\\d+)"), 1),
88 int ft99, String slow24h, int vsync, int latency, int slowUi, int slowBmp, int slowDraw,
100 numHighLatency = latency;
140 "\nNumber High input latency: " + numHighLatency +
  /external/iproute2/tc/
q_netem.c 201 } else if (matches(*argv, "latency") == 0 ||
204 if (get_ticks(&opt.latency, *argv)) {
205 explain1("latency");
212 explain1("latency");
220 explain1("latency");
445 if (opt.latency == 0) {
466 if (dist_data && (opt.latency == 0 || opt.jitter == 0)) {
467 fprintf(stderr, "distribution specified but no latency and jitter values\n");
607 if (qopt.latency) {
608 fprintf(f, " delay %s", sprint_ticks(qopt.latency, b1))
    [all...]
  /system/bt/stack/gap/
gap_ble.c 258 UINT16_TO_STREAM(p, p_db_attr->attr_value.conn_param.latency); /* latency */
423 p_db_attr->attr_value.conn_param.latency = GAP_PREFER_CONN_LATENCY; /* 0 */
623 UINT16 min, max, latency, tout; local
653 STREAM_TO_UINT16 (latency, pp);
656 BTM_BleSetPrefConnParams (p_clcb->bda, min, max, latency, tout);
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_pulse_linux.cc 1168 // If configuring a specific latency then we want to specify
1170 // automatically to reach that target latency. However, that flag
1189 uint32_t latency = bytesPerSec * local
1194 _playBufferAttr.maxlength = latency; // num bytes stored in the buffer
1195 _playBufferAttr.tlength = latency; // target fill level of play buffer
1197 _playBufferAttr.minreq = latency / WEBRTC_PA_PLAYBACK_REQUEST_FACTOR;
1202 _configuredLatencyPlay = latency;
1284 // If configuring a specific latency then we want to specify
1286 // automatically to reach that target latency. However, that flag
1305 uint32_t latency = bytesPerSec local
2409 pa_usec_t latency; local
    [all...]
  /device/google/contexthub/firmware/src/drivers/orientation/
orientation.c 90 uint64_t latency; member in struct:FusionSensor
574 static bool fusionSetRate(uint32_t rate, uint64_t latency, void *cookie)
583 mSensor->latency = latency;
619 mTask.raw_sensor_latency = mTask.sensors[i].latency < mTask.raw_sensor_latency ?
620 mTask.sensors[i].latency : mTask.raw_sensor_latency;
631 sensorSignalInternalEvt(mSensor->handle, SENSOR_INTERNAL_EVT_RATE_CHG, rate, latency);
  /device/google/contexthub/firmware/inc/
syscallDo.h 180 static inline bool eOsSensorRequest(uint32_t clientId, uint32_t sensorHandle, uint32_t rate, uint64_t latency)
182 uint32_t latency_lo = latency;
183 uint32_t latency_hi = latency >> 32;
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc 1353 UInt32 latency = 0; local
2053 UInt32 latency = 0; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
Watchdog.java 145 long latency = SystemClock.uptimeMillis() - mStartTime; local
146 if (latency < mWaitMax/2) {
148 } else if (latency < mWaitMax) {
  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
lib_aci.cxx 235 bool lib_aci_set_app_latency(uint16_t latency, aci_app_latency_mode_t latency_mode)
240 aci_set_app_latency.latency = latency;
aci_cmds.h 139 * Set application latency
349 uint16_t latency; member in struct:__anon29977
lib_aci.h 86 // Current connection interval, slave latency and link supervision timeout
162 /** @brief Gets the current slave latency.
163 * @return Current slave latency.
355 /** @brief Sets a given application latency.
359 bool lib_aci_set_app_latency(uint16_t latency, aci_app_latency_mode_t latency_mode);
405 * @param slave_latency requested slave latency.
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
smoothness.py 169 """Returns Values for the mean and discrepancy for given latency stats."""
198 Returns a Value for the first gesture scroll update latency for each
212 description='First gesture scroll update latency measures the time it '

Completed in 970 milliseconds

1 23 4 5 6 7 8 91011>>