Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DClientManagerTest.cpp29 mOwnerId(ownerId), mScore(score), mState(state), mIsVendorClient(isVendorClient) {}; in TestClient()
33 int32_t mOwnerId; // PID member
44 tc.mScore, tc.mOwnerId, tc.mState, tc.mIsVendorClient); in makeDescFromTestClient()
/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h169 int32_t mOwnerId; variable
183 mOwnerId{ownerId} {}
191 mPriority(score, state, isVendorClient), mOwnerId{ownerId} {}
218 return mOwnerId; in getOwnerId()