Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DITestService.aidl33 const int TEST_CONSTANT2 = -42; field
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_primitives.cpp107 ITestService::TEST_CONSTANT, ITestService::TEST_CONSTANT2, ITestService::TEST_CONSTANT3, in TEST_F()
/aosp12/system/tools/aidl/tests/rust/
H A Dtest_client.rs132 test_primitive! {test_primitive_constant2, RepeatInt, ITestService::TEST_CONSTANT2}
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DITestService.h35 enum : int32_t { TEST_CONSTANT2 = -42 }; enumerator
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h36 TEST_CONSTANT2 = -42, enumerator
/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/
H A DTestServiceClient.java114 ITestService.TEST_CONSTANT2, in testConstRepeat()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DITestService.java2340 public static final int TEST_CONSTANT2 = -42; field
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DITestService.rs287 pub const TEST_CONSTANT2: i32 = -42; const