Home
last modified time | relevance | path

Searched refs:UNEXPECTED_NULL (Results 1 – 23 of 23) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DUnionWithFd.rs33 let __field_ref = v.as_ref().ok_or(binder::StatusCode::UNEXPECTED_NULL)?; in serialize_option()
43 .unwrap_or(Err(binder::StatusCode::UNEXPECTED_NULL)) in deserialize()
DDeprecatedParcelable.rs35 .unwrap_or(Err(binder::StatusCode::UNEXPECTED_NULL)) in deserialize()
DOtherParcelableForToString.rs37 .unwrap_or(Err(binder::StatusCode::UNEXPECTED_NULL)) in deserialize()
DGenericStructuredParcelable.rs40 .unwrap_or(Err(binder::StatusCode::UNEXPECTED_NULL)) in deserialize()
DUnion.rs68 .unwrap_or(Err(binder::StatusCode::UNEXPECTED_NULL)) in deserialize()
DParcelableForToString.rs103 .unwrap_or(Err(binder::StatusCode::UNEXPECTED_NULL)) in deserialize()
DStructuredParcelable.rs196 .unwrap_or(Err(binder::StatusCode::UNEXPECTED_NULL)) in deserialize()
DITestService.rs1686 … if _arg_repeated.iter().any(Option::is_none) { return Err(binder::StatusCode::UNEXPECTED_NULL); } in on_transact()
/system/core/libutils/
DErrors.cpp44 STATUS_CASE(UNEXPECTED_NULL); in statusToString()
/system/core/libutils/include/utils/
DErrors.h73 UNEXPECTED_NULL = (UNKNOWN_ERROR + 8), enumerator
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DIDeprecated.cpp64 if (_aidl_ret_status == ::android::UNEXPECTED_NULL) { in onTransact()
DINewName.cpp115 if (_aidl_ret_status == ::android::UNEXPECTED_NULL) { in onTransact()
DINamedCallback.cpp115 if (_aidl_ret_status == ::android::UNEXPECTED_NULL) { in onTransact()
DIOldName.cpp115 if (_aidl_ret_status == ::android::UNEXPECTED_NULL) { in onTransact()
DITestService.cpp3494 if (_aidl_ret_status == ::android::UNEXPECTED_NULL) { in onTransact()
/system/iorap/include/binder/
Dauto_parcelable.h48 return ::android::UNEXPECTED_NULL; in writeToParcel()
68 return ::android::UNEXPECTED_NULL; in readFromParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/unions/
DEnumUnion.rs42 .unwrap_or(Err(binder::StatusCode::UNEXPECTED_NULL)) in deserialize()
DUnionInUnion.rs42 .unwrap_or(Err(binder::StatusCode::UNEXPECTED_NULL)) in deserialize()
/system/vold/
DIdleMaint.cpp422 return android::UNEXPECTED_NULL; in RunIdleMaint()
459 return android::UNEXPECTED_NULL; in AbortIdleMaint()
Dcryptfs.cpp2162 return android::UNEXPECTED_NULL; in cryptfs_enable_internal()
/system/libhwbinder/
DParcel.cpp1170 return UNEXPECTED_NULL; in readString16()
1192 status = UNEXPECTED_NULL; in readStrongBinder()
1391 return UNEXPECTED_NULL; in readBuffer()
1407 return UNEXPECTED_NULL; in readEmbeddedBuffer()
1428 return UNEXPECTED_NULL; in readEmbeddedNativeHandle()
1547 return UNEXPECTED_NULL; in readNativeHandleNoDup()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp500 if (_aidl_ret_status == ::android::UNEXPECTED_NULL) { in onTransact()
/system/libhidl/transport/
DServiceManagement.cpp838 return UNEXPECTED_NULL; in registerAsServiceInternal()