Searched refs:mAllocDevice (Results 1 – 2 of 2) sorted by relevance
85 mGrallocModule(nullptr), mAllocDevice(nullptr), mGralloc1Device(nullptr), in GrallocHalWrapper()98 err = ::gralloc_open(module, &mAllocDevice); in GrallocHalWrapper()104 if (mAllocDevice == nullptr) { in GrallocHalWrapper()173 if (mAllocDevice != nullptr) { in ~GrallocHalWrapper()174 ::gralloc_close(mAllocDevice); in ~GrallocHalWrapper()
75 alloc_device_t *mAllocDevice; variable