Home
last modified time | relevance | path

Searched refs:RS_ERROR_DRIVER (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/driver/
DrsdAllocation.cpp713 rsc->setError(RS_ERROR_DRIVER, "Error dequeueing IO output buffer."); in IoGetBuffer()
723 rsc->setError(RS_ERROR_DRIVER, "Error Locking IO output buffer."); in IoGetBuffer()
745 rsc->setError(RS_ERROR_DRIVER, "Error unlocking output buffer."); in rsdAllocationSetSurface()
751 rsc->setError(RS_ERROR_DRIVER, "Error canceling output buffer."); in rsdAllocationSetSurface()
764 rsc->setError(RS_ERROR_DRIVER, "Error setting IO output buffer geometry."); in rsdAllocationSetSurface()
772 rsc->setError(RS_ERROR_DRIVER, "Error setting IO output buffer usage."); in rsdAllocationSetSurface()
802 rsc->setError(RS_ERROR_DRIVER, "Error unlock output buffer."); in rsdAllocationIoSend()
808 rsc->setError(RS_ERROR_DRIVER, "Error sending IO output buffer."); in rsdAllocationIoSend()
815 rsc->setError(RS_ERROR_DRIVER, "Sent IO buffer with no attached surface."); in rsdAllocationIoSend()
DrsdGL.cpp515 rsc->setError(RS_ERROR_DRIVER, buf); in rsdGLCheckError()
/frameworks/rs/
DrsDefines.h219 RS_ERROR_DRIVER = 5, enumerator
DrsAllocation.cpp612 rsc->setError(RS_ERROR_DRIVER, "Maximum allocations attached to a BufferQueue"); in shareBufferQueue()
641 rsc->setError(RS_ERROR_DRIVER, "Error receiving IO input buffer."); in ioReceive()
DrsContext.cpp267 rsc->setError(RS_ERROR_DRIVER, "Failed loading driver"); in threadProc()