Home
last modified time | relevance | path

Searched refs:GetActiveProcessId (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/vr/bufferhubd/
Dproducer_queue_channel.cpp309 if (producer_channel->GetActiveProcessId() != message.GetProcessId()) { in OnProducerQueueInsertBuffer()
318 producer_channel->GetActiveProcessId()); in OnProducerQueueInsertBuffer()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h64 pid_t GetActiveProcessId() const { return client_pid_; } in GetActiveProcessId() function