Home
last modified time | relevance | path

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

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