Home
last modified time | relevance | path

Searched refs:recording (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/native/libs/renderengine/skia/debug/
DREADME.md1 This library turns on recording of skia commands in SkiaGL version of the RE.
2 The debug property defines number of milliseconds for the recording to take place.
3 A non zero value turns on the recording. The recording will stop after MS specified.
4 To reset the recording, set the capture_skia_ms flag to a new time. When recording
5 is finished, the capture_skia_ms flag will be set to 0 to avoid circular recording.
10 To start recording run:
/frameworks/native/cmds/evemu-record/
DREADME.md14 From a computer connected to the device over ADB, you can start a recording:
17 $ adb shell evemu-record > my-recording.evemu
29 `my-recording.evemu` file that you can examine in a text editor. To replay it, use the [`uinput`
33 $ adb shell uinput - < my-recording.evemu
41 the recording. Passing `--timestamp-base=boot` causes the timestamps to be recorded relative to the
42 system boot time instead. While this does not affect the playback of the recording, it can be useful
/frameworks/native/libs/binder/tests/parcel_fuzzer/binder2corpus/
DREADME.md7 ## Start recording the service binder
13 ## Stop the recording
16 ## Pull the recording on host
/frameworks/native/libs/renderengine/skia/
DGraphiteVkRenderEngine.cpp87 std::unique_ptr<graphite::Recording> recording = context->graphiteRecorder()->snap(); in flushAndSubmit() local
89 insertInfo.fRecording = recording.get(); in flushAndSubmit()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java347 @Nullable ScreenMediaRecorder.SavedRecording recording) { in createSaveNotification()
348 Uri uri = recording != null ? recording.getUri() : null; in createSaveNotification()
381 Icon thumbnail = recording != null ? recording.getThumbnail() : null; in createSaveNotification()
DScreenMediaRecorder.java368 SavedRecording recording = new SavedRecording( in save() local
371 return recording; in save()
/frameworks/base/tests/UiBench/
DAndroid.bp13 // As Perfetto trace recording is supported on non-rooted devices
/frameworks/av/media/libaaudio/examples/loopback/src/
Dloopback.cpp387 void printAudioGraphRegion(AudioRecording &recording, int32_t start, int32_t end) { in printAudioGraphRegion() argument
388 if (end >= recording.size()) { in printAudioGraphRegion()
389 end = recording.size() - 1; in printAudioGraphRegion()
391 float *data = recording.getData(); in printAudioGraphRegion()
/frameworks/base/services/core/java/com/android/server/media/projection/
Dmediaprojection.md24 * starting a new `MediaProjection` recording session through
/frameworks/base/data/sounds/
DREADME.txt28 Video recording
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
DAppOpsControllerImpl.java572 AudioRecordingConfiguration recording = configs.get(i);
575 recording.getClientUid());
578 mRecordingsByUid.put(recording.getClientUid(), recordings);
580 recordings.add(recording);
/frameworks/base/core/java/android/window/flags/
Dwindow_surfaces.aconfig77 description: "Enable screen recording callbacks public API"
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal144 * Create a request suitable for video recording. Specifically, this means
146 * recording quality.
151 * Create a request suitable for still image capture while recording
153 * disrupting the ongoing recording.
/frameworks/base/tools/dump-coverage/
DREADME.md3 … binaries have been instrumented by JaCoCo. JaCoCo automatically starts recording data on process …
/frameworks/av/media/audio/aconfig/
Daudio_framework.aconfig39 "notifications when the focus owner is also recording"
/frameworks/av/media/tests/SampleVideoEncoder/
DREADME.md34 …ect either MediaRecorder APIs or MediaCodec, along with the 'Start' button to start/stop recording.
/frameworks/base/cmds/app_process/
DAndroid.bp96 // code), and we don't want to waste memory recording malloc/free stack
/frameworks/base/cmds/uinput/
DREADME.md15 ## evemu recording format (recommended)
18 This is a simple text-based format compatible with recording and replay tools on other platforms.
19 However, it only supports playback of events from one device from a single recording. Recordings can
/frameworks/proto_logging/stats/enums/adservices/common/
Dadservices_enums.proto416 // Datastore exception while recording notification
419 // Datastore exception while recording default consent.
422 // Exception while recording manual consent interaction
/frameworks/native/opengl/specs/
DEGL_ANDROID_recordable.txt66 EGL_RECORDABLE_ANDROID boolean whether video recording is
/frameworks/base/packages/SystemUI/docs/
Dfalsing.md206 avoid recording those gestures in the `FalsingManager`, but we have the pattern input update
217 Again, useful on password inputs where the FalsingManager is avoiding recording
/frameworks/proto_logging/stats/message/
Dmediametrics_message.proto41 * Track properties of audio recording
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
DREADME.md62 between Audio and Sound Trigger and for notifications about audio recording) and to the various HAL
/frameworks/compile/mclinker/tools/mcld/
DOptions.td312 HelpText<"Stop recording a group of archives">;
/frameworks/base/packages/SystemUI/aconfig/
Dsystemui.aconfig369 "recording, or casting"

12