Home
last modified time | relevance | path

Searched refs:NullptrStatus (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/idlcli/
Dvibrator.h35 inline R NullptrStatus() { in NullptrStatus() function
41 inline ndk::ScopedAStatus NullptrStatus() { in NullptrStatus() function
92 return hal ? hal->call(fn, std::forward<Args1>(args1)...) : NullptrStatus<R>(); in halCall()
/frameworks/base/services/core/jni/
Dcom_android_server_VibratorService.cpp135 inline R NullptrStatus() { in NullptrStatus() function
141 inline binder::Status NullptrStatus() { in NullptrStatus() function
185 ret = (mHal == nullptr) ? NullptrStatus<R>() in call()
216 return hal ? hal->call(fn, std::forward<Args1>(args1)...) : NullptrStatus<R>(); in halCall()