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