Home
last modified time | relevance | path

Searched refs:bufferAddress (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
DTouchVideoDevice.cpp235 void* bufferAddress = static_cast<void*>(const_cast<int16_t*>(buffer)); in ~TouchVideoDevice() local
236 result = munmap(bufferAddress, mHeight * mWidth * sizeof(int16_t)); in ~TouchVideoDevice()