HomeSort by relevance Sort by last modified time
    Searched refs:max_period (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
delay_peak_detector.cc 53 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/
btm_acl.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h 93 HCI_API extern BOOLEAN btsnd_hcic_per_inq_mode(UINT16 max_period, UINT16 min_period,
    [all...]
btm_api.h     [all...]
  /external/qemu/include/hw/
bt.h 462 uint16_t max_period; /* 1.28s units */ member in struct:__anon33437
    [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 86 BOOLEAN btsnd_hcic_per_inq_mode (UINT16 max_period, UINT16 min_period,
103 UINT16_TO_STREAM (pp, max_period);
    [all...]

Completed in 77 milliseconds