Home
last modified time | relevance | path

Searched refs:toScopedAStatus (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DParcelableUtils.h41 return toScopedAStatus( in vectorToStableLargeParcelable()
74 return android::base::unexpected(toScopedAStatus( in fromStableLargeParcelable()
DVehicleUtils.h284 ndk::ScopedAStatus toScopedAStatus(const android::base::Result<T, E>& result, in toScopedAStatus() function
296 ndk::ScopedAStatus toScopedAStatus( in toScopedAStatus() function
299 return toScopedAStatus(result, status, ""); in toScopedAStatus()
303 ndk::ScopedAStatus toScopedAStatus(const VhalResult<T>& result) { in toScopedAStatus() function
304 return toScopedAStatus(result, getErrorCode(result)); in toScopedAStatus()
308 ndk::ScopedAStatus toScopedAStatus(const VhalResult<T>& result, in toScopedAStatus() function
310 return toScopedAStatus(result, getErrorCode(result), additionalErrorMsg); in toScopedAStatus()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp465 return toScopedAStatus(maybeRequestIds, StatusCode::INVALID_ARG); in getValues()
508 return toScopedAStatus(addRequestResult); in getValues()
557 return toScopedAStatus(maybeRequestIds, StatusCode::INVALID_ARG); in setValues()
604 return toScopedAStatus(addRequestResult); in setValues()
772 return toScopedAStatus(result); in subscribe()
847 return toScopedAStatus(result); in subscribe()
854 return toScopedAStatus(result); in subscribe()
866 return toScopedAStatus(mSubscriptionManager->unsubscribe(callback->asBinder().get(), propIds)); in unsubscribe()