Home
last modified time | relevance | path

Searched refs:CRASH_IF (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/hals/
Ddebug.h36 #define CRASH_IF(COND, MSG) \ macro
Dmapper3.cpp83 CRASH_IF(!host_memory_allocator.is_opened(), in GoldfishMapper()
87 CRASH_IF(host_memory_allocator.hostMalloc(&bufferBits, 256), in GoldfishMapper()
Dallocator3.cpp335 CRASH_IF(!rcEnc, "conn.getRcEncoder() failed"); in allocateCb()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp48 #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()