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

  /hardware/qcom/display/libgralloc/
gralloc_priv.h 146 PRIV_FLAGS_SECURE_BUFFER = 0x00000400,
alloc_controller.cpp 215 data.allocType |= private_handle_t::PRIV_FLAGS_SECURE_BUFFER;
mapper.cpp 64 !(hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_BUFFER)) {
  /hardware/qcom/display/libhwcomposer/
hwc_utils.h 223 return (hnd && (private_handle_t::PRIV_FLAGS_SECURE_BUFFER & hnd->flags));

Completed in 312 milliseconds