Home
last modified time | relevance | path

Searched refs:fromExceptionCodeWithMessage (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/memtrackproxy/
H A DMemtrackProxy.cpp112 return ndk::ScopedAStatus::fromExceptionCodeWithMessage( in getMemory()
151 aidl_status = ndk::ScopedAStatus::fromExceptionCodeWithMessage( in getMemory()
163 ndk::ScopedAStatus::fromExceptionCodeWithMessage(EX_SERVICE_SPECIFIC, err_msg); in getMemory()
170 return ndk::ScopedAStatus::fromExceptionCodeWithMessage(EX_NULL_POINTER, in getMemory()
176 return ndk::ScopedAStatus::fromExceptionCodeWithMessage(EX_SECURITY, in getGpuDeviceInfo()
187 return ndk::ScopedAStatus::fromExceptionCodeWithMessage(EX_NULL_POINTER, in getGpuDeviceInfo()
/aosp12/packages/services/Car/cpp/telemetry/cartelemetryd/src/
H A DCarTelemetryInternalImpl.cpp46 return ndk::ScopedAStatus::fromExceptionCodeWithMessage(result.error().code(), in setListener()
62 return ndk::ScopedAStatus::fromExceptionCodeWithMessage(::EX_ILLEGAL_STATE, in setListener()
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_auto_utils.h289 static ScopedAStatus fromExceptionCodeWithMessage(binder_exception_t exception, in fromExceptionCodeWithMessage() function
/aosp12/packages/modules/StatsD/statsd/src/
H A DStatsService.cpp65 return Status::fromExceptionCodeWithMessage(code, msg.c_str()); in exception()