Home
last modified time | relevance | path

Searched refs:allocating_pid (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/google/gchips/gralloc4/src/core/
H A Dmali_gralloc_reference.cpp43 if (hnd->allocating_pid == getpid() || hnd->remote_pid == getpid()) in mali_gralloc_reference_retain()
111 if (hnd->allocating_pid == getpid()) in mali_gralloc_reference_release()
158 if (hnd->allocating_pid == getpid() || hnd->remote_pid == getpid()) { in mali_gralloc_reference_validate()
H A Dmali_gralloc_bufferaccess.cpp157 if ((hnd->allocating_pid == lock_pid) || (hnd->remote_pid == lock_pid)) in validate_lock_input_parameters()
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_reference.cpp48 if (hnd->allocating_pid == getpid() || hnd->remote_pid == getpid()) in mali_gralloc_reference_retain()
107 if (hnd->allocating_pid == getpid()) in mali_gralloc_reference_release()
H A Dmali_gralloc_buffer.h243 int allocating_pid; member
314 , allocating_pid(getpid()) in private_handle_t()
364 , allocating_pid(getpid()) in private_handle_t()
H A Dmali_gralloc_bufferaccess.cpp207 if ((hnd->allocating_pid == lock_pid) || (hnd->remote_pid == lock_pid)) in validate_lock_input_parameters()
/aosp12/hardware/google/gchips/gralloc4/src/
H A Dmali_gralloc_buffer.h211 int allocating_pid DEFAULT_INITIALIZER(0);
259 , allocating_pid(getpid()) in private_handle_t()
H A Dmali_gralloc_buffer4.h211 int allocating_pid DEFAULT_INITIALIZER(0);
259 , allocating_pid(getpid()) in private_handle_t()
/aosp12/hardware/google/gchips/include/
H A Dgralloc1_priv.h292 int allocating_pid; member
H A Dgralloc3_priv.h292 int allocating_pid; member
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
H A Dvendor_graphicbuffer_meta.cpp49 if (hnd->allocating_pid != getpid() && hnd->remote_pid != getpid()) { in mali_gralloc_reference_validate()