Lines Matching refs:mInit
140 mInit(c2_map_errno<ENOMEM, EACCES, EINVAL>(err)), in Impl()
142 if (mInit != C2_OK) { in Impl()
258 if (mInit == C2_OK) { in ~Impl()
270 return mInit; in status()
321 c2_status_t mInit; member in android::C2AllocationIon::Impl
485 : mInit(C2_OK), in C2AllocatorIon()
489 case ENOENT: mInit = C2_OMITTED; break; in C2AllocatorIon()
490 default: mInit = c2_map_errno<EACCES>(errno); break; in C2AllocatorIon()
502 if (mInit == C2_OK) { in ~C2AllocatorIon()
587 if (mInit != C2_OK) { in newLinearAllocation()
588 return mInit; in newLinearAllocation()
611 if (mInit != C2_OK) { in priorLinearAllocation()
612 return mInit; in priorLinearAllocation()