Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DBpBinder.cpp42 RpcMutex BpBinder::sTrackingLock; member in android::BpBinder
172 RpcMutexUniqueLock _l(sTrackingLock); in create()
618 RpcMutexUniqueLock _l(sTrackingLock); in ~BpBinder()
718 RpcMutexUniqueLock _l(sTrackingLock); in getBinderProxyCount()
733 RpcMutexUniqueLock _l(sTrackingLock); in getCountByUid()
748 RpcMutexUniqueLock _l(sTrackingLock); in setBinderProxyCountEventCallback()
754 RpcMutexUniqueLock _l(sTrackingLock); in setBinderProxyCountWatermarks()
/frameworks/native/libs/binder/include/binder/
DBpBinder.h206 static RpcMutex sTrackingLock; variable