Home
last modified time | relevance | path

Searched defs:BackendType (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DBackendType.aidl3 enum BackendType { enum
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DBackendType.java5 public @interface BackendType { annotation
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DBackendType.h14 enum class BackendType : int8_t { enum
H A DITestService.h319 ::android::binder::Status getBackendType(::android::aidl::tests::BackendType*) override { in getBackendType()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DBackendType.h17 enum class BackendType : int8_t { enum
/aosp12/system/tools/aidl/tests/rust/
H A Dtest_service.rs310 fn getBackendType(&self) -> binder::Result<BackendType> { in getBackendType()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DITestService.cpp3466 ::ndk::ScopedAStatus ITestServiceDefault::getBackendType(::aidl::android::aidl::tests::BackendType* in getBackendType()