Searched refs:thing (Results 1 – 6 of 6) sorted by relevance
288 union OsApiSlabItem *thing = slabAllocatorAlloc(mSlabAllocator); in osExpApiI2cCbkInfoAlloc() local290 if (thing) { in osExpApiI2cCbkInfoAlloc()291 thing->i2cAppCbkInfo.toTid = osGetCurrentTid(); in osExpApiI2cCbkInfoAlloc()292 thing->i2cAppCbkInfo.cookie = cookie; in osExpApiI2cCbkInfoAlloc()295 return thing; in osExpApiI2cCbkInfoAlloc()305 union OsApiSlabItem *thing = (union OsApiSlabItem*)cookie; in osExpApiI2cInternalCbk() local308 tid = thing->i2cAppCbkInfo.toTid; in osExpApiI2cInternalCbk()309 cookie = thing->i2cAppCbkInfo.cookie; in osExpApiI2cInternalCbk()312 thing->i2cAppCbkEvt.cookie = cookie; in osExpApiI2cInternalCbk()313 thing->i2cAppCbkEvt.tx = tx; in osExpApiI2cInternalCbk()[all …]
62 // is the next best thing for now.
META-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
278 …store the binded range when mapped, I bet there is some dEQP test that checks this sort of thing :)
983 // manually unrestricted. On Android, the platform should do the right thing