HomeSort by relevance Sort by last modified time
    Searched refs:GRALLOC1_PFN_UNLOCK (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/src/Common/
GrallocAndroid.cpp 40 m_gralloc1_unlock = (GRALLOC1_PFN_UNLOCK)m_gralloc1_device->getFunction(m_gralloc1_device, GRALLOC1_FUNCTION_UNLOCK);
GrallocAndroid.hpp 95 GRALLOC1_PFN_UNLOCK m_gralloc1_unlock = nullptr;
  /device/google/contexthub/sensorhal/
directchannel.h 82 GRALLOC1_PFN_UNLOCK mPfnUnlock;
directchannel.cpp 133 mPfnUnlock = (GRALLOC1_PFN_UNLOCK)(mGralloc1Device->getFunction(mGralloc1Device,
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_buffer_allocator.h 72 GRALLOC1_PFN_UNLOCK Unlock_ = nullptr;
hwc_buffer_allocator.cpp 68 Unlock_ = reinterpret_cast<GRALLOC1_PFN_UNLOCK>(
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
img_gralloc1.h 216 GRALLOC1_PFN_UNLOCK f =
217 (GRALLOC1_PFN_UNLOCK)
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
img_gralloc1.h 216 GRALLOC1_PFN_UNLOCK f =
217 (GRALLOC1_PFN_UNLOCK)
  /hardware/libhardware/include/hardware/
gralloc1.h     [all...]
  /hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
Gralloc1Hal.h 325 GRALLOC1_PFN_UNLOCK unlock;
  /hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
Gralloc1On0Adapter.cpp 160 return asFP<GRALLOC1_PFN_UNLOCK>(unlockHook);

Completed in 615 milliseconds