Searched refs:CRASH_IF (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish-opengl/system/hals/ |
D | debug.h | 36 #define CRASH_IF(COND, MSG) \ macro
|
D | mapper3.cpp | 83 CRASH_IF(!host_memory_allocator.is_opened(), in GoldfishMapper() 87 CRASH_IF(host_memory_allocator.hostMalloc(&bufferBits, 256), in GoldfishMapper()
|
D | allocator3.cpp | 335 CRASH_IF(!rcEnc, "conn.getRcEncoder() failed"); in allocateCb()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_30.cpp | 48 #define CRASH_IF(COND, MSG) \ macro 155 CRASH_IF(!m_hostConn, "m_hostConn cannot be nullptr"); in goldfish_gralloc30_module_t() 157 CRASH_IF(!m_bufferManager, "m_bufferManager cannot be nullptr"); in goldfish_gralloc30_module_t() 789 CRASH_IF(!host_memory_allocator.is_opened(), in goldfish_address_space_host_malloc_buffer_manager_t() 793 CRASH_IF(host_memory_allocator.hostMalloc(&bufferBits, 256), in goldfish_address_space_host_malloc_buffer_manager_t()
|