Home
last modified time | relevance | path

Searched refs:recordings (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/progress/
DTestUnfoldProgressListener.kt27 private val recordings: MutableList<UnfoldTransitionRecording> = arrayListOf() constant in com.android.systemui.unfold.progress.TestUnfoldProgressListener
62 recordings += currentRecording!! in onTransitionFinished()
67 waitForCondition { recordings.size == 1 } in ensureTransitionFinished()
68 return recordings.first() in ensureTransitionFinished()
85 recordings.clear() in clear()
/frameworks/native/libs/binder/tests/parcel_fuzzer/binder2corpus/
DREADME.md3 This tool converts recordings generated by record_binder tool to fuzzer seeds for fuzzService.
17 Recordings are present on device at /data/local/recordings/<service_name>. Use adb pull.
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
DAppOpsControllerImpl.java574 ArrayList<AudioRecordingConfiguration> recordings = mRecordingsByUid.get(
576 if (recordings == null) {
577 recordings = new ArrayList<>();
578 mRecordingsByUid.put(recording.getClientUid(), recordings);
580 recordings.add(recording);
/frameworks/proto_logging/stats/message/
Dmediametrics_message.proto291 * Track information about recordings (e.g. camcorder)
/frameworks/base/cmds/uinput/
DREADME.md171 prevents scheduling delays from building up over time and slowing down the playback of recordings.
/frameworks/proto_logging/stats/
Datoms.proto11756 * Track information about recordings (e.g. camcorder)