Lines Matching refs:writeInt32
104 outParcel->writeInt32(connected); in isExternalConnected()
110 outParcel->writeInt32(ctx->dpyAttr[dpy].vsync_period); in getDisplayAttributes()
111 outParcel->writeInt32(ctx->dpyAttr[dpy].xres); in getDisplayAttributes()
112 outParcel->writeInt32(ctx->dpyAttr[dpy].yres); in getDisplayAttributes()
116 outParcel->writeInt32(ctx->mMDP.panel); in getDisplayAttributes()
142 outParcel->writeInt32(ctx->dpyAttr[dpy].mDstRect.left); in getDisplayVisibleRegion()
143 outParcel->writeInt32(ctx->dpyAttr[dpy].mDstRect.top); in getDisplayVisibleRegion()
144 outParcel->writeInt32(ctx->dpyAttr[dpy].mDstRect.right); in getDisplayVisibleRegion()
145 outParcel->writeInt32(ctx->dpyAttr[dpy].mDstRect.bottom); in getDisplayVisibleRegion()
147 outParcel->writeInt32(ctx->mViewFrame[dpy].left); in getDisplayVisibleRegion()
148 outParcel->writeInt32(ctx->mViewFrame[dpy].top); in getDisplayVisibleRegion()
149 outParcel->writeInt32(ctx->mViewFrame[dpy].right); in getDisplayVisibleRegion()
150 outParcel->writeInt32(ctx->mViewFrame[dpy].bottom); in getDisplayVisibleRegion()