HomeSort by relevance Sort by last modified time
    Searched refs:findObject (Results 76 - 100 of 169) sorted by null

1 2 34 5 6 7

  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 104 if (buffer->meta()->findObject("format", &object)) {
149 if ((*buffer)->meta()->findObject("format", &object)) {
193 if (buffer->meta()->findObject("format", &object)) {
602 if (buffer->meta()->findObject("format", &object)) {
  /platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
UiBenchJankTests.java 59 mHelper.mContents = mDevice.wait(Until.findObject(
  /frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h 377 CHECK(msg->findObject("response", &obj));
465 CHECK(msg->findObject("response", &obj));
555 CHECK(msg->findObject("response", &obj));
744 CHECK(msg->findObject("response", &obj));
773 CHECK(msg->findObject("response", &obj));
MyHandler.h 500 CHECK(msg->findObject("response", &obj));
616 CHECK(msg->findObject("description", &obj));
672 CHECK(msg->findObject("response", &obj));
802 CHECK(msg->findObject("response", &obj));
    [all...]
ARTPConnection.cpp 198 CHECK(msg->findObject("session-desc", &obj));
  /cts/tests/tests/print/src/android/print/cts/
PageRangeAdjustmentTest.java 637 UiObject pagesSpinner = getUiDevice().findObject(new UiSelector().resourceId(
641 UiObject rangeOption = getUiDevice().findObject(new UiSelector().textContains("Range"));
644 UiObject pagesEditText = getUiDevice().findObject(new UiSelector().resourceId(
PrinterInfoTest.java 438 UiObject destinationSpinner = getUiDevice().findObject(new UiSelector().resourceId(
CustomPrintOptionsTest.java 95 UiObject pagesEditText = getUiDevice().findObject(new UiSelector().resourceId(
PrintServicesTest.java 549 .findObject(new UiSelector().resourceId(
PrinterCapabilitiesTest.java 154 UiObject message = getUiDevice().findObject(new UiSelector().resourceId(
    [all...]
  /platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
AppTransitionTests.java 366 mDevice.findObject(By.res(SYSTEMUI_PACKAGE, "recent_apps")).click();
374 mDevice.findObject(By.res(SYSTEMUI_PACKAGE, "home")).click();
383 UiObject2 recentsView = mDevice.wait(Until.findObject(
  /cts/tests/tests/view/src/android/view/cts/surfacevalidator/
CapturedActivity.java 108 UiObject acceptButton = uiDevice.findObject(acceptButtonSelector);
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 122 bool findObject(const char *name, sp<RefBase> *obj) const;
  /frameworks/native/libs/binder/
Binder.cpp 178 void* BBinder::findObject(const void* objectID) const
BpBinder.cpp 295 void* BpBinder::findObject(const void* objectID) const
  /frameworks/av/camera/ndk/impl/
ACameraDevice.cpp 839 found = msg->findObject(kSessionSpKey, &obj);
851 found = msg->findObject(kCaptureRequestKey, &obj);
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 534 bool found = response->findObject("input-surface", &obj);
    [all...]
MediaCodecSource.cpp 232 CHECK(msg->findObject("meta", &obj));
938 CHECK(msg->findObject("meta", &obj));
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
ScopedDirectoryAccessClientTest.java 369 dialog = mDevice.findObject(new UiSelector().resourceId(id));
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 163 mDevice.wait(Until.findObject(By.text(text)), LONG_TIMEOUT).click();
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 331 bool AMessage::findObject(const char *name, sp<RefBase> *obj) const {
428 bool found = findObject("replyID", &tmp);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 491 CHECK(msg->findObject("source", &obj));
650 CHECK(msg->findObject("surface", &obj));
708 CHECK(msg->findObject("sink", &obj));
    [all...]
RTSPSource.cpp 754 CHECK(msg->findObject("description", &obj));
  /frameworks/av/cmds/stagefright/
SimplePlayer.cpp 134 CHECK(msg->findObject("surface", &obj));

Completed in 2561 milliseconds

1 2 34 5 6 7