/frameworks/base/docs/html/tools/help/ |
D | gltracer.jd | 20 The tool allows you to capture OpenGL ES commands and frame by frame images to help you understand 52 <p>Tracer captures OpenGL ES command execution logs and can also capture progressive images of the 60 <p class="img-caption"><strong>Figure 1.</strong> Trace capture dialog box.</p> 62 <p>To capture an OpenGL ES trace for an Android application:</p> 69 <li>On the toolbar, click the trace capture button (<img 70 src="{@docRoot}images/gltracer/icon-capture.png">).</li> 80 <p class="note"><strong>Note:</strong> If you want to capture progressive frame images for each 85 <li>Click <strong>Trace</strong> to start the trace capture.</li>
|
/frameworks/base/docs/html/guide/topics/media/ |
D | audio-capture.jd | 39 <p class="note"><strong>Note:</strong> The Android Emulator does not have the ability to capture 44 <p>Audio capture from the device is a bit more complicated than audio and video playback, but still 63 <li>To start audio capture, call 65 <li>To stop audio capture, call {@link android.media.MediaRecorder#stop MediaRecorder.stop()}. 73 <p>The example class below illustrates how to set up, start and stop audio capture, and to play the
|
D | camera.jd | 14 <li><a href="#intent-image">Image capture intent</a></li> 15 <li><a href="#intent-video">Video capture intent</a></li> 25 <li><a href="#capture-picture">Capturing pictures</a></li> 26 <li><a href="#capture-video">Capturing videos</a></li> 58 devices, allowing you to capture pictures and videos in your applications. This document discusses a 59 quick, simple approach to image and video capture and outlines an advanced approach for creating 106 MediaStore.ACTION_VIDEO_CAPTURE} can be used to capture images or videos without directly 152 <li><strong>Audio Recording Permission</strong> - For recording audio with video capture, your 153 application must request the audio capture permission. 172 camera intent makes a request to capture a picture or video clip through an existing camera app and [all …]
|
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
D | TextToSpeechTests.java | 94 LittleMock.verify(delegate, LittleMock.times(1)).onSynthesizeText(req.capture(), in testSetLanguage_availableLanguage() 116 LittleMock.verify(delegate, LittleMock.times(1)).onSynthesizeText(req2.capture(), in testSetLanguage_unavailableLanguage()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
D | EnergyProbe.java | 56 public int capture(int freq) throws InterruptedException { in capture() method in EnergyProbe
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CameraDevice.java | 317 public int capture(CaptureRequest request, CaptureListener listener, Handler handler) in capture() method
|
/frameworks/base/core/java/android/webkit/ |
D | WebChromeClient.java | 382 public void openFileChooser(ValueCallback<Uri> uploadFile, String acceptType, String capture) { in openFileChooser() argument
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraDeviceBase.h | 58 virtual status_t capture(CameraMetadata &request) = 0;
|
/frameworks/base/docs/html/training/camera/ |
D | videobasics.jd | 42 <p>This lesson explains how to capture video using existing camera 80 <p>Here's a function that invokes an intent to capture video.</p>
|
D | index.jd | 56 <dd>Leverage other applications and capture photos with just a few lines of code.</dd>
|
D | photobasics.jd | 43 <p>This lesson explains how to capture photos using an existing camera 85 <p>Here's a function that invokes an intent to capture a photo.</p>
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | NetworkPolicyManagerServiceTest.java | 42 import static org.easymock.EasyMock.capture; 209 mActivityManager.registerProcessObserver(capture(processObserver)); in setUp() 215 mNetworkManager.registerObserver(capture(networkObserver)); in setUp() 868 capture(tag.capture), anyInt(), in expectEnqueueNotification() 950 public Capture<T> capture = new Capture<T>() { field in NetworkPolicyManagerServiceTest.FutureCapture
|
D | ConnectivityServiceTest.java | 136 .startMonitoring(isA(Context.class), trackerHandler.capture()); in setUp()
|
D | NetworkStatsServiceTest.java | 43 import static org.easymock.EasyMock.capture; 152 mNetManager.registerObserver(capture(networkObserver)); in setUp() 304 mNetManager.registerObserver(capture(networkObserver)); in testStatsRebootPersist()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
D | MediaPresetReverbTest.java | 232 int energy1000 = probe.capture(1000); in test2_0AuxiliarySoundModification() 315 int energy1000 = probe.capture(1000); in test2_1InsertSoundModification()
|
D | MediaEnvReverbTest.java | 389 int energy1000 = probe.capture(1000); in test2_0AuxiliarySoundModification() 474 int energy1000 = probe.capture(1000); in test2_1InsertSoundModification()
|
/frameworks/native/include/gui/ |
D | SurfaceComposerClient.h | 163 static status_t capture(
|
/frameworks/base/docs/html/tools/debugging/ |
D | index.jd | 39 capture screenshots, gather thread and stack information, spoof incoming calls and SMS 162 <dd>The Dalvik Debug Monitor Server (DDMS) can capture screenshots from the emulator. Select 163 <strong>Device > Screen capture</strong>.</dd>
|
/frameworks/base/tests/Camera2Tests/SmartCamera/ |
D | README.txt | 43 start mode. On stop, the application will capture whatever images are in the
|
/frameworks/base/docs/html/training/basics/intents/ |
D | index.jd | 46 component that can handle the intended action (such as "capture a photo").</p>
|
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 422 capture(view, clientStream, params[0]); in dispatchCommand() 718 private static void capture(View root, final OutputStream clientStream, String parameter) in capture() method in ViewDebug 722 capture(root, clientStream, captureView); in capture() 726 public static void capture(View root, final OutputStream clientStream, View captureView) in capture() method in ViewDebug
|
/frameworks/av/services/camera/libcameraservice/device2/ |
D | Camera2Device.h | 50 virtual status_t capture(CameraMetadata &request);
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.h | 81 virtual status_t capture(CameraMetadata &request);
|
/frameworks/av/services/camera/libcameraservice/api_pro/ |
D | ProCamera2Client.cpp | 212 return mDevice->capture(metadata); in submitRequest()
|
/frameworks/base/docs/html/tools/ |
D | index.jd | 51 <li>Quickly capture bug reports onto the device.</li>
|