Searched refs:mLocal (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | ShellCallback.java | 33 final boolean mLocal; field in ShellCallback 48 mLocal = true; in ShellCallback() 63 if (DEBUG) Log.d(TAG, "openFile " + this + " mode=" + mode + ": mLocal=" + mLocal in openFile() 66 if (mLocal) { in openFile() 106 mLocal = false; in ShellCallback()
|
D | ResultReceiver.java | 35 final boolean mLocal; field in ResultReceiver 70 mLocal = true; in ResultReceiver() 82 if (mLocal) { in send() 123 mLocal = false; in ResultReceiver()
|
/frameworks/av/media/bufferpool/1.0/ |
D | BufferPoolClient.cpp | 48 return mValid && mLocal; in isLocal() 101 bool mLocal; member in android::hardware::media::bufferpool::V1_0::implementation::BufferPoolClient::Impl 248 : mLocal(true), mValid(false), mAccessor(accessor), mSeqId(0), in Impl() 262 : mLocal(false), mValid(false), mAccessor(accessor), mSeqId(0), in Impl() 294 if (mValid && mLocal && mLocalConnection) { in isActive() 305 if (!mLocal || !mLocalConnection || !mValid) { in allocate() 426 if (mValid && mLocal && mLocalConnection) { in receive() 464 needsSync = !mLocal && mReleasing.mStatusChannel->needsSync(); in postSend() 466 if (mValid && mLocal && mLocalConnection) { in postSend() 510 *needsSync = !mLocal && mReleasing.mStatusChannel->needsSync(); in postReceiveResult() [all …]
|
/frameworks/av/media/bufferpool/2.0/ |
D | BufferPoolClient.cpp | 48 return mValid && mLocal; in isLocal() 109 bool mLocal; member in android::hardware::media::bufferpool::V2_0::implementation::BufferPoolClient::Impl 263 : mLocal(true), mValid(false), mAccessor(accessor), mSeqId(0), in Impl() 284 : mLocal(false), mValid(false), mAccessor(accessor), mSeqId(0), in Impl() 325 if (mValid && mLocal && mLocalConnection) { in isActive() 339 if (!mLocal || !mLocalConnection || !mValid) { in flush() 354 if (!mLocal || !mLocalConnection || !mValid) { in allocate() 475 if (mValid && mLocal && mLocalConnection) { in receive() 518 needsSync = !mLocal && mReleasing.mStatusChannel->needsSync(); in postSend() 520 if (mValid && mLocal && mLocalConnection) { in postSend() [all …]
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | AidlTest.java | 34 AidlObject mLocal = new AidlObject(); in setUp() local 35 mRemote = IAidlTest.Stub.asInterface(mLocal); in setUp()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 52338 Landroid/os/ResultReceiver;->mLocal:Z 52417 Landroid/os/ShellCallback;->mLocal:Z
|