Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTrackBase.h84 pid_t creatorPid() const { return mCreatorPid; } in creatorPid()
403 const pid_t mCreatorPid; // can be different from mclient->pid() for instance variable
DTracks.cpp122 mCreatorPid(creatorPid) in TrackBase()
2646 if (callingUid != mUid || callingPid != mCreatorPid) { in shareAudioHistory()