Searched defs:max_period (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddelay_peak_detector.cc53 int max_period = -1; // Returns -1 for an empty history. local
56 max_period = std::max(max_period, it->period_ms);
58 return max_period;
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_acl.c1842 tBTM_STATUS BTM_SetSniffMode (BD_ADDR remote_bda, UINT16 min_period, UINT16 max_period, argument
1858 if (!btsnd_hcic_sniff_mode (p->hci_handle, max_period,
/external/bluetooth/bluedroid/stack/hcic/
H A Dhcicmds.c86 BOOLEAN btsnd_hcic_per_inq_mode (UINT16 max_period, UINT16 min_period, argument
103 UINT16_TO_STREAM (pp, max_period);
/external/qemu/include/hw/
H A Dbt.h462 uint16_t max_period; /* 1.28s units */ member in struct:__anon29719

Completed in 168 milliseconds