Home
last modified time | relevance | path

Searched defs:doQuiteABit (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/tests/bar/1.0/default/
H A DBar.cpp36 Return<double> Bar::doQuiteABit( in doQuiteABit() function in android::hardware::tests::bar::V1_0::implementation::Bar
/aosp12/hardware/interfaces/tests/foo/1.0/default/
H A DFoo.cpp55 Return<double> Foo::doQuiteABit( in doQuiteABit() function in android::hardware::tests::foo::V1_0::implementation::Foo
/aosp12/hardware/interfaces/tests/baz/1.0/default/
H A DBaz.cpp250 Return<double> Baz::doQuiteABit(int32_t a, int64_t b, float c, double d) { in doQuiteABit() function in android::hardware::tests::baz::V1_0::implementation::Baz
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java1387 public double doQuiteABit(int a, long b, float c, double d) { in doQuiteABit() method in HidlTestJava.Baz