Searched defs:fdData (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/nativewindow/
H A DAHardwareBuffer.cpp181 int* fdData = reinterpret_cast<int*>(CMSG_DATA(cmsg)); local
182 memcpy(fdData, fds.get(), sizeof(int) * fdCount);
252 const int* fdData = reinterpret_cast<const int*>(CMSG_DATA(cmsg)); local
253 if (!fdData) {
259 status_t err = gBuffer->unflatten(data, dataLen, fdData, fdCount);

Completed in 47 milliseconds