Home
last modified time | relevance | path

Searched defs:FATAL (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DLogPriority.aidl44 FATAL = 7, enumConstant
/hardware/interfaces/drm/aidl/android/hardware/drm/
DLogPriority.aidl29 FATAL, enumConstant
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DLogPriority.aidl44 FATAL = 7, enumConstant
/hardware/google/aemu/host-common/include/host-common/
DGfxstreamFatalError.h68 #define FATAL() GFXSTREAM_ABORT(::emugl::FatalError(ABORT_REASON_OTHER)) macro
/hardware/google/gfxstream/host/gl/
DYUVConverter.cpp30 #define FATAL(fmt,...) do { \ macro