HomeSort by relevance Sort by last modified time
    Searched defs:ump_id (Results 1 - 2 of 2) sorted by null

  /device/linaro/hikey/gralloc/
alloc_device.cpp 192 ump_secure_id ump_id; local
224 ump_id = ump_secure_id_get(ump_mem_handle);
226 if (UMP_INVALID_SECURE_ID != ump_id)
229 private_handle_t::LOCK_STATE_MAPPED, ump_id, ump_mem_handle);
238 AERR("gralloc_alloc_buffer() failed to allocate handle. ump_handle = %p, ump_id = %d", ump_mem_handle, ump_id);
322 hnd->ump_id = m->framebuffer->ump_id;
325 if ((int)UMP_INVALID_SECURE_ID != hnd->ump_id)
327 hnd->ump_mem_handle = (int)ump_handle_create_from_secure_id(hnd->ump_id);
    [all...]
gralloc_priv.h 182 int ump_id; member in struct:private_handle_t
222 ump_id((int)secure_id),
255 ump_id((int)UMP_INVALID_SECURE_ID),
288 ump_id((int)UMP_INVALID_SECURE_ID),

Completed in 227 milliseconds