Home
last modified time | relevance | path

Searched refs:TEST_CONSTANT12 (Results 1 – 7 of 7) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl43 const int TEST_CONSTANT12 = 0xffffffff; field
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp110 ITestService::TEST_CONSTANT10, ITestService::TEST_CONSTANT11, ITestService::TEST_CONSTANT12}; in TEST_F()
/system/tools/aidl/tests/rust/
Dtest_client.rs142 test_primitive! {test_primitive_constant12, RepeatInt, ITestService::TEST_CONSTANT12}
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DITestService.h45 enum : int32_t { TEST_CONSTANT12 = -1 }; enumerator
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h46 TEST_CONSTANT12 = -1, enumerator
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java2350 public static final int TEST_CONSTANT12 = -1; field
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs297 pub const TEST_CONSTANT12: i32 = -1; constant