Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:ohnd

2058 void dumpBuffer(private_handle_t *ohnd, char *bufferName) {
2059 if (ohnd != NULL && ohnd->base) {
2064 overlay::utils::getFormatString(utils::getMdpFormat(ohnd->format)),
2065 getWidth(ohnd), getHeight(ohnd));
2068 bResult = (bool) fwrite((void*)ohnd->base, ohnd->size, 1, fp);