Home
last modified time | relevance | path

Searched refs:thing (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/core/
DosApi.c288 union OsApiSlabItem *thing = slabAllocatorAlloc(mSlabAllocator); in osExpApiI2cCbkInfoAlloc() local
290 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() local
308 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 …]
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/
DAndroid.bp55 // is the next best thing for now.
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in278 …store the binded range when mapped, I bet there is some dEQP test that checks this sort of thing :)