/aosp12/frameworks/av/media/libheadtracking/ |
H A D | PoseDriftCompensator-test.cpp | 34 EXPECT_EQ(comp.getOutput(), Pose3f()); in TEST() 44 EXPECT_EQ(comp.getOutput(), Pose3f()); in TEST() 51 EXPECT_EQ(comp.getOutput(), Pose3f()); in TEST() 54 EXPECT_EQ(comp.getOutput(), Pose3f()); in TEST() 66 EXPECT_EQ(comp.getOutput(), Pose3f()); in TEST() 72 EXPECT_EQ(comp.getOutput(), Pose3f()); in TEST() 75 EXPECT_EQ(comp.getOutput(), Pose3f()); in TEST() 93 EXPECT_EQ(comp.getOutput(), Pose3f()); in TEST() 128 EXPECT_EQ(comp.getOutput(), pose1); in TEST() 132 EXPECT_EQ(comp.getOutput(), in TEST() [all …]
|
H A D | HeadTrackingProcessor.cpp | 81 const Pose3f worldToHead = mHeadPoseDriftCompensator.getOutput(); in calculate() 87 const Pose3f worldToLogicalScreen = mScreenPoseDriftCompensator.getOutput(); in calculate()
|
H A D | PoseDriftCompensator.h | 61 Pose3f getOutput() const;
|
H A D | PoseDriftCompensator.cpp | 46 Pose3f PoseDriftCompensator::getOutput() const { in getOutput() function in android::media::PoseDriftCompensator
|
/aosp12/system/libvintf/test/ |
H A D | AssembleVintfTest.cpp | 142 getOutput()); in TEST_F() 253 getOutput()); in TEST_F() 271 getOutput()); in TEST_F() 288 getOutput()); in TEST_F() 302 getOutput()); in TEST_F() 321 getOutput()); in TEST_F() 372 getOutput()); in TEST_F() 387 getOutput()); in TEST_F() 446 getOutput()); in TEST_F() 533 getOutput()); in TEST_F() [all …]
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
H A D | ExpectedKey.java | 112 protected final ExpectedKeyOutput getOutput() { in getOutput() method in ExpectedKey 157 moreKey.getVisual().preserveCase(), moreKey.getOutput().preserveCase()); in preserveCase() 214 return new ExpectedAdditionalMoreKey(key.getVisual(), key.getOutput()); in newInstance() 225 upperCaseKey.getVisual(), upperCaseKey.getOutput()); in toUpperCase() 263 getVisual(), getOutput(), mMoreKeys, 0 /* additionalMoreKeysIndex */, in setAdditionalMoreKeys() 273 getVisual(), getOutput(), mMoreKeys, additionalMoreKeysIndex); in setAdditionalMoreKeysIndex() 278 if (getVisual().hasSameKeyVisual(key) && getOutput().hasSameKeyOutput(key)) { in equalsTo() 327 getVisual(), getOutput(), moreKeys, mAdditionalMoreKeysIndex, in setMoreKeys() 335 getVisual(), getOutput(), super.getMoreKeys(), mAdditionalMoreKeysIndex, in setAdditionalMoreKeys() 342 getVisual(), getOutput(), super.getMoreKeys(), additionalMoreKeysIndex, in setAdditionalMoreKeysIndex() [all …]
|
/aosp12/packages/modules/Wifi/service/tests/mts/src/android/net/wifi/mts/ |
H A D | StreamReader.java | 37 public String getOutput() { in getOutput() method in StreamReader 102 if (errorReader.getOutput().length() > 0) { in runProcessCommand() 103 Log.e(TAG, errorReader.getOutput()); in runProcessCommand() 105 return inputReader.getOutput(); in runProcessCommand()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
H A D | OutputLayer.cpp | 82 const Rect& viewport = getOutput().getState().layerStackSpace.content; in calculateInitialCrop() 106 const auto& outputState = getOutput().getState(); in calculateOutputSourceCrop() 184 const auto& outputState = getOutput().getState(); in calculateOutputDisplayFrame() 242 const auto& outputState = getOutput().getState(); in calculateOutputRelativeBufferTransform() 289 const auto& outputState = getOutput().getState(); in updateCompositionState() 290 const auto& profile = *getOutput().getDisplayColorProfile(); in updateCompositionState() 339 getLayerFE().getDebugName(), getOutput().getName().c_str()); in writeStateToHWC() 558 getOutput().getDisplayColorProfile()->getSupportedPerFrameMetadata(); in writeBufferStateToHWC() 628 const auto& outputState = getOutput().getState(); in writeCursorPositionToHWC() 738 const ProjectionSpace& layerSpace = getOutput().getState().layerStackSpace; in getOverrideCompositionList()
|
/aosp12/art/test/919-obsolete-fields/src/art/ |
H A D | Test919.java | 146 public String getOutput() { in getOutput() method in Test919.TestWatcher 171 System.out.print(w.getOutput()); in doTest()
|
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/atom/ |
H A D | BaseTestCase.java | 98 + BufferDebug.debugString(receiver.getOutput(), -1)); in getDump() 101 return parser.parseFrom(receiver.getOutput()); in getDump() 105 + BufferDebug.debugString(receiver.getOutput(), 16384)); in getDump()
|
/aosp12/art/test/941-recursive-obsolete-jit/src/ |
H A D | Main.java | 94 public String getOutput() { in getOutput() method in Main.TestWatcher 144 System.out.println(reporter.getOutput()); in doTest()
|
/aosp12/art/test/916-obsolete-jit/src/ |
H A D | Main.java | 109 public String getOutput() { in getOutput() method in Main.TestWatcher 165 System.out.print(w.getOutput()); in doTest()
|
/aosp12/art/test/943-private-recursive-jit/src/ |
H A D | Main.java | 104 public String getOutput() { in getOutput() method in Main.TestWatcher 160 System.out.println(reporter.getOutput()); in doTest()
|
/aosp12/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
H A D | TrackerDataHelper.java | 48 public String getOutput(TrackerEntry entry) { 169 String output = mFormatter.getOutput(TrackerEntry.createEntry(cursor)); in getNextOutput()
|
H A D | IFormatter.java | 25 String getOutput(TrackerEntry entry); in getOutput() method
|
H A D | TrackerListHelper.java | 70 String rowText = mFormatter.getOutput(TrackerEntry in bindView()
|
H A D | KMLFormatter.java | 43 public String getOutput(TrackerEntry entry) { in getOutput() method in KMLFormatter
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
H A D | OutputLayer.h | 104 std::remove_reference_t<decltype(std::declval<BaseOutputLayer>().getOutput())>>; in createOutputLayerTemplated() 116 const Output& getOutput() const override { return mOutput; } in createOutputLayerTemplated()
|
/aosp12/art/test/1960-obsolete-jit-multithread-native/src/ |
H A D | Main.java | 92 public String getOutput() { in getOutput() method in Main.TestWatcher 146 Arrays.stream(watchers).forEach((w) -> { System.out.println(w.getOutput()); }); in doTest()
|
/aosp12/art/test/1961-obsolete-jit-multithread/src/ |
H A D | Main.java | 90 public String getOutput() { in getOutput() method in Main.TestWatcher 144 Arrays.stream(watchers).forEach((w) -> { System.out.println(w.getOutput()); }); in doTest()
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/executors/ |
H A D | Device.java | 222 result.output = outputConsumer.getOutput(); in executeCommand() 223 result.error = errorConsumer.getOutput(); in executeCommand()
|
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/ |
H A D | ISpatializer.aidl | 137 int getOutput(); in getOutput() method
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
H A D | OutputLayer.h | 36 MOCK_CONST_METHOD0(getOutput, const compositionengine::Output&());
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
H A D | OutputLayer.h | 65 virtual const Output& getOutput() const = 0;
|
/aosp12/packages/apps/Camera2/src/com/android/camera/util/ |
H A D | ListenerCombiner.java | 65 public boolean getOutput() { in getOutput() method in ListenerCombiner
|