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

  /device/google/bonito/sdm710/kernel-headers/media/
cam_req_mgr.h 140 #define CAM_MEM_MGR_SECURE_BIT_POS 15
148 #define CAM_MEM_MGR_SET_SECURE_HDL(hdl,flag) ((flag) ? (hdl |= (1 << CAM_MEM_MGR_SECURE_BIT_POS)) : ((hdl) &= ~(1 << CAM_MEM_MGR_SECURE_BIT_POS)))
149 #define CAM_MEM_MGR_IS_SECURE_HDL(hdl) (((hdl) & (1 << CAM_MEM_MGR_SECURE_BIT_POS)) >> CAM_MEM_MGR_SECURE_BIT_POS)
  /device/google/bonito/sdm710/original-kernel-headers/media/
cam_req_mgr.h 254 #define CAM_MEM_MGR_SECURE_BIT_POS 15
269 ((flag) ? (hdl |= (1 << CAM_MEM_MGR_SECURE_BIT_POS)) : \
270 ((hdl) &= ~(1 << CAM_MEM_MGR_SECURE_BIT_POS)))
274 (1<<CAM_MEM_MGR_SECURE_BIT_POS)) >> CAM_MEM_MGR_SECURE_BIT_POS)
  /device/google/crosshatch/sdm845/kernel-headers/media/
cam_req_mgr.h 140 #define CAM_MEM_MGR_SECURE_BIT_POS 15
148 #define CAM_MEM_MGR_SET_SECURE_HDL(hdl,flag) ((flag) ? (hdl |= (1 << CAM_MEM_MGR_SECURE_BIT_POS)) : ((hdl) &= ~(1 << CAM_MEM_MGR_SECURE_BIT_POS)))
149 #define CAM_MEM_MGR_IS_SECURE_HDL(hdl) (((hdl) & (1 << CAM_MEM_MGR_SECURE_BIT_POS)) >> CAM_MEM_MGR_SECURE_BIT_POS)
  /device/google/crosshatch/sdm845/original-kernel-headers/media/
cam_req_mgr.h 254 #define CAM_MEM_MGR_SECURE_BIT_POS 15
269 ((flag) ? (hdl |= (1 << CAM_MEM_MGR_SECURE_BIT_POS)) : \
270 ((hdl) &= ~(1 << CAM_MEM_MGR_SECURE_BIT_POS)))
274 (1<<CAM_MEM_MGR_SECURE_BIT_POS)) >> CAM_MEM_MGR_SECURE_BIT_POS)

Completed in 300 milliseconds