Searched defs:capture (Results 1 – 8 of 8) sorted by relevance
56 public int capture(int freq) throws InterruptedException { in capture() method in EnergyProbe
66 status_t LayerScreenshot::capture() { in capture() function in android::LayerScreenshot
375 public void openFileChooser(ValueCallback<Uri> uploadFile, String acceptType, String capture) { in openFileChooser()
1535 public UploadFileMessageData(UploadFile uploadFile, String acceptType, String capture) { in UploadFileMessageData()1570 /* package */ Uri openFileChooser(String acceptType, String capture) { in openFileChooser()
417 private String openFileChooser(String acceptType, String capture) { in openFileChooser()
930 public Capture<T> capture = new Capture<T>() { field in NetworkPolicyManagerServiceTest.FutureCapture
211 status_t Camera2Device::capture(CameraMetadata &request) { in capture() function in android::Camera2Device
698 private static void capture(View root, final OutputStream clientStream, String parameter) in capture() method in ViewDebug