Searched refs:mOwnedAHWB (Results 1 – 1 of 1) sorted by relevance
64 : mNnApi(nnapi), mOwnedAHWB(ownAHWB ? buffer : nullptr), mSize(size) { in Memory()83 if (mOwnedAHWB) { in ~Memory()84 AHardwareBuffer_release(mOwnedAHWB); in ~Memory()106 if (mOwnedAHWB) {107 AHardwareBuffer_release(mOwnedAHWB);114 mOwnedAHWB = other.mOwnedAHWB;118 other.mOwnedAHWB = nullptr;135 AHardwareBuffer* mOwnedAHWB = nullptr; variable