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.java67 private int mCachedPid = -1; field in TestImpl
84 mCachedPid = Binder.getCallingPid(); in CacheCallingInfoFromOneway()
91 return mCachedPid; in GiveMeMyCallingPidFromOneway()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h67 int mCachedPid = -1; variable
74 mCachedPid = AIBinder_getCallingPid(); in CacheCallingInfoFromOneway()
85 *_aidl_return = mCachedPid; in GiveMeMyCallingPidFromOneway()