Searched refs:mAllocDevice (Results 1 – 2 of 2) sorted by relevance
81 mGrallocModule(nullptr), mAllocDevice(nullptr), mGralloc1Device(nullptr), in GrallocHalWrapper()93 err = ::gralloc_open(module, &mAllocDevice); in GrallocHalWrapper()99 if (mAllocDevice == nullptr) { in GrallocHalWrapper()150 if (mAllocDevice != nullptr) { in ~GrallocHalWrapper()151 ::gralloc_close(mAllocDevice); in ~GrallocHalWrapper()
71 alloc_device_t *mAllocDevice; variable