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

/frameworks/rs/
H A DrsGrallocConsumer.h65 // Need to track the original mSlot index and the buffer itself because
66 // the mSlot entry may be freed/reused before the acquired buffer is
68 int mSlot; member in struct:android::renderscript::GrallocConsumer::AcquiredBuffer
73 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
H A DrsScript.h39 ObjectBase(rsc), mScript(s), mSlot(slot) {}
46 int mSlot; member in class:android::renderscript::IDBase
/frameworks/native/include/gui/
H A DBufferItem.h101 // mSlot is the slot index of this buffer (default INVALID_BUFFER_SLOT).
102 int mSlot; member in class:android::BufferItem
H A DCpuConsumer.h129 // Need to track the original mSlot index and the buffer itself because
130 // the mSlot entry may be freed/reused before the acquired buffer is
132 int mSlot; member in struct:android::CpuConsumer::AcquiredBuffer
137 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.h208 int mSlot; member in struct:android::GraphicBufferSource::CodecBuffer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java48 @ViewDebug.ExportedProperty private String mSlot; field in class:StatusBarIconView
66 mSlot = slot;
193 Log.w(TAG, "No icon for slot " + mSlot);
273 Log.d("View", debugIndent(depth) + "slot=" + mSlot);
320 return "StatusBarIconView(slot=" + mSlot + " icon=" + mIcon
325 return mSlot;
/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/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/support/v8/renderscript/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/base/core/java/android/net/
H A DConnectivityManager.java1465 private volatile Integer mSlot; field in class:ConnectivityManager.PacketKeepalive
1473 mService.stopKeepalive(mNetwork, mSlot);
1496 if (mSlot == null) {
1497 mSlot = message.arg1;
1500 mSlot = null;

Completed in 207 milliseconds