Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java72 private int mCachedPid = -1; field in TestImpl
88 mCachedPid = Binder.getCallingPid(); in CacheCallingInfoFromOneway()
96 return mCachedPid; in GiveMeMyCallingPidFromOneway()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h78 int mCachedPid = -1; variable
85 mCachedPid = AIBinder_getCallingPid(); in CacheCallingInfoFromOneway()
96 *_aidl_return = mCachedPid; in GiveMeMyCallingPidFromOneway()