Searched refs:bufferAddress (Results 1 – 1 of 1) sorted by relevance
241 void* bufferAddress = static_cast<void*>(const_cast<int16_t*>(buffer)); in ~TouchVideoDevice() local242 result = munmap(bufferAddress, mHeight * mWidth * sizeof(int16_t)); in ~TouchVideoDevice()