Lines Matching refs:m_pGralloc1Device

577     gralloc1_open(pHwModule, &m_pGralloc1Device);  in NativeBufferInterface()
579 if (NULL != m_pGralloc1Device) { in NativeBufferInterface()
581 m_pGralloc1Device->getFunction(m_pGralloc1Device, in NativeBufferInterface()
584 m_pGralloc1Device->getFunction(m_pGralloc1Device, in NativeBufferInterface()
587 m_pGralloc1Device->getFunction(m_pGralloc1Device, in NativeBufferInterface()
590 m_pGralloc1Device->getFunction(m_pGralloc1Device, in NativeBufferInterface()
593 m_pGralloc1Device->getFunction(m_pGralloc1Device, in NativeBufferInterface()
596 m_pGralloc1Device->getFunction(m_pGralloc1Device, in NativeBufferInterface()
599 m_pGralloc1Device->getFunction(m_pGralloc1Device, in NativeBufferInterface()
602 m_pGralloc1Device->getFunction(m_pGralloc1Device, in NativeBufferInterface()
605 m_pGralloc1Device->getFunction(m_pGralloc1Device, in NativeBufferInterface()
608 m_pGralloc1Device->getFunction(m_pGralloc1Device, in NativeBufferInterface()
611 m_pGralloc1Device->getFunction(m_pGralloc1Device, in NativeBufferInterface()
624 if (m_pGralloc1Device != NULL) { in ~NativeBufferInterface()
625 gralloc1_close(m_pGralloc1Device); in ~NativeBufferInterface()
645 if(NULL != m_pGralloc1Device) { in GetGrallocBufferStride()
646 if (!(res = m_grallocInterface.CreateDescriptor(m_pGralloc1Device, &desc))) { in GetGrallocBufferStride()
647 m_grallocInterface.SetDimensions(m_pGralloc1Device, desc, width, height); in GetGrallocBufferStride()
648 m_grallocInterface.SetFormat(m_pGralloc1Device,desc, HAL_PIXEL_FORMAT_RAW10); in GetGrallocBufferStride()
649 m_grallocInterface.SetLayerCount(m_pGralloc1Device,desc, 1); in GetGrallocBufferStride()
650 if (!(res = m_grallocInterface.Allocate(m_pGralloc1Device, 1, &desc, &temp_mem))) { in GetGrallocBufferStride()
651 m_grallocInterface.GetStride(m_pGralloc1Device, in GetGrallocBufferStride()
655 m_grallocInterface.Release(m_pGralloc1Device, temp_mem); in GetGrallocBufferStride()
661 m_grallocInterface.DestroyDescriptor(m_pGralloc1Device, desc); in GetGrallocBufferStride()