Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/include/winddk/
Dwinddk_compat.h157 #define NT_SUCCESS(_status) ((_status) >= 0) argument
/hardware/interfaces/vibrator/1.3/example/
DVibrator.cpp177 Status _status; in activate() local
179 _status = enable(false); in activate()
182 status = _status; in activate()