Searched refs:GRALLOC1_ERROR_NOT_SHARED (Results 1 – 8 of 8) sorted by relevance
205 case GRALLOC1_ERROR_NOT_SHARED: in toError()317 if (error != GRALLOC1_ERROR_NONE && error != GRALLOC1_ERROR_NOT_SHARED) { in allocateOneBuffer()
169 GRALLOC1_ERROR_NOT_SHARED = 4, enumerator
243 case GRALLOC1_ERROR_NOT_SHARED: in toError()
121 status = shared ? GRALLOC1_ERROR_NOT_SHARED : status; in AllocateBuffers()152 return GRALLOC1_ERROR_NOT_SHARED; in AllocateBuffers()
120 status = shared ? GRALLOC1_ERROR_NOT_SHARED : status; in AllocateBuffers()151 return GRALLOC1_ERROR_NOT_SHARED; in AllocateBuffers()
319 error = GRALLOC1_ERROR_NOT_SHARED; in allocateHook()