Searched refs:newType (Results 1 – 5 of 5) sorted by relevance
113 AppType newType; in AppTypeFromRILInt() local116 case 0: newType = AppType.APPTYPE_UNKNOWN; break; in AppTypeFromRILInt()117 case 1: newType = AppType.APPTYPE_SIM; break; in AppTypeFromRILInt()118 case 2: newType = AppType.APPTYPE_USIM; break; in AppTypeFromRILInt()119 case 3: newType = AppType.APPTYPE_RUIM; break; in AppTypeFromRILInt()120 case 4: newType = AppType.APPTYPE_CSIM; break; in AppTypeFromRILInt()121 case 5: newType = AppType.APPTYPE_ISIM; break; in AppTypeFromRILInt()126 return newType; in AppTypeFromRILInt()
285 const Type *newType, bool zeroNew) { in rsdAllocationResize() argument288 drv->mallocPtr = (uint8_t *)realloc(drv->mallocPtr, newType->getSizeBytes()); in rsdAllocationResize()294 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize()
64 const android::renderscript::Type *newType, bool zeroNew);
113 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
317 Type newType(Element e, int size) { in newType() method in Mesh.Builder