Home
last modified time | relevance | path

Searched defs:getInterfaceVersion (Results 1 – 9 of 9) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-cpp-source/gen/android/aidl/versioned/tests/
DIFooInterface.cpp182 int32_t BpFooInterface::getInterfaceVersion() { in getInterfaceVersion() function in android::aidl::versioned::tests::BpFooInterface
390 int32_t BnFooInterface::getInterfaceVersion() { in getInterfaceVersion() function in android::aidl::versioned::tests::BnFooInterface
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-java-source/gen/android/aidl/versioned/tests/
DIFooInterface.java34 public int getInterfaceVersion() { in getInterfaceVersion() method in IFooInterface.Default
258 public int getInterfaceVersion() throws android.os.RemoteException { in getInterfaceVersion() method in IFooInterface.Stub.Proxy
304 public int getInterfaceVersion() throws android.os.RemoteException; in getInterfaceVersion() method
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-ndk-source/gen/android/aidl/versioned/tests/
DIFooInterface.cpp300 ::ndk::ScopedAStatus BpFooInterface::getInterfaceVersion(int32_t* _aidl_return) { in getInterfaceVersion() function in aidl::android::aidl::versioned::tests::BpFooInterface
397 ::ndk::ScopedAStatus BnFooInterface::getInterfaceVersion(int32_t* _aidl_return) { in getInterfaceVersion() function in aidl::android::aidl::versioned::tests::BnFooInterface
465 ::ndk::ScopedAStatus IFooInterfaceDefault::getInterfaceVersion(int32_t* _aidl_return) { in getInterfaceVersion() function in aidl::android::aidl::versioned::tests::IFooInterfaceDefault
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-cpp-source/gen/include/android/aidl/versioned/tests/
DIFooInterface.h48 int32_t getInterfaceVersion() override { in getInterfaceVersion() function
DBnFooInterface.h40 int32_t getInterfaceVersion() override { in getInterfaceVersion() function
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-rust-source/gen/android/aidl/versioned/tests/
DIFooInterface.rs23 fn getInterfaceVersion(&self) -> binder::Result<i32> { in getInterfaceVersion() method
42 fn getInterfaceVersion<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<i32>> { in getInterfaceVersion() method
113 …pub const getInterfaceVersion: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_C… constant
240 fn getInterfaceVersion(&self) -> binder::Result<i32> { in getInterfaceVersion() method
312 fn getInterfaceVersion<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<i32>> { in getInterfaceVersion() method
352 fn getInterfaceVersion(&self) -> binder::Result<i32> { self.0.getInterfaceVersion() } in getInterfaceVersion() method
/system/tools/aidl/tests/
Daidl_test_client_ndk_versioned_interface.cpp43 TEST_F(VersionedInterfaceTest, getInterfaceVersion) { in TEST_F() argument
Daidl_test_client_versioned_interface.cpp45 TEST_F(VersionedInterfaceTest, getInterfaceVersion) { in TEST_F() argument
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java96 public final int getInterfaceVersion() { in getInterfaceVersion() method in TestServiceServer.FooInterface