Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/nested/
DParcelableWithNested.aidl20 enum Status { OK, NOT_OK } enumConstant
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DParcelableWithNested.h26 NOT_OK = 1, enumerator
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DParcelableWithNested.h26 NOT_OK = 1, enumerator
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/nested/
DParcelableWithNested.h34 NOT_OK = 1, enumerator
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/nested/
DParcelableWithNested.h34 NOT_OK = 1, enumerator
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DParcelableWithNested.java53 public static final byte NOT_OK = 1; field
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DParcelableWithNested.java53 public static final byte NOT_OK = 1; field