Home
last modified time | relevance | path

Searched refs:pip (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundGenerator.java31 double[] pip = getPip(Common.WINDOW_FOR_PLAYER, Common.FREQUENCIES[i]); in SoundGenerator() local
32 System.arraycopy(pip, 0, sample, in SoundGenerator()
35 pip.length); in SoundGenerator()
/cts/tests/tests/systemui/
DOWNERS4 # Owners of the pip tests on atv:
/cts/tests/tests/systemui/PipTestApp/src/android/systemui/cts/tv/pip/
DPipTestActivity.kt17 package android.systemui.cts.tv.pip in <lambda>()