Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
Dgralloc1.h72 typedef int32_t (*GRALLOC1_PFN_UNLOCK)(gralloc1_device_t*, buffer_handle_t, int32_t*); typedef
/device/google/contexthub/sensorhal/
Ddirectchannel.h82 GRALLOC1_PFN_UNLOCK mPfnUnlock;
Ddirectchannel.cpp133 mPfnUnlock = (GRALLOC1_PFN_UNLOCK)(mGralloc1Device->getFunction(mGralloc1Device, in GrallocHalWrapper()