Home | History | Annotate | Download | only in app

Lines Matching defs:pBuf

925         int* pBuf = &buf[2 + android::Simulator::kValuesPerDisplay * i];
927 pBuf[0] = pDisplay->GetWidth();
928 pBuf[1] = pDisplay->GetHeight();
929 pBuf[2] = pDisplay->GetFormat();
930 pBuf[3] = pDisplay->GetRefresh();
931 pBuf[4] = pDisplay->GetShmemKey();