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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
delay_peak_detector.cc 59 int max_period = -1; // Returns -1 for an empty history. local
62 max_period = std::max(max_period, it->period_ms);
64 return max_period;
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
pwm.hpp 214 max_period() function in class:mraa::Pwm
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 145 int max_period; // if max_period is non zero or different than period, then this bucket is member in struct:__anon31011
148 // to a maximum period of max_period
  /system/bt/stack/include/
hcimsgs.h 48 extern BOOLEAN btsnd_hcic_per_inq_mode(UINT16 max_period, UINT16 min_period,
    [all...]
  /system/bt/stack/hcic/
hcicmds.c 71 BOOLEAN btsnd_hcic_per_inq_mode (UINT16 max_period, UINT16 min_period,
83 UINT16_TO_STREAM (pp, max_period);
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan.cpp 384 "numChannelSpecs:%d max_period:%d base:%d step_count:%d",
387 numChannelSpecs, bucketSpec.max_period,
408 bucketSpec.max_period) ||
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
gscan.cpp 500 mParams->buckets[i].max_period);
    [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 484 params.buckets[i].max_period = helper.getIntField(bucket, "max_period_ms");
498 params.buckets[i].max_period, params.buckets[i].base,
    [all...]

Completed in 603 milliseconds