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.h101 static HalResult<T> fromStatus(binder::Status status, T data) { in fromStatus() function
106 static HalResult<T> fromStatus(hardware::vibrator::V1_0::Status status, T data) { in fromStatus() function
122 static HalResult<void> fromStatus(status_t status) { in fromStatus() function
126 static HalResult<void> fromStatus(binder::Status status) { in fromStatus() function
130 static HalResult<void> fromStatus(hardware::vibrator::V1_0::Status 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