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.java71 private int mCachedPid = -1; field in TestImpl
87 mCachedPid = Binder.getCallingPid(); in CacheCallingInfoFromOneway()
95 return mCachedPid; in GiveMeMyCallingPidFromOneway()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h70 int mCachedPid = -1; variable
77 mCachedPid = AIBinder_getCallingPid(); in CacheCallingInfoFromOneway()
88 *_aidl_return = mCachedPid; in GiveMeMyCallingPidFromOneway()