Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dsurface_control.cpp40 #define CHECK_NOT_NULL(name) \ macro
75 CHECK_NOT_NULL(window); in ASurfaceControl_createFromWindow()
76 CHECK_NOT_NULL(debug_name); in ASurfaceControl_createFromWindow()
110 CHECK_NOT_NULL(parent); in ASurfaceControl_create()
111 CHECK_NOT_NULL(debug_name); in ASurfaceControl_create()
196 CHECK_NOT_NULL(aSurfaceTransaction); in ASurfaceTransaction_apply()
211 CHECK_NOT_NULL(aSurfaceTransactionStats); in ASurfaceTransactionStats_getLatchTime()
216 CHECK_NOT_NULL(aSurfaceTransactionStats); in ASurfaceTransactionStats_getPresentFenceFd()
227 CHECK_NOT_NULL(aSurfaceTransactionStats); in ASurfaceTransactionStats_getASurfaceControls()
228 CHECK_NOT_NULL(outASurfaceControls); in ASurfaceTransactionStats_getASurfaceControls()
[all …]
/frameworks/native/libs/nativedisplay/
DADisplay.cpp122 #define CHECK_NOT_NULL(name) \ macro
238 CHECK_NOT_NULL(display); in ADisplay_getMaxSupportedFps()
248 CHECK_NOT_NULL(display); in ADisplay_getDisplayType()
255 CHECK_NOT_NULL(display); in ADisplay_getPreferredWideColorFormat()
256 CHECK_NOT_NULL(outDataspace); in ADisplay_getPreferredWideColorFormat()
257 CHECK_NOT_NULL(outPixelFormat); in ADisplay_getPreferredWideColorFormat()
265 CHECK_NOT_NULL(display); in ADisplay_getCurrentConfig()
287 CHECK_NOT_NULL(config); in ADisplayConfig_getDensity()
293 CHECK_NOT_NULL(config); in ADisplayConfig_getWidth()
299 CHECK_NOT_NULL(config); in ADisplayConfig_getHeight()
[all …]