Searched defs:mSlot (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/include/gui/
H A DBufferItem.h92 // mSlot is the slot index of this buffer (default INVALID_BUFFER_SLOT).
93 int mSlot; member in class:android::BufferItem
H A DCpuConsumer.h130 // Need to track the original mSlot index and the buffer itself because
131 // the mSlot entry may be freed/reused before the acquired buffer is
133 int mSlot; member in struct:android::CpuConsumer::AcquiredBuffer
138 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DKeepaliveTracker.java92 private int mSlot = PacketKeepalive.NO_KEEPALIVE; field in class:KeepaliveTracker.KeepaliveInfo
148 mSlot, PacketKeepalive.BINDER_DIED, mNai.network).sendToTarget();
190 mSlot = slot;
191 Log.d(TAG, "Starting keepalive " + mSlot + " on " + mNai.name());
203 Log.e(TAG, "Cannot stop unowned keepalive " + mSlot + " on " + mNai.network);
207 Log.d(TAG, "Stopping keepalive " + mSlot + " on " + mNai.name());
208 mNai.asyncChannel.sendMessage(CMD_STOP_PACKET_KEEPALIVE, mSlot);
212 notifyMessenger(mSlot, reason);
/frameworks/rs/
H A DrsScript.h39 ObjectBase(rsc), mScript(s), mSlot(slot) {}
46 int mSlot; member in class:android::renderscript::IDBase
/frameworks/base/rs/java/android/renderscript/
H A DScript.java37 int mSlot; field in class:Script.KernelID
42 mSlot = slot;
79 int mSlot; field in class:Script.InvokeID
83 mSlot = slot;
117 int mSlot; field in class:Script.FieldID
121 mSlot = slot;
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScript.java68 int mSlot; field in class:Script.KernelID
73 mSlot = slot;
117 int mSlot; field in class:Script.InvokeID
121 mSlot = slot;
156 int mSlot; field in class:Script.FieldID
160 mSlot = slot;
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp67 mSlot(slot),
79 return mIsCached ? mSlot : -1;
123 slot_id mSlot; member in struct:android::GraphicBufferSource::CachedBuffer
852 ssize_t bsi = mBufferSlots.indexOfKey(bi.mSlot);
855 ALOGV("acquireBuffer_l: %s buffer slot %d", bsi < 0 ? "setting" : "UPDATING", bi.mSlot);
859 bsi = mBufferSlots.add(bi.mSlot, nullptr);
861 buffer = std::make_shared<CachedBuffer>(bi.mSlot, bi.mGraphicBuffer);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java99 @ViewDebug.ExportedProperty private String mSlot; field in class:StatusBarIconView
144 mSlot = slot;
310 Log.w(TAG, "OOM while inflating " + mIcon.icon + " for slot " + mSlot);
315 Log.w(TAG, "No icon for slot " + mSlot + "; " + mIcon.icon);
419 Log.d("View", debugIndent(depth) + "slot=" + mSlot);
466 return "StatusBarIconView(slot=" + mSlot + " icon=" + mIcon
475 return mSlot;
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java1542 private volatile Integer mSlot; field in class:ConnectivityManager.PacketKeepalive
1550 mService.stopKeepalive(mNetwork, mSlot);
1573 if (mSlot == null) {
1574 mSlot = message.arg1;
1577 mSlot = null;

Completed in 523 milliseconds