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