Searched refs:latency (Results 101 - 125 of 147) sorted by relevance

123456

/external/bluetooth/bluedroid/stack/include/
H A Dhcimsgs.h379 UINT32 latency, UINT32 delay_var);
434 UINT32 peak, UINT32 latency);
1040 UINT32 latency, UINT32 delay_var);
1048 UINT32 peak, UINT32 latency);
H A Dl2c_api.h1142 UINT16 max_int, UINT16 latency, UINT16 timeout);
/external/iproute2/include/linux/
H A Dpkt_sched.h518 __u32 latency; /* added delay (us) */ member in struct:tc_netem_qopt
523 __u32 jitter; /* random jitter in latency (us) */
/external/chromium_org/media/audio/win/
H A Dcore_audio_util_win.cc793 REFERENCE_TIME latency = 0; local
794 hr = client->GetStreamLatency(&latency);
795 DVLOG(2) << "stream latency: "
796 << RefererenceTimeToTimeDelta(latency).InMillisecondsF() << " [ms]";
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc3427 // Get maximum latency for the current stream (will not change for the lifetime of the IAudioClient object).
3429 REFERENCE_TIME latency; local
3430 _ptrClientOut->GetStreamLatency(&latency);
3431 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "[REND] max stream latency : %u (%3.2f ms)",
3432 (DWORD)latency, (double)(latency/10000.0));
3439 // This period plus the stream latency between the buffer and endpoint device represents
3440 // the minimum possible latency that an audio application can achieve.
3453 (int)((latency + devPeriod) / 10000);
3912 // Get maximum latency fo
3914 REFERENCE_TIME latency; local
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c218 uint16_t latency; member in struct:__anon1069
1626 p_conn_param_cb->latency, p_conn_param_cb->timeout);
1630 p_conn_param_cb->latency, p_conn_param_cb->timeout);
1974 int max_interval, int latency, int timeout)
1980 btif_cb.latency = latency;
1973 btif_gattc_conn_parameter_update(const bt_bdaddr_t *bd_addr, int min_interval, int max_interval, int latency, int timeout) argument
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c641 UINT32_TO_STREAM (p, p_cfg->qos.latency);
741 UINT32_TO_STREAM (p, p_cfg->qos.latency);
1538 p_ccb->our_cfg.qos.latency = p_ccb->peer_cfg.qos.latency = L2CAP_DEFAULT_LATENCY;
2926 void l2cu_send_peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, UINT16 latency, UINT16 timeout) argument
2946 UINT16_TO_STREAM (p, latency);
H A Dl2c_main.c530 STREAM_TO_UINT32 (cfg_info.qos.latency, p);
632 STREAM_TO_UINT32 (cfg_info.qos.latency, p);
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c1409 ** slave_latency - preferred slave latency
2410 ** latency - slave latency [0 ~ 500]
2417 UINT16 latency, UINT16 timeout)
2429 p_msg->latency = latency;
2416 BTA_DmBleUpdateConnectionParams(BD_ADDR bd_addr, UINT16 min_int, UINT16 max_int, UINT16 latency, UINT16 timeout) argument
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_guest.cc517 host_->ForwardTouchEventWithLatencyInfo(cancel_event, *event->latency());
/external/chromium_org/content/browser/renderer_host/
H A Dui_events_helper.cc142 uievent->set_latency(touch_with_latency.latency);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DNetworkPanel.js458 option.value = "latency";
491 this._sortingFunctions.latency = WebInspector.NetworkDataGridNode.RequestPropertyComparator.bind(null, "latency", true);
508 this._calculators.latency = this._durationCalculator;
2185 WebInspector.NetworkTimeCalculator._latencyDownloadTotalFormat = new WebInspector.UIStringFormat("%s latency, %s download (%s total)");
2188 WebInspector.NetworkTimeCalculator._latencyFormat = new WebInspector.UIStringFormat("%s latency");
2359 var hasLatency = request.latency > 0;
2361 var leftLabel = Number.secondsToString(request.latency);
2818 this._appendSubtitle(cell, Number.secondsToString(this._request.latency));
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h535 __u32 latency; /* added delay (us) */ member in struct:tc_netem_qopt
540 __u32 jitter; /* random jitter in latency (us) */
/external/oprofile/events/i386/nehalem/
H A Dunit_masks316 0x02 registers This event counts the number of cycles instruction execution latency became longer than the defined latency because the instruction used a register that was partially written by previous instruction
/external/oprofile/events/i386/westmere/
H A Dunit_masks193 0x01 miss Longest latency cache miss
194 0x02 reference Longest latency cache reference
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc480 ui::LatencyInfo* latency) {
483 latency, layer_tree_host_.get(), NULL));
479 CreateLatencyInfoSwapPromiseMonitor( ui::LatencyInfo* latency) argument
/external/blktrace/btt/doc/
H A Dbtt.tex678 The latency data files which can be optionally produced by \texttt{btt}
679 provide per-IO latency information, one for queue time (Q2D), one
684 while the second column (Y values) shows the actual latency for a
912 This option instructs \texttt{btt} to generate the D2C latency file
919 average latency over that period.
956 This option instructs \texttt{btt} to generate the Q2C latency file
1113 This option instructs \texttt{btt} to generate the Q2D latency file
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.h155 ui::LatencyInfo* latency) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DNetworkRequest.js262 get latency()
/external/oprofile/events/mips/34K/
H A Devents88 event:0x3e counters:0 um:zero minimum:500 name:READ_RESPONSE_LATENCY : 62-0 Read latency from miss detection until critical dword of response is returned
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-xen.c657 PRE_XEN_DOMCTL_READ(scheduler_op, u.sedf.latency);
1230 POST_XEN_DOMCTL_WRITE(scheduler_op, u.sedf.latency);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel_unittest.cc640 int latency = 0; local
641 EXPECT_TRUE(options.buffered_mode_latency.Get(&latency));
642 EXPECT_EQ(101, latency);
649 EXPECT_TRUE(options.buffered_mode_latency.Get(&latency));
650 EXPECT_EQ(102, latency);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_acl.c2826 p_flow->latency,p_flow->delay_variation))
2870 qossu.flow.latency = p_flow->latency;
/external/oprofile/events/mips/1004K/
H A Devents96 event:0x3e counters:0 um:zero minimum:500 name:READ_RESPONSE_LATENCY : 62-0 Read latency from miss detection until critical dword of response is returned
/external/qemu/include/hw/
H A Dbt.h712 uint32_t latency; /* Microseconds */ member in struct:__anon29751
1822 uint32_t latency; member in struct:__anon29874

Completed in 1594 milliseconds

123456