Home
last modified time | relevance | path

Searched refs:getOutput (Results 1 – 25 of 67) sorted by relevance

123

/aosp12/frameworks/av/media/libheadtracking/
H A DPoseDriftCompensator-test.cpp34 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 DHeadTrackingProcessor.cpp81 const Pose3f worldToHead = mHeadPoseDriftCompensator.getOutput(); in calculate()
87 const Pose3f worldToLogicalScreen = mScreenPoseDriftCompensator.getOutput(); in calculate()
H A DPoseDriftCompensator.h61 Pose3f getOutput() const;
H A DPoseDriftCompensator.cpp46 Pose3f PoseDriftCompensator::getOutput() const { in getOutput() function in android::media::PoseDriftCompensator
/aosp12/system/libvintf/test/
H A DAssembleVintfTest.cpp142 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 DExpectedKey.java112 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 DStreamReader.java37 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 DOutputLayer.cpp82 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 DTest919.java146 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 DBaseTestCase.java98 + 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 DMain.java94 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 DMain.java109 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 DMain.java104 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 DTrackerDataHelper.java48 public String getOutput(TrackerEntry entry) {
169 String output = mFormatter.getOutput(TrackerEntry.createEntry(cursor)); in getNextOutput()
H A DIFormatter.java25 String getOutput(TrackerEntry entry); in getOutput() method
H A DTrackerListHelper.java70 String rowText = mFormatter.getOutput(TrackerEntry in bindView()
H A DKMLFormatter.java43 public String getOutput(TrackerEntry entry) { in getOutput() method in KMLFormatter
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DOutputLayer.h104 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 DMain.java92 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 DMain.java90 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 DDevice.java222 result.output = outputConsumer.getOutput(); in executeCommand()
223 result.error = errorConsumer.getOutput(); in executeCommand()
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DISpatializer.aidl137 int getOutput(); in getOutput() method
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
H A DOutputLayer.h36 MOCK_CONST_METHOD0(getOutput, const compositionengine::Output&());
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DOutputLayer.h65 virtual const Output& getOutput() const = 0;
/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DListenerCombiner.java65 public boolean getOutput() { in getOutput() method in ListenerCombiner

123