HomeSort by relevance Sort by last modified time
    Searched refs:mAllocDevice (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/sensorhal/
directchannel.cpp 85 mGrallocModule(nullptr), mAllocDevice(nullptr), mGralloc1Device(nullptr),
98 err = ::gralloc_open(module, &mAllocDevice);
104 if (mAllocDevice == nullptr) {
173 if (mAllocDevice != nullptr) {
174 ::gralloc_close(mAllocDevice);
directchannel.h 75 alloc_device_t *mAllocDevice;

Completed in 49 milliseconds