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

  /external/webrtc/webrtc/voice_engine/include/
voe_dtmf.h 60 int lengthMs = 160,
82 int lengthMs = 200,
  /hardware/interfaces/vibrator/1.1/
IVibrator.hal 31 * @return lengthMs The length of time the event is expected to take in
38 generates (Status status, uint32_t lengthMs);
  /hardware/interfaces/vibrator/1.2/
IVibrator.hal 30 * @return lengthMs The length of time the event is expected to take in
36 generates (Status status, uint32_t lengthMs);
  /external/webrtc/webrtc/voice_engine/
voe_dtmf_impl.cc 52 int lengthMs,
57 channel, eventCode, (int)outOfBand, lengthMs, attenuationDb);
79 (lengthMs < kMinTelephoneEventDuration) ||
80 (lengthMs > kMaxTelephoneEventDuration) ||
96 _shared->transmit_mixer()->UpdateMuteMicrophoneTime(lengthMs);
103 _shared->output_mixer()->PlayDtmfTone(eventCode, lengthMs - 80,
115 return channelPtr->SendTelephoneEventOutband(eventCode, lengthMs,
126 return channelPtr->SendTelephoneEventInband(eventCode, lengthMs,
168 int VoEDtmfImpl::PlayDtmfTone(int eventCode, int lengthMs, int attenuationDb) {
170 "PlayDtmfTone(eventCode=%d, lengthMs=%d, attenuationDb=%d)"
    [all...]
voe_dtmf_impl.h 24 int lengthMs = 160,
38 int lengthMs = 200,
dtmf_inband.h 34 int32_t lengthMs,
output_mixer.h 54 int PlayDtmfTone(uint8_t eventCode, int lengthMs, int attenuationDb);
dtmf_inband.cc 130 int32_t lengthMs,
153 (lengthMs * (_outputFrequencyHz / 1000));
154 _lengthMs = lengthMs;
transmit_mixer.h 79 void UpdateMuteMicrophoneTime(uint32_t lengthMs);
channel.h 300 int SendTelephoneEventOutband(unsigned char eventCode, int lengthMs,
302 int SendTelephoneEventInband(unsigned char eventCode, int lengthMs,
391 uint16_t lengthMs,
output_mixer.cc 200 int OutputMixer::PlayDtmfTone(uint8_t eventCode, int lengthMs,
205 if (_dtmfGenerator.AddTone(eventCode, lengthMs, attenuationDb) != 0)
channel.cc 382 uint16_t lengthMs,
385 "Channel::OnPlayTelephoneEvent(event=%u, lengthMs=%u,"
386 " volume=%u)", event, lengthMs, volume);
399 _outputMixerPtr->PlayDtmfTone(event, lengthMs - 80, volume);
    [all...]
transmit_mixer.cc 484 TransmitMixer::UpdateMuteMicrophoneTime(uint32_t lengthMs)
487 "TransmitMixer::UpdateMuteMicrophoneTime(lengthMs=%d)",
488 lengthMs);
489 _remainingMuteMicTimeMs = lengthMs;
    [all...]
  /hardware/interfaces/vibrator/1.0/
IVibrator.hal 65 * @return lengthMs The length of time the event is expected to take in
71 perform(Effect effect, EffectStrength strength) generates (Status status, uint32_t lengthMs);
  /hardware/interfaces/vibrator/1.1/vts/functional/
VtsHalVibratorV1_1TargetTest.cpp 64 static void validatePerformEffect(Status status, uint32_t lengthMs) {
67 ASSERT_GT(lengthMs, static_cast<uint32_t>(0))
70 ASSERT_EQ(lengthMs, static_cast<uint32_t>(0))
  /hardware/interfaces/vibrator/1.2/vts/functional/
VtsHalVibratorV1_2TargetTest.cpp 67 static void validatePerformEffect(Status status, uint32_t lengthMs) {
70 ASSERT_LT(static_cast<uint32_t>(0), lengthMs)
73 ASSERT_EQ(static_cast<uint32_t>(0), lengthMs)
78 static void validatePerformEffectBadInput(Status status, uint32_t lengthMs) {
80 ASSERT_EQ(static_cast<uint32_t>(0), lengthMs)
  /hardware/interfaces/vibrator/1.0/vts/functional/
VtsHalVibratorV1_0TargetTest.cpp 64 static void validatePerformEffect(Status status, uint32_t lengthMs) {
67 ASSERT_GT(lengthMs, static_cast<uint32_t>(0));
69 ASSERT_EQ(lengthMs, static_cast<uint32_t>(0));
  /frameworks/base/services/core/jni/
com_android_server_VibratorService.cpp 141 uint32_t lengthMs;
142 auto callback = [&status, &lengthMs](Status retStatus, uint32_t retLengthMs) {
144 lengthMs = retLengthMs;
170 return lengthMs;
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h 224 const uint16_t lengthMs,
367 const uint16_t lengthMs,
  /external/webrtc/webrtc/test/
mock_voice_engine.h 149 int lengthMs,
158 int(int eventCode, int lengthMs, int attenuationDb));

Completed in 134 milliseconds