Lines Matching refs:mPrivateHandle
750 mPrivateHandle[i] = NULL; in QCamera3GrallocMemory()
812 mPrivateHandle[idx] = (struct private_handle_t *)(*mBufferHandle[idx]); in registerBuffer()
814 setMetaData(mPrivateHandle[idx], UPDATE_COLOR_SPACE, &colorSpace); in registerBuffer()
821 ion_info_fd.fd = mPrivateHandle[idx]->fd; in registerBuffer()
830 idx, mPrivateHandle[idx]->fd, in registerBuffer()
831 mPrivateHandle[idx]->size, in registerBuffer()
832 mPrivateHandle[idx]->offset); in registerBuffer()
833 mMemInfo[idx].fd = mPrivateHandle[idx]->fd; in registerBuffer()
836 mPrivateHandle[idx]->size; in registerBuffer()
873 mPrivateHandle[idx] = NULL; in unregisterBufferLocked()
1106 privateHandle = mPrivateHandle[index]; in cacheOps()