Searched defs:preamble (Results 1 – 5 of 5) sorted by relevance
936 VibrationEffect preamble = new VibrationEffect.WaveformEnvelopeBuilder() in testRepeating_withWaveformEnvelopeEffect_allSucceed() local1005 VibrationEffect preamble = new VibrationEffect.BasicEnvelopeBuilder() in testRepeating_withBasicEnvelopeEffect_allSucceed() local1080 VibrationEffect preamble = VibrationEffect.get(entry.getValue()); in testRepeating_withPredefinedEffects_allSucceed() local1130 VibrationEffect preamble = VibrationEffect.createWaveform(new long[]{123, 456, 789, 0}, in testRepeating_withWaveformEntry_allSucceed() local1190 VibrationEffect preamble = VibrationEffect.startComposition() in testRepeating_withPrimitives_allSucceed() local1264 VibrationEffect preamble = new VibrationEffect.WaveformEnvelopeBuilder() in testRepeating_withMixedVibrations_allSucceed() local
74 private static int matchesPreamble(byte[] preamble, byte[] encoded) { in matchesPreamble()
105 private static int matchesPreamble(byte[] preamble, byte[] encoded) { in matchesPreamble()
447 private fun PrintWriter.preamble(entry: DumpsysEntry) = in <lambda>() method
2852 VibrationEffect preamble = null; in addEnvelopeToComposition() local