Home
last modified time | relevance | path

Searched defs:fromStatus (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/powermanager/
DHalResult.h47 static HalResult<T> fromStatus(const binder::Status& status, T&& data) { in fromStatus() function
57 static HalResult<T> fromStatus(const binder::Status& status, T& data) { in fromStatus() function
61 static HalResult<T> fromStatus(const ndk::ScopedAStatus& ndkStatus, T&& data) { in fromStatus() function
71 static HalResult<T> fromStatus(const ndk::ScopedAStatus& ndkStatus, T& data) { in fromStatus() function
125 static HalResult<void> fromStatus(const binder::Status& status) { in fromStatus() function
135 static HalResult<void> fromStatus(const ndk::ScopedAStatus& ndkStatus) { in fromStatus() function
/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorHalWrapper.h104 static HalResult<T> fromStatus(ndk::ScopedAStatus&& status, T data) { in fromStatus() function
109 static HalResult<void> fromStatus(status_t status) { in fromStatus() function
114 static HalResult<void> fromStatus(ndk::ScopedAStatus&& status) { in fromStatus() function
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h331 static ScopedAStatus fromStatus(binder_status_t status) { in fromStatus() function