Home
last modified time | relevance | path

Searched refs:thing (Results 1 – 6 of 6) 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/webrtc_operator/
DAndroid.bp62 // is the next best thing for now.
/device/sample/apps/tv/SetupCustomizationSample/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/device/sample/apps/tv/SetupValidation/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/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 :)
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto983 // manually unrestricted. On Android, the platform should do the right thing