Home
last modified time | relevance | path

Searched refs:mGralloc1Device (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/sensorhal/
Ddirectchannel.cpp85 mGrallocModule(nullptr), mAllocDevice(nullptr), mGralloc1Device(nullptr), in GrallocHalWrapper()
115 err = ::gralloc1_open(module, &mGralloc1Device); in GrallocHalWrapper()
121 if (mGralloc1Device == nullptr || mGralloc1Device->getFunction == nullptr) { in GrallocHalWrapper()
127 mPfnRetain = (GRALLOC1_PFN_RETAIN)(mGralloc1Device->getFunction(mGralloc1Device, in GrallocHalWrapper()
129 mPfnRelease = (GRALLOC1_PFN_RELEASE)(mGralloc1Device->getFunction(mGralloc1Device, in GrallocHalWrapper()
131 mPfnLock = (GRALLOC1_PFN_LOCK)(mGralloc1Device->getFunction(mGralloc1Device, in GrallocHalWrapper()
133 mPfnUnlock = (GRALLOC1_PFN_UNLOCK)(mGralloc1Device->getFunction(mGralloc1Device, in GrallocHalWrapper()
136 (mGralloc1Device->getFunction(mGralloc1Device, in GrallocHalWrapper()
151 mGralloc1Device->getCapabilities(mGralloc1Device, &n_cap, caps); in GrallocHalWrapper()
183 return mapGralloc1Error(mPfnRetain(mGralloc1Device, handle)); in registerBuffer()
[all …]
Ddirectchannel.h78 gralloc1_device_t *mGralloc1Device; variable