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 184 ump_secure_id ump_id; local
216 ump_id = ump_secure_id_get(ump_mem_handle);
218 if (UMP_INVALID_SECURE_ID != ump_id)
221 private_handle_t::LOCK_STATE_MAPPED, ump_id, ump_mem_handle);
230 AERR("gralloc_alloc_buffer() failed to allocate handle. ump_handle = %p, ump_id = %d", ump_mem_handle, ump_id);
313 hnd->ump_id = m->framebuffer->ump_id;
316 if ((int)UMP_INVALID_SECURE_ID != hnd->ump_id)
318 hnd->ump_mem_handle = (int)ump_handle_create_from_secure_id(hnd->ump_id);
    [all...]
gralloc_priv.h 180 int ump_id; member in struct:private_handle_t
220 ump_id((int)secure_id),
253 ump_id((int)UMP_INVALID_SECURE_ID),
286 ump_id((int)UMP_INVALID_SECURE_ID),

Completed in 179 milliseconds