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

  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 84 gralloc_module_t const* ExynosCameraHWInterface::m_grallocHal;
156 if (!m_grallocHal) {
157 ret = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&m_grallocHal);
    [all...]
ExynosCameraHWInterface.h 324 static gralloc_module_t const* m_grallocHal;
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 630 static gralloc_module_t const* m_grallocHal;
ExynosCameraHWInterface2.cpp 280 gralloc_module_t const* ExynosCameraHWInterface2::m_grallocHal;
984 if (!m_grallocHal) {
985 ret = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&m_grallocHal);
    [all...]

Completed in 51 milliseconds