Searched refs:capture (Results 1 - 19 of 19) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DLayerScreenshot.h42 status_t capture();
H A DLayerScreenshot.cpp66 status_t LayerScreenshot::capture() { function in class:android::LayerScreenshot
93 capture();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DEnergyProbe.java56 public int capture(int freq) throws InterruptedException { method in class:EnergyProbe
/frameworks/base/core/java/android/webkit/
H A DWebChromeClient.java371 * @param capture The value of the 'capture' attribute of the input tag
375 public void openFileChooser(ValueCallback<Uri> uploadFile, String acceptType, String capture) { argument
H A DCallbackProxy.java1535 public UploadFileMessageData(UploadFile uploadFile, String acceptType, String capture) { argument
1538 mCapture = capture;
1570 /* package */ Uri openFileChooser(String acceptType, String capture) { argument
1576 UploadFileMessageData data = new UploadFileMessageData(uploadFile, acceptType, capture);
H A DWebViewCore.java413 * @param capture The value of the 'capture' attribute of the
417 private String openFileChooser(String acceptType, String capture) { argument
418 Uri uri = mCallbackProxy.openFileChooser(acceptType, capture);
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java90 LittleMock.verify(delegate, LittleMock.times(1)).onSynthesizeText(req.capture(),
110 LittleMock.verify(delegate, LittleMock.times(1)).onSynthesizeText(req2.capture(),
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaPresetReverbTest.java232 int energy1000 = probe.capture(1000);
315 int energy1000 = probe.capture(1000);
H A DMediaEnvReverbTest.java389 int energy1000 = probe.capture(1000);
474 int energy1000 = probe.capture(1000);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java42 import static org.easymock.EasyMock.capture;
209 mActivityManager.registerProcessObserver(capture(processObserver));
215 mNetworkManager.registerObserver(capture(networkObserver));
848 mNotifManager.enqueueNotificationWithTag(isA(String.class), capture(tag.capture), anyInt(),
930 public Capture<T> capture = new Capture<T>() { field in class:NetworkPolicyManagerServiceTest.FutureCapture
H A DConnectivityServiceTest.java133 .startMonitoring(isA(Context.class), trackerHandler.capture());
H A DNetworkStatsServiceTest.java44 import static org.easymock.EasyMock.capture;
152 mNetManager.registerObserver(capture(networkObserver));
304 mNetManager.registerObserver(capture(networkObserver));
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.h53 * Submit request for capture. The Camera2Device takes ownership of the
56 status_t capture(CameraMetadata &request);
180 * Trigger pre-capture metering. The latest ID used in a trigger pre-capture
H A DCamera2Device.cpp211 status_t Camera2Device::capture(CameraMetadata &request) { function in class:android::Camera2Device
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DProfileActivity.java233 // toggle capture button to indicate capture state to user
244 mCaptureButton = (ToggleButton) findViewById(R.id.capture);
/frameworks/av/services/camera/libcameraservice/camera2/
H A DZslProcessor.cpp100 // Erase entire ZSL queue since we've now completed the capture and preview
136 ALOGE("%s: Camera %d: Error querying capture output stream info: "
280 ALOGV("%s: ZSL queue frame AE state is %d, need full capture",
307 ALOGE("%s: Camera %d: Unable to stop preview for ZSL capture: "
327 "capture request: %s (%d)", __FUNCTION__,
335 res = client->getCameraDevice()->capture(request);
337 ALOGE("%s: Unable to send ZSL reprocess request to capture: %s (%d)",
352 // If in middle of capture, can't clear out queue
373 String8 result(" Latest ZSL capture request:\n");
377 String8 result(" Latest ZSL capture reques
[all...]
H A DCaptureSequencer.cpp143 result = String8::format(" Current capture state: %s\n",
204 ALOGV("Camera %d: New capture state %s",
210 ALOGE("Camera %d: Stopping capture sequencer due to error",
298 ALOGE("%s: Camera %d: Can't update still image capture request: %s (%d)",
337 "falling back to normal capture", __FUNCTION__,
451 ALOGE("%s: Camera %d: Unable to set up still capture request: %s (%d)",
458 ALOGE("%s: Camera %d: Unable to copy capture request for HAL device",
466 ALOGE("%s: Camera %d: Unable to stop preview for still capture: "
473 res = client->getCameraDevice()->capture(captureCopy);
475 ALOGE("%s: Camera %d: Unable to submit still image capture reques
[all...]
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs150 on the device to perform advanced user tasks, such as capture a photo or view
236 "How to leverage existing camera apps on the user's device to capture
/frameworks/base/core/java/android/view/
H A DViewDebug.java282 * @return the View to capture from, or null if not found
290 // Maximum delay in ms after which we stop trying to capture a View's drawing
415 capture(view, clientStream, params[0]);
698 private static void capture(View root, final OutputStream clientStream, String parameter) method in class:ViewDebug
705 Log.w("View", "Failed to create capture bitmap!");
747 Log.w("View", "Could not complete the capture of the view " + captureView);

Completed in 361 milliseconds