Searched refs:allocating_pid (Results 1 – 10 of 10) sorted by relevance
43 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()
157 if ((hnd->allocating_pid == lock_pid) || (hnd->remote_pid == lock_pid)) in validate_lock_input_parameters()
48 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()
243 int allocating_pid; member314 , allocating_pid(getpid()) in private_handle_t()364 , allocating_pid(getpid()) in private_handle_t()
207 if ((hnd->allocating_pid == lock_pid) || (hnd->remote_pid == lock_pid)) in validate_lock_input_parameters()
211 int allocating_pid DEFAULT_INITIALIZER(0);259 , allocating_pid(getpid()) in private_handle_t()
292 int allocating_pid; member
49 if (hnd->allocating_pid != getpid() && hnd->remote_pid != getpid()) { in mali_gralloc_reference_validate()