HomeSort by relevance Sort by last modified time
    Searched defs:control_type (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.h 32 control_type(kMimdControl),
45 control_type(kMimdControl),
53 RateControlType control_type,
59 control_type(control_type),
67 RateControlType control_type,
72 control_type(control_type),
80 RateControlType control_type; member in struct:webrtc::testing::bwe::BweTestConfig::EstimatorConfig
  /external/bluetooth/bluedroid/stack/bnep/
bnep_utils.c 786 UINT8 control_type; local
796 control_type = *p++;
799 BNEP_TRACE_EVENT ("BNEP processing control packet rem_len %d, is_ext %d, ctrl_type %d", *rem_len, is_ext, control_type);
801 switch (control_type)
869 BNEP_TRACE_ERROR ("BNEP - bad ctl pkt type: %d", control_type);
870 bnep_send_command_not_understood (p_bcb, control_type);
    [all...]

Completed in 53 milliseconds