Home
last modified time | relevance | path

Searched refs:TEST_CONSTANT5 (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DITestService.aidl36 const int TEST_CONSTANT5 = -4; field
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_primitives.cpp108 ITestService::TEST_CONSTANT4, ITestService::TEST_CONSTANT5, ITestService::TEST_CONSTANT6, in TEST_F()
/aosp12/system/tools/aidl/tests/rust/
H A Dtest_client.rs135 test_primitive! {test_primitive_constant5, RepeatInt, ITestService::TEST_CONSTANT5}
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DITestService.h38 enum : int32_t { TEST_CONSTANT5 = -4 }; enumerator
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h39 TEST_CONSTANT5 = -4, enumerator
/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/
H A DTestServiceClient.java117 ITestService.TEST_CONSTANT5, in testConstRepeat()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DITestService.java2343 public static final int TEST_CONSTANT5 = -4; field
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DITestService.rs290 pub const TEST_CONSTANT5: i32 = -4; const