HomeSort by relevance Sort by last modified time
    Searched defs:capture (Results 151 - 175 of 486) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
MainActivity.java 181 public void capture(View v) { method in class:MainActivity
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
MainActivity.java 148 public void capture(View v) { method in class:MainActivity
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
DrawerLayoutTest.java 318 // parameter, and we capture the float slide values for further analysis
321 floatSlideCaptor.capture());
387 // parameter, and we capture the float slide values for further analysis
390 floatSlideCaptor.capture());
466 // parameter, and we capture the float slide values for further analysis
469 floatSlideCaptor.capture());
514 // parameter, and we capture the float slide values for further analysis
517 floatSlideCaptor.capture());
  /hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
VisualizerEffect.impl.h 212 Return<void> VisualizerEffect::capture(capture_cb _hidl_cb) { function in class:android::hardware::audio::effect::AUDIO_HAL_VERSION::implementation::VisualizerEffect
221 hidl_vec<uint8_t> capture; local
223 capture.setToExternal(&halCapture[0], halCaptureSize);
225 _hidl_cb(retval, capture);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
RemoteDevicesTest.java 85 verify(mAdapterService).sendBroadcast(mIntentArgument.capture(), mStringArgument.capture());
101 verify(mAdapterService, times(2)).sendBroadcast(mIntentArgument.capture(),
102 mStringArgument.capture());
168 verify(mAdapterService).sendBroadcast(mIntentArgument.capture(), mStringArgument.capture());
181 verify(mAdapterService, times(2)).sendBroadcast(mIntentArgument.capture(),
182 mStringArgument.capture());
197 verify(mAdapterService, times(3)).sendBroadcast(mIntentArgument.capture(),
198 mStringArgument.capture());
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidCameraCaptureSessionProxy.java 96 public int capture(CaptureRequest request, CaptureCallback listener, Handler handler) method in class:AndroidCameraCaptureSessionProxy
99 return mSession.capture(request, new AndroidCaptureCallback(listener), handler);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
DownloadPackageTaskTest.java 203 receiverCaptor.capture(),
204 filterCaptor.capture(),
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
NotificationControllerTest.java 166 verify(mNotificationManager).notify(anyInt(), captor.capture());
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
AsyncBlockCheckFilterTest.java 180 verify(mCallerInfoLookupHelper).startLookup(eq(TEST_HANDLE), captor.capture());
BluetoothDeviceManagerTest.java 78 serviceCaptor.capture(), eq(BluetoothProfile.HEADSET));
CallScreeningServiceFilterTest.java 216 verify(mContext).bindServiceAsUser(intentCaptor.capture(), serviceCaptor.capture(),
231 verify(mCallScreeningService).screenCall(captor.capture(), nullable(ParcelableCall.class));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_functools.py 20 def capture(*args, **kw): function
21 """capture all positional and keyword arguments"""
33 p = self.thetype(capture, 1, 2, a=10, b=20)
40 p = self.thetype(capture, 1, 2, a=10, b=20)
42 self.assertEqual(p.func, capture)
83 p = self.thetype(capture)
86 p = self.thetype(capture, 1, 2)
93 p = self.thetype(capture)
96 p = self.thetype(capture, a=1)
105 p = self.thetype(capture, *args
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_functools.py 20 def capture(*args, **kw): function
21 """capture all positional and keyword arguments"""
33 p = self.thetype(capture, 1, 2, a=10, b=20)
40 p = self.thetype(capture, 1, 2, a=10, b=20)
42 self.assertEqual(p.func, capture)
83 p = self.thetype(capture)
86 p = self.thetype(capture, 1, 2)
93 p = self.thetype(capture)
96 p = self.thetype(capture, a=1)
105 p = self.thetype(capture, *args
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_functools.py 20 def capture(*args, **kw): function
21 """capture all positional and keyword arguments"""
33 p = self.thetype(capture, 1, 2, a=10, b=20)
40 p = self.thetype(capture, 1, 2, a=10, b=20)
42 self.assertEqual(p.func, capture)
83 p = self.thetype(capture)
86 p = self.thetype(capture, 1, 2)
93 p = self.thetype(capture)
96 p = self.thetype(capture, a=1)
105 p = self.thetype(capture, *args
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_functools.py 20 def capture(*args, **kw): function
21 """capture all positional and keyword arguments"""
33 p = self.thetype(capture, 1, 2, a=10, b=20)
40 p = self.thetype(capture, 1, 2, a=10, b=20)
42 self.assertEqual(p.func, capture)
83 p = self.thetype(capture)
86 p = self.thetype(capture, 1, 2)
93 p = self.thetype(capture)
96 p = self.thetype(capture, a=1)
105 p = self.thetype(capture, *args
    [all...]
  /system/bt/hci/src/
btsnoop.cc 128 static void capture(const BT_HDR* buffer, bool is_received) { function
155 static const btsnoop_t interface = {capture};
  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DynamicConfigPusherTest.java 31 import org.easymock.Capture;
200 Capture<File> capture = new Capture<>(); local
201 mMockBuildInfo.setFile(EasyMock.contains("moduleName"), EasyMock.capture(capture),
210 File dynamicFile = capture.getValue();
  /tools/tradefederation/contrib/src/com/android/media/tests/
MediaPlayerStressTest.java 58 * the /sdcard/samples folder and capture the video playback event statistics in
176 List<List<String>> capture = new ArrayList<>(1); local
177 String key = mPatternMap.retrieve(capture, line);
180 key, capture.toString()));
188 runMetrics.put(key, capture.get(0).get(0));
VideoEditingPerformanceTest.java 220 List<List<String>> capture = new ArrayList<>(1); local
221 String key = mPatternMap.retrieve(capture, line);
224 capture.toString()));
232 runMetrics.put(key, capture.get(0).get(0));
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
GoogleBenchmarkResultParserTest.java 26 import org.easymock.Capture;
89 Capture<HashMap<String, Metric>> capture1 = new Capture<>();
90 Capture<HashMap<String, Metric>> capture2 = new Capture<>();
91 Capture<HashMap<String, Metric>> capture3 = new Capture<>();
93 (TestDescription) EasyMock.anyObject(), EasyMock.capture(capture1));
95 (TestDescription) EasyMock.anyObject(), EasyMock.capture(capture2));
97 (TestDescription) EasyMock.anyObject(), EasyMock.capture(capture3))
151 Capture<HashMap<String, Metric>> capture = new Capture<>(); local
226 Capture<HashMap<String, Metric>> capture = new Capture<>(); local
    [all...]
InstalledInstrumentationsTestTest.java 26 import org.easymock.Capture;
72 Capture<HashMap<String, Metric>> captureMetrics = new Capture<>();
73 mMockListener.testRunEnded(EasyMock.anyLong(), EasyMock.capture(captureMetrics));
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/testdefs/
XmlDefsTestTest.java 27 import org.easymock.Capture;
79 Capture<HashMap<String, Metric>> captureMetrics = new Capture<HashMap<String, Metric>>();
80 mMockListener.testRunEnded(EasyMock.anyLong(), EasyMock.capture(captureMetrics));
  /cts/tests/camera/src/android/hardware/camera2/cts/
SurfaceViewPreviewTest.java 80 * For the first {@link #NUM_FRAMES_VERIFIED} of capture results,
81 * the {@link CaptureCallback} callback availability and the capture timestamp
105 * Only test the test pattern preview and capture result, the image buffer
426 * Verify creation of deferred surface capture sessions
536 mSession.capture(request.build(), resultListener, mHandler);
546 mSession.capture(request.build(), resultListener, mHandler);
589 mSession.capture(request.build(), resultListener, mHandler);
598 mSession.capture(request.build(), resultListener, mHandler);
614 mSession.capture(request.build(), resultListener, mHandler);
645 * provided capture listener. If prevTimestamp is positive, it is used for the first interva
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
AppStateTrackerTest.java 245 // Capture the listeners.
258 uidObserverArgumentCaptor.capture(),
267 appOpsCallbackCaptor.capture());
270 powerSaveObserverCaptor.capture());
273 receiverCaptor.capture(), any(IntentFilter.class));
275 appIdleStateChangeListenerCaptor.capture());
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneTest.java 182 verify(mTestHandler).sendMessageAtTime(messageArgumentCaptor.capture(), anyLong());
209 verify(mTestHandler).sendMessageAtTime(messageArgumentCaptor.capture(), anyLong());
248 verify(mTestHandler).sendMessageAtTime(messageArgumentCaptor.capture(), anyLong());
265 verify(mTestHandler).sendMessageAtTime(messageArgumentCaptor.capture(), anyLong());
371 verify(mTestHandler, times(1)).sendMessageAtTime(messageArgumentCaptor.capture(),
435 verify(mTestHandler, times(1)).sendMessageAtTime(messageArgumentCaptor.capture(),
448 verify(mImsUtInterface).queryCLIR(messageArgumentCaptor.capture());
452 verify(mImsUtInterface).updateCLIR(eq(1234), messageArgumentCaptor.capture());
465 (String) eq(null), messageArgumentCaptor.capture());
482 verify(mImsUtInterface).queryCallWaiting(messageArgumentCaptor.capture());
    [all...]

Completed in 1150 milliseconds

1 2 3 4 5 67 8 91011>>