/frameworks/native/libs/renderengine/skia/debug/ |
D | README.md | 1 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/ |
D | README.md | 14 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/ |
D | README.md | 7 ## Start recording the service binder 13 ## Stop the recording 16 ## Pull the recording on host
|
/frameworks/native/libs/renderengine/skia/ |
D | GraphiteVkRenderEngine.cpp | 87 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/ |
D | RecordingService.java | 347 @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()
|
D | ScreenMediaRecorder.java | 368 SavedRecording recording = new SavedRecording( in save() local 371 return recording; in save()
|
/frameworks/base/tests/UiBench/ |
D | Android.bp | 13 // As Perfetto trace recording is supported on non-rooted devices
|
/frameworks/av/media/libaaudio/examples/loopback/src/ |
D | loopback.cpp | 387 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/ |
D | mediaprojection.md | 24 * starting a new `MediaProjection` recording session through
|
/frameworks/base/data/sounds/ |
D | README.txt | 28 Video recording
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/ |
D | AppOpsControllerImpl.java | 572 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/ |
D | window_surfaces.aconfig | 77 description: "Enable screen recording callbacks public API"
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 144 * 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/ |
D | README.md | 3 … binaries have been instrumented by JaCoCo. JaCoCo automatically starts recording data on process …
|
/frameworks/av/media/audio/aconfig/ |
D | audio_framework.aconfig | 39 "notifications when the focus owner is also recording"
|
/frameworks/av/media/tests/SampleVideoEncoder/ |
D | README.md | 34 …ect either MediaRecorder APIs or MediaCodec, along with the 'Start' button to start/stop recording.
|
/frameworks/base/cmds/app_process/ |
D | Android.bp | 96 // code), and we don't want to waste memory recording malloc/free stack
|
/frameworks/base/cmds/uinput/ |
D | README.md | 15 ## 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/ |
D | adservices_enums.proto | 416 // Datastore exception while recording notification 419 // Datastore exception while recording default consent. 422 // Exception while recording manual consent interaction
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_recordable.txt | 66 EGL_RECORDABLE_ANDROID boolean whether video recording is
|
/frameworks/base/packages/SystemUI/docs/ |
D | falsing.md | 206 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/ |
D | mediametrics_message.proto | 41 * Track properties of audio recording
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
D | README.md | 62 between Audio and Sound Trigger and for notifications about audio recording) and to the various HAL
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 312 HelpText<"Stop recording a group of archives">;
|
/frameworks/base/packages/SystemUI/aconfig/ |
D | systemui.aconfig | 369 "recording, or casting"
|