Home
last modified time | relevance | path

Searched refs:MAGMA_STATUS_INVALID_ARGS (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/magma/
DIntelDrmDecoder.cpp164 return MAGMA_STATUS_INVALID_ARGS; in magma_device_query_fudge()
321 return MAGMA_STATUS_INVALID_ARGS; in magma_device_query_fudge()
331 return MAGMA_STATUS_INVALID_ARGS; in magma_device_create_connection()
353 return MAGMA_STATUS_INVALID_ARGS; in magma_connection_create_buffer()
400 return MAGMA_STATUS_INVALID_ARGS; in magma_buffer_get_info()
411 return MAGMA_STATUS_INVALID_ARGS; in magma_buffer_get_handle()
448 return MAGMA_STATUS_INVALID_ARGS; in magma_connection_create_context()
/hardware/google/gfxstream/guest/magma/
Dmagma.cpp153 return MAGMA_STATUS_INVALID_ARGS; in get_fd_for_buffer()
200 return MAGMA_STATUS_INVALID_ARGS; in magma_device_query()
210 return MAGMA_STATUS_INVALID_ARGS; in magma_device_query()
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma_common_defs.h67 #define MAGMA_STATUS_INVALID_ARGS ((magma_status_t)(-2)) macro