Searched refs:latency (Results 1 – 4 of 4) sorted by relevance
/development/apps/ShareTest/src/com/android/sharetest/ |
D | AdditionalContentProvider.kt | 127 val latency = chooserIntent.getIntExtra(EXTRA_SELECTION_LATENCY, 0) in <lambda>() constant 128 if (latency > 0) { in <lambda>() 129 SystemClock.sleep(latency.toLong()) in <lambda>()
|
D | ShareTestActivity.kt | 417 val latency = when (selectionLatencyGroup.checkedRadioButtonId) { in <lambda>() constant 423 if (latency > 0) { in <lambda>() 424 chooserIntent.putExtra(AdditionalContentProvider.EXTRA_SELECTION_LATENCY, latency) in <lambda>()
|
/development/tools/logblame/ |
D | sample.txt | 92 queueBatch: sensor=24, handle=20, period=1000000, latency=0 216 queueBatch: sensor=24, handle=20, period=1000000, latency=0 276 queueBatch: sensor=13, handle=6, period=200000000, latency=0 316 queueBatch: sensor=28, handle=30, period=66667000, latency=0 339 queueBatch: sensor=12, handle=7, period=250000000, latency=0 543 enable_audio_route: usecase(1) apply and update mixer path: low-latency-playback 546 Apply path: low-latency-playback 575 disable_audio_route: usecase(1) reset and update mixer path: low-latency-playback 686 queueBatch: sensor=1, handle=1, period=20000000, latency=0 743 enable_audio_route: usecase(1) apply and update mixer path: low-latency-playback [all …]
|
/development/samples/VirtualDeviceManager/ |
D | README.md | 384 incremented counter every second. Can be useful for debugging latency,
|